| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .item {
- width: 690rpx;
- background: #FFFFFF;
- border-radius: 8rpx;
- padding: 20rpx;
- box-sizing: border-box;
- margin: 0 auto 20rpx;
- .head {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 100%;
- padding-bottom: 18rpx;
- border-bottom: 1px solid #DDDDDD;
- .tabs {
- display: flex;
- .tab {
- font-family: PingFang SC, PingFang SC;
- font-size: 24rpx;
- padding: 0 12rpx;
- line-height: 40rpx;
- border-radius: 20rpx;
- margin-right: 20rpx;
- background-color: #E1EAFE;
- color: #3874F6
- }
- }
- .status {
- font-family: PingFang SC, PingFang SC;
- font-size: 28rpx;
- color: #3874F6;
- }
- }
- .address {
- line-height: 40rpx;
- font-family: PingFang SC, PingFang SC;
- font-size: 28rpx;
- color: #333333;
- margin-top: 8rpx;
- }
- .row {
- line-height: 34rpx;
- font-family: PingFang SC, PingFang SC;
- font-size: 24rpx;
- color: #999999;
- margin-top: 8rpx;
- }
- }
|