index.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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. margin-bottom: 14rpx;
  69. padding:28rpx 28rpx 32rpx 24rpx;
  70. }
  71. .margin_l_8{
  72. margin-left: 8rpx;
  73. }
  74. .card-right{
  75. flex-grow: 1;
  76. height: 100%;
  77. margin-left:20rpx;
  78. }
  79. .card-top-title{
  80. margin-bottom: 20rpx;
  81. font-weight: 600;
  82. font-size: 28rpx;
  83. color: #060809;
  84. }
  85. .font_24{
  86. font-size: 24rpx;
  87. margin-left: 4rpx;
  88. }
  89. .card-top-text{
  90. font-family: DIN, DIN;
  91. font-weight: 600;
  92. font-size: 48rpx;
  93. color: #060809;
  94. }
  95. .config-view{
  96. padding: 0 32rpx;
  97. margin: 0 32rpx ;
  98. border-radius: 20rpx;
  99. align-items: center;
  100. background-color: #FFF;
  101. }
  102. .config-view>view:not(:last-child){
  103. border-bottom: 2rpx solid #f4f4f4;
  104. }
  105. .config-text-view{
  106. flex-direction: column;
  107. flex-grow: 1;
  108. }
  109. .grow_1{
  110. width: 100%;
  111. }
  112. .margin_r_20{
  113. margin-right: 20rpx;
  114. }
  115. .map-card-view{
  116. height: 362rpx;
  117. margin:0 32rpx 20rpx;
  118. }
  119. .icon_style_64{
  120. width: 64rpx;
  121. height: 64rpx;
  122. }
  123. .icon_style_28{
  124. width: 28rpx;
  125. height: 28rpx;
  126. }
  127. .font_w_600{
  128. font-weight: 600;
  129. font-size: 32rpx;
  130. color: #060809;
  131. width: 100%;
  132. margin-bottom: 18rpx;
  133. }
  134. .tip-text-config{
  135. width: 100%;
  136. font-weight: 400;
  137. font-size: 24rpx;
  138. color: #060809;
  139. /* margin-bottom: 32rpx; */
  140. }
  141. .config-car-view{
  142. padding: 40rpx 0rpx 32rpx;
  143. }
  144. .contril-item>text{
  145. opacity: 0.2;
  146. }
  147. .overdue-view{
  148. background: #FCE8E9;
  149. border-radius: 20rpx;
  150. border: 3rpx solid transparent;
  151. border-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1)) 3 3;
  152. height: 100rpx;
  153. align-items: center;
  154. margin: 40rpx 24rpx;
  155. padding: 0 24rpx;
  156. }
  157. .overdue-view-text{
  158. align-items: baseline;
  159. }
  160. .overdue-text-left{
  161. font-weight: 400;
  162. font-size: 28rpx;
  163. color: #060809;
  164. margin-right: 16rpx;
  165. }
  166. .overdue-num{
  167. font-weight: bold;
  168. font-size: 40rpx;
  169. color: #FA2918;
  170. }
  171. .renew-btn{
  172. height: 60rpx;
  173. line-height: 60rpx;
  174. background: #FA2918;
  175. border-radius: 32rpx;
  176. font-weight: 600;
  177. font-size: 28rpx;
  178. color: #FFFFFF;
  179. text-align: center;
  180. width: 148rpx;
  181. }