index.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. .content {
  2. min-height: 100vh;
  3. background-color: #F4F5F7;
  4. }
  5. .bBannerList {
  6. width: 100%;
  7. height: 300rpx;
  8. background-color: #F4F5F7;
  9. }
  10. .swpImg {
  11. width: 100%;
  12. height: 300rpx;
  13. }
  14. .carMessage {
  15. margin: 24rpx 24rpx 40rpx;
  16. padding-top: 10rpx;
  17. height: 500rpx;
  18. background-color: #FFFFFF;
  19. border-radius: 10rpx;
  20. }
  21. .look4s {
  22. margin: 40rpx 24rpx;
  23. height: 88rpx;
  24. line-height: 88rpx;
  25. text-align: center;
  26. background-color: #FD5300;
  27. border-radius: 10rpx;
  28. color: #FFFFFF;
  29. font-weight: bold;
  30. font-size: 30rpx;
  31. }
  32. .mesView {
  33. display: flex;
  34. align-items: center;
  35. width: 100%;
  36. height: 120rpx;
  37. background-color: #FFFFFF;
  38. }
  39. .leftTitle {
  40. margin: 28rpx;
  41. width: 120rpx;
  42. font-size: 28rpx;
  43. color: #666666;
  44. }
  45. .noSelectColor {
  46. color: #999999;
  47. }
  48. .selectColor {
  49. color: #333333;
  50. }
  51. .rightArrow {
  52. margin-right: 28rpx;
  53. width: 14rpx;
  54. height: 23rpx;
  55. }
  56. .cityBtn {
  57. width: 65%;
  58. font-size: 28rpx;
  59. }
  60. .rightView {
  61. display: flex;
  62. justify-content: space-between;
  63. width: 80%;
  64. }
  65. .plateNumber {
  66. font-size: 28rpx;
  67. }
  68. .carModBtn {
  69. width: 65%;
  70. font-size: 28rpx;
  71. }
  72. .timeBtn {
  73. width: 65%;
  74. font-size: 28rpx;
  75. }
  76. .mileageInput {
  77. width: 20%;
  78. font-size: 28rpx;
  79. }
  80. .kmStr {
  81. font-size: 28rpx;
  82. color: #333333;
  83. }
  84. .changeCarBg {
  85. display: flex;
  86. /* justify-content: flex-start; */
  87. align-items: center;
  88. width: 120rpx;
  89. margin-right: 28rpx;
  90. }