scan-info.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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. z-index: 99;
  47. }
  48. .progress_line.data-v-584c29c2 {
  49. position: absolute;
  50. z-index: 999;
  51. width: 220px;
  52. height: 220px;
  53. }
  54. .progress_txt.data-v-584c29c2 {
  55. position: absolute;
  56. font-size: 28rpx;
  57. color: #999999;
  58. }
  59. .progress_info.data-v-584c29c2 {
  60. font-size: 36rpx;
  61. padding-left: 16rpx;
  62. letter-spacing: 2rpx;
  63. font-size: 52rpx;
  64. color: #333333;
  65. }
  66. .progress_dot.data-v-584c29c2 {
  67. width: 16rpx;
  68. height: 16rpx;
  69. border-radius: 50%;
  70. background-color: #fb9126;
  71. }
  72. .battery-info.data-v-584c29c2 {
  73. display: flex;
  74. justify-content: space-between;
  75. padding: 0 80rpx;
  76. text-align: center;
  77. line-height: 36rpx;
  78. }
  79. .battery-info view > view.data-v-584c29c2:first-child {
  80. font-weight: bold;
  81. }
  82. .battery-info view > view.data-v-584c29c2:last-child {
  83. color: #939da7;
  84. font-size: 26rpx;
  85. }
  86. .carinfo.data-v-584c29c2 {
  87. padding-left: 45rpx;
  88. width: 100%;
  89. box-sizing: border-box;
  90. margin-top: 90rpx;
  91. }
  92. .carinfo .battery-list.data-v-584c29c2 {
  93. display: flex;
  94. width: 100%;
  95. margin-top: 36rpx;
  96. }
  97. .carinfo .battery-list .icon.data-v-584c29c2 {
  98. width: 55rpx;
  99. padding-top: 5rpx;
  100. }
  101. .carinfo .battery-list .icon image.data-v-584c29c2 {
  102. width: 32rpx;
  103. height: 32rpx;
  104. }
  105. .carinfo .battery-list .info.data-v-584c29c2 {
  106. display: flex;
  107. flex: 1;
  108. border-bottom: #e5e5e5 solid 1px;
  109. justify-content: space-between;
  110. font-size: 28rpx;
  111. padding-bottom: 36rpx;
  112. padding-right: 40rpx;
  113. box-sizing: border-box;
  114. }
  115. .carinfo .battery-list .info .word.data-v-584c29c2 {
  116. color: #86909c;
  117. }
  118. .carinfo .battery-list .info .number.data-v-584c29c2 {
  119. color: #333333;
  120. font-weight: bold;
  121. }
  122. .submit.data-v-584c29c2 {
  123. width: 600rpx;
  124. height: 88rpx;
  125. margin: 35rpx auto;
  126. font-size: 36rpx;
  127. background-color: #58be6b;
  128. color: #fff;
  129. border-radius: 44rpx;
  130. }