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