carPlan.css 3.4 KB

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