carDetail.css 2.8 KB

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