index.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. .container-view{
  2. background-image: url('https://qiniu.bms16.com/Fj2y3PaoJrfoS5XOk9YACac7TNQQ');
  3. }
  4. .align-center{
  5. align-items: center;
  6. }
  7. .padding_about_40{
  8. padding: 26rpx 0rpx 20rpx 40rpx;
  9. }
  10. .car-img-view{
  11. padding: 0 40rpx;
  12. position: relative;
  13. width: 100%;
  14. /* height: 300rpx; */
  15. }
  16. .quantity-view{
  17. width: 144rpx;
  18. flex-direction: column;
  19. line-height: 1;
  20. align-items: flex-start;
  21. /* position: absolute;
  22. z-index: 100; */
  23. }
  24. .car-name-view{
  25. font-weight: 600;
  26. font-size: 40rpx;
  27. color: #060809;
  28. width: 500rpx;
  29. white-space: nowrap;
  30. overflow: hidden;
  31. text-overflow: ellipsis;
  32. display: flex;
  33. align-items: baseline;
  34. }
  35. .car-name-view .text{
  36. max-width: 200rpx;
  37. white-space: nowrap;
  38. text-overflow: ellipsis;
  39. overflow: hidden;
  40. display: block;
  41. }
  42. .quantity{
  43. font-family: DIN, DIN;
  44. font-weight: bold;
  45. font-size: 80rpx;
  46. color: #060809;
  47. }
  48. .quantity-text{
  49. font-weight: 600;
  50. font-size: 44rpx;
  51. color: #060809;
  52. text-align:center;
  53. display: flex;
  54. align-items: baseline;
  55. margin-top: 14rpx;
  56. }
  57. .update-time-view{
  58. justify-content: center;
  59. font-weight: 400;
  60. font-size: 28rpx;
  61. color: #060809;
  62. opacity: 0.5
  63. }
  64. .card-bg{
  65. width: 336rpx;
  66. background-color: #FFF;
  67. border-radius: 40rpx;
  68. /* height: 48%; */
  69. height: 100%;
  70. margin-bottom: 14rpx;
  71. padding:28rpx 28rpx 32rpx 24rpx;
  72. }
  73. .margin_l_8{
  74. margin-left: 8rpx;
  75. }
  76. .card-right{
  77. flex-grow: 1;
  78. height: 100%;
  79. margin-left:20rpx;
  80. display: flex;
  81. flex-direction: column;
  82. }
  83. .card-top-title{
  84. margin-bottom: 20rpx;
  85. font-weight: 600;
  86. font-size: 28rpx;
  87. color: #060809;
  88. }
  89. .font_24{
  90. font-size: 24rpx;
  91. margin-left: 4rpx;
  92. }
  93. .card-top-text{
  94. font-family: DIN, DIN;
  95. font-weight: 600;
  96. font-size: 48rpx;
  97. color: #060809;
  98. }
  99. .config-view{
  100. padding: 0 32rpx;
  101. margin: 0 32rpx ;
  102. border-radius: 20rpx;
  103. align-items: center;
  104. background-color: #FFF;
  105. }
  106. .config-view>view:not(:last-child){
  107. border-bottom: 2rpx solid #f4f4f4;
  108. }
  109. .config-text-view{
  110. flex-direction: column;
  111. flex-grow: 1;
  112. }
  113. .grow_1{
  114. width: 100%;
  115. }
  116. .margin_r_20{
  117. margin-right: 20rpx;
  118. }
  119. .map-card-view{
  120. margin:0 32rpx 20rpx;
  121. }
  122. .height_362{
  123. height: 362rpx;
  124. }
  125. .height_260{
  126. height: 230rpx;
  127. }
  128. .icon_style_64{
  129. width: 64rpx;
  130. height: 64rpx;
  131. }
  132. .icon_style_28{
  133. width: 28rpx;
  134. height: 28rpx;
  135. }
  136. .font_w_600{
  137. font-weight: 600;
  138. font-size: 32rpx;
  139. color: #060809;
  140. width: 100%;
  141. margin-bottom: 18rpx;
  142. }
  143. .tip-text-config{
  144. width: 100%;
  145. font-weight: 400;
  146. font-size: 24rpx;
  147. color: #060809;
  148. /* margin-bottom: 32rpx; */
  149. }
  150. .config-car-view{
  151. padding: 40rpx 0rpx 32rpx;
  152. }
  153. .contril-item>text{
  154. opacity: 0.2;
  155. }
  156. .overdue-view-box {
  157. padding: 0 24rpx;
  158. }
  159. .overdue-view{
  160. background: #FCE8E9;
  161. border-radius: 40rpx;
  162. /* border: 3rpx solid; */
  163. border-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1)) 3 3;
  164. height: 100rpx;
  165. align-items: center;
  166. margin: 40rpx 24rpx;
  167. padding: 0 24rpx;
  168. }
  169. .overdue-view-text{
  170. align-items: baseline;
  171. }
  172. .overdue-text-left{
  173. font-weight: 400;
  174. font-size: 28rpx;
  175. color: #060809;
  176. margin-right: 16rpx;
  177. }
  178. .overdue-num{
  179. font-weight: bold;
  180. font-size: 40rpx;
  181. color: #FA2918;
  182. }
  183. .renew-btn{
  184. height: 60rpx;
  185. line-height: 60rpx;
  186. background: #FA2918;
  187. border-radius: 32rpx;
  188. font-weight: 600;
  189. font-size: 28rpx;
  190. color: #FFFFFF;
  191. text-align: center;
  192. width: 148rpx;
  193. }
  194. .return-car-btn{
  195. font-family: PingFangSC, PingFang SC;
  196. font-weight: 600;
  197. font-size: 28rpx;
  198. color: #060809;
  199. min-width: 220rpx;
  200. padding: 0 20rpx;
  201. height: 62rpx;
  202. justify-content: center;
  203. align-items: center;
  204. background: rgba(255,255,255,0.32);
  205. border-radius: 40rpx;
  206. }
  207. .custom-swiper-view{
  208. width: 100%;
  209. height: 480rpx;
  210. margin: 10rpx 0;
  211. }