scan-info.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .progress_box.data-v-584c29c2 {
  28. position: relative;
  29. width: 400rpx;
  30. height: 400rpx;
  31. display: flex;
  32. margin: 0 auto;
  33. align-items: center;
  34. justify-content: center;
  35. text-align: center;
  36. }
  37. .progress_bg.data-v-584c29c2 {
  38. position: absolute;
  39. width: 220px;
  40. height: 220px;
  41. }
  42. .progress_bar.data-v-584c29c2 {
  43. position: absolute;
  44. width: 220px;
  45. height: 220px;
  46. }
  47. .progress_line.data-v-584c29c2 {
  48. position: absolute;
  49. width: 220px;
  50. height: 220px;
  51. }
  52. .progress_txt.data-v-584c29c2 {
  53. position: absolute;
  54. font-size: 28rpx;
  55. color: #999999;
  56. }
  57. .progress_info.data-v-584c29c2 {
  58. font-size: 36rpx;
  59. padding-left: 16rpx;
  60. letter-spacing: 2rpx;
  61. font-size: 52rpx;
  62. color: #333333;
  63. }
  64. .progress_dot.data-v-584c29c2 {
  65. width: 16rpx;
  66. height: 16rpx;
  67. border-radius: 50%;
  68. background-color: #fb9126;
  69. }
  70. .battery-info.data-v-584c29c2 {
  71. display: flex;
  72. justify-content: space-between;
  73. padding: 0 80rpx;
  74. text-align: center;
  75. line-height: 36rpx;
  76. }
  77. .battery-info view > view.data-v-584c29c2:first-child {
  78. font-weight: bold;
  79. }
  80. .battery-info view > view.data-v-584c29c2:last-child {
  81. color: #939da7;
  82. font-size: 26rpx;
  83. }
  84. .carinfo.data-v-584c29c2 {
  85. padding-left: 45rpx;
  86. width: 100%;
  87. box-sizing: border-box;
  88. margin-top: 90rpx;
  89. }
  90. .carinfo .battery-list.data-v-584c29c2 {
  91. display: flex;
  92. width: 100%;
  93. margin-top: 36rpx;
  94. }
  95. .carinfo .battery-list .icon.data-v-584c29c2 {
  96. width: 55rpx;
  97. padding-top: 5rpx;
  98. }
  99. .carinfo .battery-list .icon image.data-v-584c29c2 {
  100. width: 32rpx;
  101. height: 32rpx;
  102. }
  103. .carinfo .battery-list .info.data-v-584c29c2 {
  104. display: flex;
  105. flex: 1;
  106. border-bottom: #e5e5e5 solid 1px;
  107. justify-content: space-between;
  108. font-size: 28rpx;
  109. padding-bottom: 36rpx;
  110. padding-right: 40rpx;
  111. box-sizing: border-box;
  112. }
  113. .carinfo .battery-list .info .word.data-v-584c29c2 {
  114. color: #86909c;
  115. }
  116. .carinfo .battery-list .info .number.data-v-584c29c2 {
  117. color: #333333;
  118. font-weight: bold;
  119. }
  120. .submit.data-v-584c29c2 {
  121. width: 600rpx;
  122. height: 88rpx;
  123. margin: 35rpx auto;
  124. font-size: 36rpx;
  125. background-color: #58be6b;
  126. color: #fff;
  127. border-radius: 44rpx;
  128. }