| | |
| | | /* pages/cart/item.wxss */ |
| | | @import "./index.skeleton.wxss"; |
| | | |
| | | .btn-wrapper { |
| | | height: 100%; |
| | | } |
| | |
| | | .checkGroupBox { |
| | | /* flex: 1; */ |
| | | margin: 0 30rpx; |
| | | width: 120rpx; |
| | | min-width: 120rpx; |
| | | } |
| | | |
| | | |
| | |
| | | .totalPrice { |
| | | flex: 1; |
| | | /* margin: 0 50rpx; */ |
| | | |
| | | min-width: 295rpx; |
| | | } |
| | | |
| | | .buttonBox { |
| | | margin-right: 80rpx; |
| | | min-width: 200rpx; |
| | | } |
| | | |
| | | .tButtonBox { |
| | | /* background-color: #FF6C00; */ |
| | | width: 200rpx; |
| | | height: 80rpx; |
| | | } |
| | | |
| | | .t-button__content { |
| | | min-width: 170rpx; |
| | | } |
| | | |
| | | checkbox .wx-checkbox-input { |
| | |
| | | |
| | | .totalPriceText { |
| | | color: #FF6C00; |
| | | min-width: 133rpx; |
| | | } |
| | | |
| | | .LaelBox { |