12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- .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;
- padding-bottom: 20rpx;
- 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;
- }
|