car.wxss 695 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /* customized/pages/made/car/car.wxss */
  2. .car-checkbox{
  3. width:100rpx;
  4. }
  5. .car-auto{
  6. margin:0 25rpx;
  7. }
  8. .car-img-list image{
  9. width:140rpx;
  10. height:140rpx;
  11. margin:5rpx;
  12. }
  13. .car-list{
  14. padding:20rpx;
  15. margin-bottom:20rpx;
  16. }
  17. .car-numBtn{
  18. width:244rpx;
  19. border:2rpx solid #e0e0e0;
  20. text-align: center;
  21. }
  22. .car-numBtn view, .car-numBtn input{
  23. width:80rpx;
  24. height:80rpx;
  25. }
  26. .car-numBtn view{
  27. font-size:50rpx;
  28. }
  29. .car-numBtn input{
  30. border-right:2rpx solid #e0e0e0;
  31. }
  32. .car-numBtn view:first-child{
  33. border-right:2rpx solid #e0e0e0;
  34. }
  35. .footer{
  36. position: fixed;
  37. color:#333;
  38. width:100%;
  39. hieght:100%;
  40. line-height:100rpx;
  41. bottom:0;
  42. left:0;
  43. }
  44. .car-btn{
  45. text-align: center;
  46. }