1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- .SubmitButton {
- background: #3a91d5;
- border-radius: 7px;
- border: 0px;
- }
- .SelectFrom {
- width: 180px;
- background: #ffffff;
- border-radius: 7px;
- border: 1px solid #dbdbdb;
- }
- .addButton {
- border-radius: 4px;
- border: 0px;
- margin: 10px 0px;
- }
- .cardText {
- font-size: 0.18rem;
- color: #333;
- line-height: 24px;
- display: flex;
- align-items: center;
- position: relative;
-
- }
- .cardItem{
- font-size: 0.18rem;
- font-weight: 400;
- color: #666;
- line-height: 24px;
- display: flex;
- align-items: center;
- }
- .ediText {
- font-size: 0.18rem;
- color: #ff925c;
- line-height: 24px;
- position: absolute;
- right: 0;
- }
- .title{
- display: inline-block;
- width: 84px;
- justify-content: space-between;
- text-align: justify;
- text-align-last:justify
- }
-
- .address {
- width: 400px;
- height: 24px;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- }
|