car.wxss 729 B

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