carDetail.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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: #0A59F7;
  68. border-radius: 42rpx;
  69. margin-bottom: 20rpx;
  70. }
  71. .step-car-view{
  72. padding:28rpx 32rpx;
  73. background: #FFFFFF;
  74. border-radius: 40rpx 0 40rpx 40rpx;
  75. }
  76. .card-head{
  77. font-size: 32rpx;
  78. color: #FFFFFF;
  79. background-color: #0A59F7;
  80. }
  81. .step-text-view{
  82. justify-content: space-around;
  83. }
  84. .step-text{
  85. font-weight: 400;
  86. font-size: 24rpx;
  87. color: #060809;
  88. }
  89. .step-num{
  90. font-size: 36rpx;
  91. color: #0A59F7;
  92. font-weight: bold;
  93. opacity: 0.8;
  94. font-family: CamarRegular;
  95. }
  96. .distance-num{
  97. background: #E6EEFE;
  98. border-radius: 20rpx;
  99. font-weight: 600;
  100. font-size: 26rpx;
  101. color: #0A59F7;
  102. padding: 6rpx 20rpx;
  103. }
  104. .store-name-view{
  105. font-weight: 600;
  106. font-size: 32rpx;
  107. color: #060809;
  108. align-items: center;
  109. flex-direction: column;
  110. }
  111. .address-txt{
  112. font-weight: 400;
  113. font-size: 24rpx;
  114. color: #9FA7B7;
  115. }
  116. .time-icon{
  117. width: 32rpx;
  118. height: 32rpx;
  119. }
  120. .time-view{
  121. font-family: DIN, DIN;
  122. font-weight: 600;
  123. font-size: 28rpx;
  124. color: #828DA2;
  125. }
  126. .phone-btn-view{
  127. border-radius: 32rpx;
  128. border: 3rpx solid #E7EAEE;
  129. width: 84rpx;
  130. height: 64rpx;
  131. line-height: 64rpx;
  132. text-align: center;
  133. margin-right: 20rpx;
  134. }
  135. .phone-btn-view img{
  136. width: 36rpx;
  137. height: 36rpx;
  138. }
  139. .nav-btn-view img{
  140. width: 112rpx;
  141. height: 64rpx;
  142. }
  143. .use-car-view{
  144. padding: 24rpx 24rpx 40rpx 0;
  145. position:fixed;
  146. bottom: 0;
  147. background: #FFFFFF;
  148. box-shadow: 0rpx -2rpx 0rpx 0rpx #F4F5F6;
  149. width: 98%;
  150. }
  151. .use-car-btn{
  152. width: 100%;
  153. height: 80rpx;
  154. line-height: 80rpx;
  155. background: #060809;
  156. border-radius: 40rpx;
  157. font-weight: 600;
  158. font-size: 32rpx;
  159. color: #FFFFFF;
  160. text-align: center;
  161. }
  162. .w-bg{
  163. width: 100%;
  164. height: 80rpx;
  165. background: #FFFFFF;
  166. border-radius: 0rpx 40rpx 0rpx 0rpx;
  167. }
  168. .step-title-view{
  169. padding-left:24rpx ;
  170. }