carPlan.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  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. padding: 0 20rpx;
  70. border: 4rpx solid transparent;
  71. margin-right: 18rpx;
  72. box-sizing: border-box;
  73. }
  74. .car-plan-list-i{
  75. height: 158rpx;
  76. flex-direction: column;
  77. justify-content: center;
  78. background: #FFF;
  79. border-radius: 16rpx;
  80. min-width: 158rpx;
  81. padding: 0 20rpx;
  82. border: 4rpx solid #0A59F7;
  83. margin-right: 18rpx;
  84. box-sizing: border-box;
  85. }
  86. .car-plan-unit{
  87. font-weight: 400;
  88. font-size: 32rpx;
  89. color: #060809;
  90. }
  91. .car-plan-price{
  92. font-weight: 600;
  93. font-size: 32rpx;
  94. color: #060809;
  95. }
  96. .car-plan-unit-i{
  97. font-weight: 400;
  98. font-size: 32rpx;
  99. color: #0A59F7;
  100. }
  101. .car-plan-price-i{
  102. font-weight: 600;
  103. font-size: 32rpx;
  104. color: #FA2918;
  105. }
  106. .free-num-left{
  107. font-weight: 600;
  108. font-size: 32rpx;
  109. color: #060809;
  110. }
  111. .free-num{
  112. font-weight: 600;
  113. font-size: 32rpx;
  114. color: #0A59F7;
  115. }
  116. .free-num-tip{
  117. font-weight: 400;
  118. font-size: 24rpx;
  119. color: #828DA2;
  120. }
  121. .free-num-block{
  122. padding: 36rpx 34rpx 34rpx;
  123. background: #F4F5F6;
  124. border-radius: 24rpx;
  125. margin-bottom: 48rpx;
  126. }
  127. .plan-time > view:nth-of-type(1) {
  128. color: #2A3A5A;
  129. font-size: 32rpx;
  130. font-weight: bold;
  131. }
  132. .quantity-count > input {
  133. background: #F3F8FF;
  134. border-radius: 24rpx;
  135. width: 88rpx;
  136. height: 48rpx;
  137. text-align: center;
  138. font-weight: 600;
  139. font-size: 38rpx;
  140. color: #060809;
  141. }
  142. .total-time{
  143. font-weight: 600;
  144. font-size: 32rpx;
  145. color: #060809;
  146. margin-right: 8rpx;
  147. }
  148. .count-btn {
  149. width: 48rpx;
  150. height: 48rpx;
  151. vertical-align: middle;
  152. }
  153. .fbtn {
  154. color: #9FA7B7;
  155. margin-right: 16rpx;
  156. }
  157. .sbtn {
  158. /* color: #9FA7B7; */
  159. margin-left: 16rpx;
  160. }
  161. .car-color-view > view:nth-of-type(1) {
  162. font-weight: 400;
  163. font-size: 32rpx;
  164. color: #060809;
  165. margin-bottom: 32rpx;
  166. }
  167. .car-color-list{
  168. width: 158rpx;
  169. height: 80rpx;
  170. border-radius: 16rpx;
  171. font-weight: 400;
  172. font-size: 32rpx;
  173. text-align: center;
  174. line-height: 80rpx;
  175. border: 4rpx solid transparent;
  176. margin-right: 18rpx;
  177. }
  178. .car-color-i{
  179. background: #F3F8FF;
  180. color: #060809;
  181. }
  182. .car-color-s{
  183. background: #FFFFFF;
  184. border: 4rpx solid #0A59F7;
  185. color: #0A59F7;
  186. }
  187. .lift-btn-view{
  188. display: flex;
  189. justify-content: center;
  190. align-items: center;
  191. padding: 32rpx;
  192. width: 100%;
  193. height: 148rpx;
  194. position: relative;
  195. margin-bottom: 40rpx;
  196. }
  197. .lift-btn{
  198. height: 80rpx;
  199. display: flex;
  200. flex: 1;
  201. font-weight: 600;
  202. font-size: 32rpx;
  203. color: #FFF;
  204. font-family: PingFangSC, PingFang SC;
  205. background: #060809;
  206. border-radius: 40rpx;
  207. justify-content: center;
  208. align-items: center;
  209. }