移动储能车V1版本
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.css 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. .content[data-v-b487f3c0] {
  27. width: 100%;
  28. height: 100vh;
  29. opacity: 1;
  30. background: linear-gradient(180deg, rgba(215, 230, 245, 0) 0%, #c4e5ff 100%);
  31. box-sizing: border-box;
  32. }
  33. .top[data-v-b487f3c0] {
  34. width: 100%;
  35. height: 100px;
  36. display: flex;
  37. align-items: center;
  38. justify-content: space-between;
  39. background-size: 100% 100%;
  40. background-repeat: no-repeat;
  41. background-color: #fff;
  42. padding: 0px 46px;
  43. box-sizing: border-box;
  44. }
  45. .top_logo[data-v-b487f3c0] {
  46. width: 327px;
  47. height: 52px;
  48. }
  49. .tite[data-v-b487f3c0] {
  50. width: 340px;
  51. height: 48px;
  52. font-size: 34px;
  53. font-weight: 800;
  54. }
  55. .time[data-v-b487f3c0] {
  56. width: 277px;
  57. text-align: right;
  58. }
  59. .time_top[data-v-b487f3c0] {
  60. font-size: 17px;
  61. }
  62. .time_bottom[data-v-b487f3c0] {
  63. display: flex;
  64. font-size: 17px;
  65. justify-content: space-between;
  66. }
  67. .time_bottom1[data-v-b487f3c0] {
  68. display: flex;
  69. }
  70. .time_state[data-v-b487f3c0] {
  71. font-size: 17px;
  72. font-weight: 600;
  73. color: #164490;
  74. }
  75. .time_state1[data-v-b487f3c0] {
  76. font-size: 17px;
  77. font-weight: 600;
  78. color: #d91616;
  79. }
  80. .parameter[data-v-b487f3c0] {
  81. width: 100%;
  82. height: 100%;
  83. display: flex;
  84. justify-content: space-around;
  85. box-sizing: border-box;
  86. margin-top: 35px;
  87. }
  88. .parameter_box[data-v-b487f3c0] {
  89. display: flex;
  90. flex-direction: column;
  91. align-items: center;
  92. }
  93. .parameter_list[data-v-b487f3c0] {
  94. width: 1235.95px;
  95. height: 495.85px;
  96. }
  97. .parameter_bottom[data-v-b487f3c0] {
  98. display: flex;
  99. justify-content: space-between;
  100. margin-bottom: 10px;
  101. padding: 0px 16px;
  102. position: fixed;
  103. left: 10px;
  104. bottom: 20px;
  105. width: 100%;
  106. box-sizing: border-box;
  107. }
  108. .parameter_bottom1[data-v-b487f3c0] {
  109. display: flex;
  110. align-items: center;
  111. }
  112. .parameter_bottom1 uni-image[data-v-b487f3c0] {
  113. width: 32px;
  114. height: 32px;
  115. display: flex;
  116. }
  117. .parameter_bottom11[data-v-b487f3c0] {
  118. display: flex;
  119. align-items: center;
  120. margin-left: 100px;
  121. }
  122. .parameter_bottom11 uni-image[data-v-b487f3c0] {
  123. width: 32px;
  124. height: 32px;
  125. display: flex;
  126. }
  127. .parameter_bottom2[data-v-b487f3c0] {
  128. font-size: 19.58px;
  129. font-weight: 400;
  130. color: black;
  131. margin-left: 10px;
  132. }