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