index.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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 44rpx 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. }
  23. .car-name-view{
  24. font-weight: 600;
  25. font-size: 40rpx;
  26. color: #060809;
  27. width: 500rpx;
  28. white-space: nowrap;
  29. overflow: hidden;
  30. text-overflow: ellipsis;
  31. display: flex;
  32. align-items: baseline;
  33. }
  34. .car-name-view .text{
  35. width: 200rpx;
  36. white-space: nowrap;
  37. text-overflow: ellipsis;
  38. overflow: hidden;
  39. display: block;
  40. }
  41. .quantity{
  42. font-family: DIN, DIN;
  43. font-weight: bold;
  44. font-size: 80rpx;
  45. color: #060809;
  46. }
  47. .quantity-text{
  48. font-weight: 600;
  49. font-size: 44rpx;
  50. color: #060809;
  51. text-align:center;
  52. display: flex;
  53. align-items: baseline;
  54. margin-top: 20rpx;
  55. }
  56. .update-time-view{
  57. justify-content: center;
  58. font-weight: 400;
  59. font-size: 28rpx;
  60. color: #060809;
  61. opacity: 0.5
  62. }
  63. .card-bg{
  64. width: 336rpx;
  65. background-color: #FFF;
  66. border-radius: 40rpx;
  67. /* height: 48%; */
  68. height: 100%;
  69. margin-bottom: 14rpx;
  70. padding:28rpx 28rpx 32rpx 24rpx;
  71. }
  72. .margin_l_8{
  73. margin-left: 8rpx;
  74. }
  75. .card-right{
  76. flex-grow: 1;
  77. height: 100%;
  78. margin-left:20rpx;
  79. }
  80. .card-top-title{
  81. margin-bottom: 20rpx;
  82. font-weight: 600;
  83. font-size: 28rpx;
  84. color: #060809;
  85. }
  86. .font_24{
  87. font-size: 24rpx;
  88. margin-left: 4rpx;
  89. }
  90. .card-top-text{
  91. font-family: DIN, DIN;
  92. font-weight: 600;
  93. font-size: 48rpx;
  94. color: #060809;
  95. }
  96. .config-view{
  97. padding: 0 32rpx;
  98. margin: 0 32rpx ;
  99. border-radius: 20rpx;
  100. align-items: center;
  101. background-color: #FFF;
  102. }
  103. .config-view>view:not(:last-child){
  104. border-bottom: 2rpx solid #f4f4f4;
  105. }
  106. .config-text-view{
  107. flex-direction: column;
  108. flex-grow: 1;
  109. }
  110. .grow_1{
  111. width: 100%;
  112. }
  113. .margin_r_20{
  114. margin-right: 20rpx;
  115. }
  116. .map-card-view{
  117. margin:0 32rpx 20rpx;
  118. }
  119. .height_362{
  120. height: 362rpx;
  121. }
  122. .height_260{
  123. height: 230rpx;
  124. }
  125. .icon_style_64{
  126. width: 64rpx;
  127. height: 64rpx;
  128. }
  129. .icon_style_28{
  130. width: 28rpx;
  131. height: 28rpx;
  132. }
  133. .font_w_600{
  134. font-weight: 600;
  135. font-size: 32rpx;
  136. color: #060809;
  137. width: 100%;
  138. margin-bottom: 18rpx;
  139. }
  140. .tip-text-config{
  141. width: 100%;
  142. font-weight: 400;
  143. font-size: 24rpx;
  144. color: #060809;
  145. /* margin-bottom: 32rpx; */
  146. }
  147. .config-car-view{
  148. padding: 40rpx 0rpx 32rpx;
  149. }
  150. .contril-item>text{
  151. opacity: 0.2;
  152. }
  153. .overdue-view{
  154. background: #FCE8E9;
  155. border-radius: 20rpx;
  156. border: 3rpx solid transparent;
  157. border-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1)) 3 3;
  158. height: 100rpx;
  159. align-items: center;
  160. margin: 40rpx 24rpx;
  161. padding: 0 24rpx;
  162. }
  163. .overdue-view-text{
  164. align-items: baseline;
  165. }
  166. .overdue-text-left{
  167. font-weight: 400;
  168. font-size: 28rpx;
  169. color: #060809;
  170. margin-right: 16rpx;
  171. }
  172. .overdue-num{
  173. font-weight: bold;
  174. font-size: 40rpx;
  175. color: #FA2918;
  176. }
  177. .renew-btn{
  178. height: 60rpx;
  179. line-height: 60rpx;
  180. background: #FA2918;
  181. border-radius: 32rpx;
  182. font-weight: 600;
  183. font-size: 28rpx;
  184. color: #FFFFFF;
  185. text-align: center;
  186. width: 148rpx;
  187. }