index.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  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{
  157. background: #FCE8E9;
  158. border-radius: 20rpx;
  159. border: 3rpx solid transparent;
  160. border-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1)) 3 3;
  161. height: 100rpx;
  162. align-items: center;
  163. margin: 40rpx 24rpx;
  164. padding: 0 24rpx;
  165. }
  166. .overdue-view-text{
  167. align-items: baseline;
  168. }
  169. .overdue-text-left{
  170. font-weight: 400;
  171. font-size: 28rpx;
  172. color: #060809;
  173. margin-right: 16rpx;
  174. }
  175. .overdue-num{
  176. font-weight: bold;
  177. font-size: 40rpx;
  178. color: #FA2918;
  179. }
  180. .renew-btn{
  181. height: 60rpx;
  182. line-height: 60rpx;
  183. background: #FA2918;
  184. border-radius: 32rpx;
  185. font-weight: 600;
  186. font-size: 28rpx;
  187. color: #FFFFFF;
  188. text-align: center;
  189. width: 148rpx;
  190. }
  191. .return-car-btn{
  192. font-family: PingFangSC, PingFang SC;
  193. font-weight: 600;
  194. font-size: 28rpx;
  195. color: #060809;
  196. width: 220rpx;
  197. height: 62rpx;
  198. justify-content: center;
  199. align-items: center;
  200. background: rgba(255,255,255,0.32);
  201. border-radius: 40rpx;
  202. }
  203. .custom-swiper-view{
  204. width: 100%;
  205. height: 480rpx;
  206. margin: 10rpx 0;
  207. }