mileage.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. /* pages/mileage/mileage.wxss */
  2. .mil-chart {
  3. width: 750rpx;
  4. height: 380rpx;
  5. }
  6. .text-item {
  7. padding: 40rpx 28rpx;
  8. }
  9. .item-titie {
  10. font-size: 30rpx;
  11. font-family: PingFang SC;
  12. font-weight: 400;
  13. color: rgba(0, 0, 0, 1);
  14. line-height: 40rpx;
  15. }
  16. .item-value {
  17. font-size: 30rpx;
  18. font-family: DIN;
  19. font-weight: 400;
  20. color: rgba(0, 0, 0, 1);
  21. line-height: 40rpx;
  22. }
  23. .top-background {
  24. width: 100%;
  25. height: 379rpx;
  26. margin-top: -160rpx;
  27. }
  28. .top-box {
  29. width: 717rpx;
  30. height: 267rpx;
  31. border-radius: 10rpx;
  32. margin: 0 auto;
  33. margin-top: -186rpx;
  34. background-color: rgba(248, 248, 248, 1);
  35. margin-bottom: 14rpx;
  36. }
  37. .stat-box {
  38. text-align: center;
  39. }
  40. .stat-value {
  41. font-size: 68rpx;
  42. font-family: DIN;
  43. font-weight: bold;
  44. font-style: italic;
  45. color: rgba(0, 0, 0, 1);
  46. line-height: 68rpx;
  47. }
  48. .stat-tip {
  49. font-size: 22rpx;
  50. font-family: PingFang SC;
  51. font-weight: 400;
  52. font-style: italic;
  53. color: rgba(0, 0, 0, 1);
  54. }
  55. .stat-name {
  56. font-size: 24rpx;
  57. font-family: PingFang SC;
  58. font-weight: 400;
  59. color: rgba(153, 153, 153, 1);
  60. line-height: 52rpx;
  61. }
  62. .name-box {
  63. padding: 30rpx 28rpx;
  64. margin-top: -140px;
  65. }
  66. .name-i {
  67. width: 7rpx;
  68. height: 26rpx;
  69. background: rgba(7, 197, 138, 1);
  70. margin-right: 14rpx;
  71. }
  72. .name-text {
  73. font-size: 28rpx;
  74. font-family: DIN;
  75. font-weight: bold;
  76. color: rgba(51, 51, 51, 1);
  77. line-height: 48rpx;
  78. }
  79. .info-box {
  80. margin-top: 20rpx;
  81. }
  82. .info-line {
  83. height: 180rpx;
  84. }
  85. .info-item {
  86. text-align: center;
  87. }
  88. .info-value {
  89. font-size: 60rpx;
  90. font-family: DIN;
  91. font-weight: bold;
  92. font-style: italic;
  93. color: rgba(7, 197, 138, 1);
  94. line-height: 60rpx;
  95. }
  96. .info-tip {
  97. font-size: 22rpx;
  98. font-family: PingFang SC;
  99. font-weight: 400;
  100. font-style: italic;
  101. color: rgba(0, 0, 0, 1);
  102. margin-left: 15rpx;
  103. }
  104. .info-name {
  105. font-size: 26rpx;
  106. font-family: PingFang SC;
  107. font-weight: 400;
  108. color: rgba(101, 101, 101, 1);
  109. line-height: 52rpx;
  110. }
  111. .info-img {
  112. width: 70rpx;
  113. height: 70rpx;
  114. }
  115. .bottom-box {
  116. width: 100%;
  117. height: 100rpx;
  118. position: fixed;
  119. bottom: 0;
  120. background-color: rgba(248, 248, 248, 1);
  121. }
  122. .bottom-item {
  123. width: 30%;
  124. text-align: center;
  125. }
  126. .bottom-name {
  127. font-size: 30rpx;
  128. font-family: PingFang SC;
  129. font-weight: 600;
  130. color: rgba(0, 0, 0, 1);
  131. line-height: 50rpx;
  132. }
  133. .bottom-tip {
  134. width: 40rpx;
  135. height: 5rpx;
  136. background: rgba(248, 248, 248, 1);
  137. border-radius: 3rpx;
  138. margin: 0 auto;
  139. }
  140. .bottom-select {
  141. background: rgba(7, 197, 138, 1);
  142. }