info.wxss 359 B

123456789101112131415161718192021
  1. /* pages/car/info.wxss */
  2. .van-checkbox {
  3. margin-bottom: 16rpx;
  4. }
  5. .submitBtn{
  6. position: fixed;
  7. width: 550rpx;
  8. padding: 20rpx 0;
  9. margin:0 80rpx;
  10. bottom: 0;
  11. z-index: 99;
  12. }
  13. .chooseTit {
  14. height: 100rpx;
  15. line-height: 100rpx;
  16. text-align: center;
  17. border-bottom: 1px solid #eee;
  18. }
  19. .van-goods-action{
  20. background-color: transparent !important;
  21. }