123456789101112131415161718192021 |
- /* pages/car/info.wxss */
- .van-checkbox {
- margin-bottom: 16rpx;
- }
- .submitBtn{
- position: fixed;
- width: 550rpx;
- padding: 20rpx 0;
- margin:0 80rpx;
- bottom: 0;
- z-index: 99;
- }
- .chooseTit {
- height: 100rpx;
- line-height: 100rpx;
- text-align: center;
- border-bottom: 1px solid #eee;
- }
- .van-goods-action{
- background-color: transparent !important;
- }
|