123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- .box.data-v-1f8e8190 {
- min-height: 100vh;
- background: #F4F5F7;
- }
- .tab.data-v-1f8e8190 {
- background: #FFFFFF;
- display: flex;
- justify-content: space-between;
- line-height: 92rpx;
- position: fixed;
- width: 100%;
- height: 92rpx;
- z-index: 11;
- }
- .tabLine.data-v-1f8e8190 {
- width: 180rpx;
- text-align: center;
- }
- .tabActive.data-v-1f8e8190 {
- color: #FF4F00;
- border-bottom: 4rpx solid #FF4F00;
- }
- .main.data-v-1f8e8190 {
- padding-top: 92rpx;
- background-color: #F4F5F7;
- }
- .itemBg.data-v-1f8e8190 {
- margin: 20rpx 24rpx;
- background-color: #FFFFFF;
- border-radius: 10rpx;
- padding: 20rpx;
- }
- .itemTop.data-v-1f8e8190 {
- display: flex;
- justify-content: space-between;
- }
- .itemSheetState.data-v-1f8e8190 {
- font-size: 24rpx;
- color: #FF2400
- }
- .itemShopBg.data-v-1f8e8190 {
- display: flex;
- justify-content: space-between;
- margin: 20rpx 0;
- }
- .shopName.data-v-1f8e8190 {
- color: #333333;
- font-size: 30rpx;
- }
- .price.data-v-1f8e8190 {
- color: #333333;
- font-size: 32rpx;
- }
- .itemName.data-v-1f8e8190 {
- color: #666666;
- font-size: 24rpx;
- height: 30rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .plateNumber.data-v-1f8e8190 {
- color: #666666;
- font-size: 24rpx;
- margin: 15rpx 0 20rpx;
- }
- .itemLineBottom.data-v-1f8e8190 {
- display: flex;
- justify-content: flex-end;
- }
- .itemBtn1.data-v-1f8e8190 {
- width: 150rpx;
- height: 56rpx;
- border-radius: 36rpx;
- border: 2rpx solid #DDDDDD;
- text-align: center;
- line-height: 56rpx;
- font-size: 28rpx;
- color: #3C3C3C;
- margin-left: 40rpx;
- }
- .itemBtn2.data-v-1f8e8190 {
- width: 150rpx;
- height: 56rpx;
- border-radius: 36rpx;
- border: 2rpx solid #FF4F00;
- text-align: center;
- line-height: 56rpx;
- font-size: 28rpx;
- color: #FF4F00;
- margin-left: 40rpx;
- }
|