| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- .tradeRecord {
- --van-tab-active-text-color: var(--van-primary-color);
- --van-tab-text-color: #333;
- --van-tab-font-size: 16px;
- :global {
- .van-tab {
- font-weight: 600;
- }
- .van-tabs__wrap {
- padding-bottom: 3px;
- }
- }
- }
- .searchGroup {
- padding: 0 13px;
- line-height: 42px;
- background-color: #f8f8f8;
- // style={{ padding: '12px 13px 16px', background: '#F8F8F8' }}
- }
- .searchBand {
- display: inline-block;
- font-size: 14px;
- font-weight: 600;
- color: #333333;
- }
- .cellGroup {
- margin-bottom: 12px;
- :global {
- .van-cell {
- padding: 12px 15px;
- }
- }
- .times {
- flex: 0 auto;
- font-size: 16px;
- color: #777777;
- }
- .status {
- color: #fa6400;
- font-size: 14px;
- }
- .img {
- width: 36px;
- height: 36px;
- margin-right: 10px;
- flex-shrink: 0;
- }
- .name {
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- line-height: 22px;
- }
- .price {
- font-size: 20px;
- color: #fc1a19;
- span {
- font-size: 14px;
- }
- }
- .refundBtn {
- border: 0;
- font-size: 16px;
- color: #777777;
- line-height: 22px;
- }
- .smallBtn {
- padding: 0 12px;
- & + .smallBtn {
- margin-left: 12px;
- }
- }
- .btnGroup {
- padding-bottom: 5px;
- }
- }
- .dialogTitle {
- i {
- display: inline-block;
- width: 4px;
- height: 14px;
- background: #ff8057;
- border-radius: 2px;
- margin-right: 6px;
- }
- text-align: left;
- font-size: 18px;
- font-weight: 500;
- color: #333333;
- line-height: 25px;
- padding: 20px 0 15px 25px;
- }
- .refundContent {
- padding: 0 20px 25px;
- .tips {
- font-size: 15px;
- color: #333333;
- line-height: 21px;
- }
- }
- .container {
- :global {
- .van-button {
- font-size: 18px;
- font-weight: 500;
- }
- }
- }
- .refundTitle {
- padding-top: 25px;
- font-size: 16px;
- font-weight: 600;
- color: #333333;
- line-height: 22px;
- span {
- color: #f44541;
- }
- }
- .phoneName {
- background: #f2f2f2;
- border-radius: 6px;
- }
|