index.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  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 40rpx 44rpx;
  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: center;
  33. justify-content: center;
  34. }
  35. .car-name-view .text{
  36. 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: 20rpx;
  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. 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. height: 362rpx;
  118. margin:0 32rpx 20rpx;
  119. }
  120. .icon_style_64{
  121. width: 64rpx;
  122. height: 64rpx;
  123. }
  124. .icon_style_28{
  125. width: 28rpx;
  126. height: 28rpx;
  127. }
  128. .font_w_600{
  129. font-weight: 600;
  130. font-size: 32rpx;
  131. color: #060809;
  132. width: 100%;
  133. margin-bottom: 18rpx;
  134. }
  135. .tip-text-config{
  136. width: 100%;
  137. font-weight: 400;
  138. font-size: 24rpx;
  139. color: #060809;
  140. /* margin-bottom: 32rpx; */
  141. }
  142. .config-car-view{
  143. padding: 40rpx 0rpx 32rpx;
  144. }
  145. .contril-item>text{
  146. opacity: 0.2;
  147. }
  148. .overdue-view{
  149. background: #FCE8E9;
  150. border-radius: 20rpx;
  151. border: 3rpx solid transparent;
  152. border-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1)) 3 3;
  153. height: 100rpx;
  154. align-items: center;
  155. margin: 40rpx 24rpx;
  156. padding: 0 24rpx;
  157. }
  158. .overdue-view-text{
  159. align-items: baseline;
  160. }
  161. .overdue-text-left{
  162. font-weight: 400;
  163. font-size: 28rpx;
  164. color: #060809;
  165. margin-right: 16rpx;
  166. }
  167. .overdue-num{
  168. font-weight: bold;
  169. font-size: 40rpx;
  170. color: #FA2918;
  171. }
  172. .renew-btn{
  173. height: 60rpx;
  174. line-height: 60rpx;
  175. background: #FA2918;
  176. border-radius: 32rpx;
  177. font-weight: 600;
  178. font-size: 28rpx;
  179. color: #FFFFFF;
  180. text-align: center;
  181. width: 148rpx;
  182. }