12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- .SubmitButton {
- background: rgba(239,39,58,1);
- border-radius: 7px;
- border: 0px;
- }
- .SelectFrom {
- width: 180px;
- background: #ffffff;
- border-radius: 7px;
- border: 1px solid #dbdbdb;
- }
- .addButton {
- background: #50be00;
- border-radius: 4px;
- border: 0px;
- margin: 10px 0px;
- }
- .cardText {
- color: #333;
- display: flex;
- align-items: center;
- position: relative;
- line-height: 1.5;
- font-size: 0.106rem;
- margin-bottom: 0.08rem;
-
- }
- .cardItem{
- font-size: 0.106rem;
- font-weight: 400;
- color: #666;
- line-height: 24px;
- display: flex;
- align-items: center;
- }
- .ediText {
- font-size: 0.106rem;
- color: #ff925c;
- line-height: 24px;
- position: absolute;
- right: 0;
- }
- .title{
- display: inline-block;
- width: 0.54rem;
- justify-content: space-between;
- text-align: justify;
- text-align-last:justify
- }
-
- .address {
- width: 400px;
- height: 24px;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- }
|