index.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  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. display: flex;
  80. }
  81. .card-right-i{
  82. flex-direction: column;
  83. margin-left:20rpx;
  84. }
  85. .card-top-title{
  86. margin-bottom: 20rpx;
  87. font-weight: 600;
  88. font-size: 28rpx;
  89. color: #060809;
  90. }
  91. .font_24{
  92. font-size: 24rpx;
  93. margin-left: 4rpx;
  94. }
  95. .card-top-text{
  96. font-family: DIN, DIN;
  97. font-weight: 600;
  98. font-size: 48rpx;
  99. color: #060809;
  100. }
  101. .config-view{
  102. padding: 0 32rpx;
  103. margin: 0 32rpx ;
  104. border-radius: 20rpx;
  105. align-items: center;
  106. background-color: #FFF;
  107. }
  108. .config-view>view:not(:last-child){
  109. border-bottom: 2rpx solid #f4f4f4;
  110. }
  111. .config-text-view{
  112. flex-direction: column;
  113. flex-grow: 1;
  114. }
  115. .grow_1{
  116. width: 100%;
  117. }
  118. .margin_r_20{
  119. margin-right: 20rpx;
  120. }
  121. .map-card-view{
  122. margin:0 32rpx 20rpx;
  123. }
  124. .height_362{
  125. height: 362rpx;
  126. }
  127. .height_260{
  128. height: 230rpx;
  129. }
  130. .icon_style_64{
  131. width: 64rpx;
  132. height: 64rpx;
  133. }
  134. .icon_style_28{
  135. width: 28rpx;
  136. height: 28rpx;
  137. }
  138. .font_w_600{
  139. font-weight: 600;
  140. font-size: 32rpx;
  141. color: #060809;
  142. width: 100%;
  143. margin-bottom: 18rpx;
  144. }
  145. .tip-text-config{
  146. width: 100%;
  147. font-weight: 400;
  148. font-size: 24rpx;
  149. color: #060809;
  150. /* margin-bottom: 32rpx; */
  151. }
  152. .config-car-view{
  153. padding: 40rpx 0rpx 32rpx;
  154. }
  155. .contril-item>text{
  156. opacity: 0.2;
  157. }
  158. .overdue-view-box {
  159. padding: 0 24rpx;
  160. }
  161. .overdue-view{
  162. background: #FCE8E9;
  163. border-radius: 40rpx;
  164. /* border: 3rpx solid; */
  165. border-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1)) 3 3;
  166. height: 100rpx;
  167. align-items: center;
  168. margin: 40rpx 24rpx;
  169. padding: 0 24rpx;
  170. }
  171. .overdue-view-text{
  172. align-items: baseline;
  173. }
  174. .overdue-text-left{
  175. font-weight: 400;
  176. font-size: 28rpx;
  177. color: #060809;
  178. margin-right: 16rpx;
  179. }
  180. .overdue-num{
  181. font-weight: bold;
  182. font-size: 40rpx;
  183. color: #FA2918;
  184. }
  185. .renew-btn{
  186. height: 60rpx;
  187. line-height: 60rpx;
  188. background: #FA2918;
  189. border-radius: 32rpx;
  190. font-weight: 600;
  191. font-size: 28rpx;
  192. color: #FFFFFF;
  193. text-align: center;
  194. width: 148rpx;
  195. }
  196. .return-car-btn{
  197. font-family: PingFangSC, PingFang SC;
  198. font-weight: 600;
  199. font-size: 28rpx;
  200. color: #060809;
  201. min-width: 220rpx;
  202. padding: 0 20rpx;
  203. height: 62rpx;
  204. justify-content: center;
  205. align-items: center;
  206. background: rgba(255,255,255,0.32);
  207. border-radius: 40rpx;
  208. }
  209. .custom-swiper-view{
  210. width: 100%;
  211. height: 480rpx;
  212. margin: 10rpx 0;
  213. }