carPlan.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. .show-more {
  2. position: fixed;
  3. bottom: 0;
  4. left: 0;
  5. z-index: 10;
  6. width: 100%;
  7. height: 100vh;
  8. background-color:rgba(0, 0, 0, 0.4);;
  9. }
  10. .more-info {
  11. border-radius: 40rpx 40rpx 0rpx 0rpx;
  12. overflow: hidden;
  13. z-index: 100;
  14. position: fixed;
  15. bottom: 0;
  16. width: 100%;
  17. background: #FFF;
  18. height: 1100rpx;
  19. padding: 40rpx 32rpx 48rpx;
  20. }
  21. .model-title{
  22. margin-bottom: 46rpx;
  23. }
  24. .car-model-detail{
  25. width: 100%;
  26. flex-direction: column;
  27. align-items: flex-start;
  28. line-height: 1;
  29. }
  30. .car-model-price-view{
  31. font-weight: 400;
  32. font-size: 24rpx;
  33. color: #060809;
  34. margin: 10rpx 0;
  35. }
  36. .car-model-tip{
  37. font-weight: 400;
  38. font-size: 24rpx;
  39. color: #060809;
  40. opacity: 0.4;
  41. }
  42. .car-plan-title{
  43. font-weight: 400;
  44. font-size: 32rpx;
  45. color: #060809;
  46. margin-bottom: 32rpx;
  47. }
  48. .car-plan-list-view{
  49. overflow-x: hidden;
  50. margin-bottom: 28rpx;
  51. }
  52. .car-plan-list{
  53. height: 158rpx;
  54. flex-direction: column;
  55. justify-content: center;
  56. background: #F3F8FF;
  57. border-radius: 16rpx;
  58. min-width: 158rpx;
  59. border: 4rpx solid transparent;
  60. margin-right: 18rpx;
  61. }
  62. .car-plan-list-i{
  63. height: 158rpx;
  64. flex-direction: column;
  65. justify-content: center;
  66. background: #FFF;
  67. border-radius: 16rpx;
  68. min-width: 158rpx;
  69. border: 4rpx solid #0A59F7;
  70. margin-right: 18rpx;
  71. }
  72. .car-plan-unit{
  73. font-weight: 400;
  74. font-size: 32rpx;
  75. color: #060809;
  76. }
  77. .car-plan-price{
  78. font-weight: 600;
  79. font-size: 32rpx;
  80. color: #060809;
  81. }
  82. .car-plan-unit-i{
  83. font-weight: 400;
  84. font-size: 32rpx;
  85. color: #0A59F7;
  86. }
  87. .car-plan-price-i{
  88. font-weight: 600;
  89. font-size: 32rpx;
  90. color: #FA2918;
  91. }
  92. .free-num-left{
  93. font-weight: 600;
  94. font-size: 32rpx;
  95. color: #060809;
  96. }
  97. .free-num{
  98. font-weight: 600;
  99. font-size: 32rpx;
  100. color: #0A59F7;
  101. }
  102. .free-num-tip{
  103. font-weight: 400;
  104. font-size: 24rpx;
  105. color: #828DA2;
  106. }
  107. .free-num-block{
  108. padding: 36rpx 34rpx 34rpx;
  109. background: #F4F5F6;
  110. border-radius: 24rpx;
  111. margin-bottom: 48rpx;
  112. }
  113. .plan-time > view:nth-of-type(1) {
  114. color: #2A3A5A;
  115. font-size: 32rpx;
  116. font-weight: bold;
  117. }
  118. .quantity-count > input {
  119. background: #F3F8FF;
  120. border-radius: 24rpx;
  121. width: 88rpx;
  122. height: 48rpx;
  123. text-align: center;
  124. font-weight: 600;
  125. font-size: 38rpx;
  126. color: #060809;
  127. }
  128. .total-time{
  129. font-weight: 600;
  130. font-size: 32rpx;
  131. color: #060809;
  132. margin-right: 8rpx;
  133. }
  134. .count-btn {
  135. width: 48rpx;
  136. height: 48rpx;
  137. vertical-align: middle;
  138. }
  139. .fbtn {
  140. color: #9FA7B7;
  141. margin-right: 16rpx;
  142. }
  143. .sbtn {
  144. /* color: #9FA7B7; */
  145. margin-left: 16rpx;
  146. }
  147. .car-color-view > view:nth-of-type(1) {
  148. font-weight: 400;
  149. font-size: 32rpx;
  150. color: #060809;
  151. margin-bottom: 32rpx;
  152. }
  153. .car-color-list{
  154. width: 158rpx;
  155. height: 80rpx;
  156. border-radius: 16rpx;
  157. font-weight: 400;
  158. font-size: 32rpx;
  159. text-align: center;
  160. line-height: 80rpx;
  161. border: 4rpx solid transparent;
  162. margin-right: 18rpx;
  163. }
  164. .car-color-i{
  165. background: #F3F8FF;
  166. color: #060809;
  167. }
  168. .car-color-s{
  169. background: #FFFFFF;
  170. border: 4rpx solid #0A59F7;
  171. color: #0A59F7;
  172. }
  173. .lift-btn-view{
  174. display: flex;
  175. justify-content: center;
  176. align-items: center;
  177. padding: 32rpx;
  178. width: 100%;
  179. height: 148rpx;
  180. position: relative;
  181. margin-bottom: 40rpx;
  182. }
  183. .lift-btn{
  184. height: 80rpx;
  185. display: flex;
  186. flex: 1;
  187. font-weight: 600;
  188. font-size: 32rpx;
  189. color: #FFF;
  190. font-family: PingFangSC, PingFang SC;
  191. background: #060809;
  192. border-radius: 40rpx;
  193. justify-content: center;
  194. align-items: center;
  195. }