index.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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. }
  28. .quantity{
  29. font-family: DIN, DIN;
  30. font-weight: bold;
  31. font-size: 80rpx;
  32. color: #060809;
  33. }
  34. .quantity-text{
  35. font-weight: 600;
  36. font-size: 44rpx;
  37. color: #060809;
  38. text-align:center;
  39. }
  40. .update-time-view{
  41. justify-content: center;
  42. font-weight: 400;
  43. font-size: 28rpx;
  44. color: #060809;
  45. opacity: 0.5
  46. }
  47. .card-bg{
  48. background-color: #FFF;
  49. border-radius: 40rpx;
  50. height: 48%;
  51. margin-bottom: 14rpx;
  52. padding:28rpx 28rpx 32rpx 24rpx;
  53. }
  54. .margin_l_8{
  55. margin-left: 8rpx;
  56. }
  57. .card-right{
  58. flex-grow: 1;
  59. height: 100%;
  60. margin-left:20rpx;
  61. }
  62. .card-top-title{
  63. margin-bottom: 20rpx;
  64. font-weight: 600;
  65. font-size: 28rpx;
  66. color: #060809;
  67. }
  68. .font_24{
  69. font-size: 24rpx;
  70. margin-left: 4rpx;
  71. }
  72. .card-top-text{
  73. font-family: DIN, DIN;
  74. font-weight: 600;
  75. font-size: 48rpx;
  76. color: #060809;
  77. }
  78. .config-view{
  79. padding: 0 32rpx;
  80. margin: 0 32rpx ;
  81. border-radius: 20rpx;
  82. align-items: center;
  83. background-color: #FFF;
  84. }
  85. .config-view>view:not(:last-child){
  86. border-bottom: 2rpx solid #f4f4f4;
  87. }
  88. .config-text-view{
  89. flex-direction: column;
  90. flex-grow: 1;
  91. }
  92. .grow_1{
  93. width: 100%;
  94. }
  95. .margin_r_20{
  96. margin-right: 20rpx;
  97. }
  98. .map-card-view{
  99. height: 362rpx;
  100. margin:0 32rpx 20rpx;
  101. }
  102. .icon_style_64{
  103. width: 64rpx;
  104. height: 64rpx;
  105. }
  106. .icon_style_28{
  107. width: 28rpx;
  108. height: 28rpx;
  109. }
  110. .font_w_600{
  111. font-weight: 600;
  112. font-size: 32rpx;
  113. color: #060809;
  114. width: 100%;
  115. margin-bottom: 18rpx;
  116. }
  117. .tip-text-config{
  118. width: 100%;
  119. font-weight: 400;
  120. font-size: 24rpx;
  121. color: #060809;
  122. /* margin-bottom: 32rpx; */
  123. }
  124. .config-car-view{
  125. padding: 40rpx 0rpx 32rpx;
  126. }
  127. .contril-item>text{
  128. opacity: 0.2;
  129. }