carDetail.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. .car-detail-main{
  2. padding: 24rpx;
  3. }
  4. .car-detail-model{
  5. background: #FFFFFF;
  6. border-radius: 40rpx;
  7. padding:34rpx 32rpx 32rpx ;
  8. margin-bottom: 24rpx;
  9. }
  10. .car-detail-name{
  11. font-weight: 600;
  12. font-size: 40rpx;
  13. color: #060809;
  14. margin-bottom: 24rpx;
  15. }
  16. .car-detail-price{
  17. font-family: DIN, DIN;
  18. font-weight: bold;
  19. font-size: 36rpx;
  20. color: #FA2918;
  21. }
  22. .car-detail-time{
  23. background: #F3F8FF;
  24. border-radius: 24rpx;
  25. padding: 6rpx 0 6rpx 6rpx;
  26. height: 80rpx;
  27. font-weight: 400;
  28. font-size: 32rpx;
  29. color: #060809;
  30. justify-content: space-around;
  31. }
  32. .time-unit{
  33. width: 25%;
  34. text-align: center;
  35. height: 68rpx;
  36. line-height: 68rpx;
  37. }
  38. .time-unit-i{
  39. background: #FFFFFF;
  40. border-radius: 16rpx;
  41. font-weight: 500;
  42. font-size: 32rpx;
  43. color: #060809;
  44. }
  45. .free-num-text{
  46. font-weight: 600;
  47. font-size: 32rpx;
  48. color: #060809;
  49. margin-left:16rpx;
  50. }
  51. .free-num-time{
  52. font-weight: 600;
  53. font-size: 32rpx;
  54. color: #0A59F7;
  55. }
  56. .free-num-tip{
  57. font-weight: 400;
  58. font-size: 24rpx;
  59. color: #828DA2;
  60. }
  61. .free-num-model{
  62. padding: 32rpx 24rpx;
  63. background: #F3F8FF;
  64. border-radius: 24rpx;
  65. }
  66. .card-car-detail{
  67. background: #FFFFFF;
  68. border-radius: 40rpx;
  69. padding: 28rpx 32rpx;
  70. margin-bottom: 20rpx;
  71. }
  72. .card-head{
  73. font-size: 32rpx;
  74. color: #FFFFFF;
  75. background-color: #0A59F7;
  76. }
  77. .step-text-view{
  78. justify-content: space-around;
  79. }
  80. .step-text{
  81. font-weight: 400;
  82. font-size: 24rpx;
  83. color: #060809;
  84. }
  85. .step-num{
  86. font-size: 36rpx;
  87. color: #0A59F7;
  88. font-weight: bold;
  89. opacity: 0.8;
  90. font-family: CamarRegular;
  91. }
  92. .distance-num{
  93. background: #E6EEFE;
  94. border-radius: 20rpx;
  95. font-weight: 600;
  96. font-size: 26rpx;
  97. color: #0A59F7;
  98. padding: 6rpx 20rpx;
  99. }
  100. .store-name-view{
  101. font-weight: 600;
  102. font-size: 32rpx;
  103. color: #060809;
  104. align-items: center;
  105. flex-direction: column;
  106. }
  107. .address-txt{
  108. font-weight: 400;
  109. font-size: 24rpx;
  110. color: #9FA7B7;
  111. }
  112. .time-icon{
  113. width: 32rpx;
  114. height: 32rpx;
  115. }
  116. .time-view{
  117. font-family: DIN, DIN;
  118. font-weight: 600;
  119. font-size: 28rpx;
  120. color: #828DA2;
  121. }
  122. .phone-btn-view{
  123. border-radius: 32rpx;
  124. border: 3rpx solid #E7EAEE;
  125. width: 84rpx;
  126. height: 64rpx;
  127. line-height: 64rpx;
  128. text-align: center;
  129. margin-right: 20rpx;
  130. }
  131. .phone-btn-view img{
  132. width: 36rpx;
  133. height: 36rpx;
  134. }
  135. .nav-btn-view{
  136. width: 112rpx;
  137. height: 64rpx;
  138. line-height: 64rpx;
  139. background: #060809;
  140. border-radius: 32rpx;
  141. text-align: center;
  142. }
  143. .nav-btn-view img{
  144. width: 30rpx;
  145. height: 30rpx;
  146. }
  147. .use-car-view{
  148. padding: 24rpx 24rpx 40rpx;
  149. position:fixed;
  150. bottom: 0;
  151. background: #FFFFFF;
  152. box-shadow: 0rpx -2rpx 0rpx 0rpx #F4F5F6;
  153. width: 100%;
  154. }
  155. .use-car-btn{
  156. width: 100%;
  157. height: 80rpx;
  158. line-height: 80rpx;
  159. background: #060809;
  160. border-radius: 40rpx;
  161. font-weight: 600;
  162. font-size: 32rpx;
  163. color: #FFFFFF;
  164. text-align: center;
  165. }