移动储能车V1版本
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  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. .uni-popup-message[data-v-a4566996] {
  27. display: flex;
  28. flex-direction: row;
  29. justify-content: center;
  30. }
  31. .uni-popup-message__box[data-v-a4566996] {
  32. background-color: #e1f3d8;
  33. padding: 10px 15px;
  34. border-color: #eee;
  35. border-style: solid;
  36. border-width: 1px;
  37. flex: 1;
  38. }
  39. @media screen and (min-width: 500px) {
  40. .fixforpc-width[data-v-a4566996] {
  41. margin-top: 20px;
  42. border-radius: 4px;
  43. flex: none;
  44. min-width: 380px;
  45. max-width: 50%;
  46. }
  47. }
  48. .uni-popup-message-text[data-v-a4566996] {
  49. font-size: 14px;
  50. padding: 0;
  51. }
  52. .uni-popup__success[data-v-a4566996] {
  53. background-color: #e1f3d8;
  54. }
  55. .uni-popup__success-text[data-v-a4566996] {
  56. color: #67C23A;
  57. }
  58. .uni-popup__warn[data-v-a4566996] {
  59. background-color: #faecd8;
  60. }
  61. .uni-popup__warn-text[data-v-a4566996] {
  62. color: #E6A23C;
  63. }
  64. .uni-popup__error[data-v-a4566996] {
  65. background-color: #fde2e2;
  66. }
  67. .uni-popup__error-text[data-v-a4566996] {
  68. color: #F56C6C;
  69. }
  70. .uni-popup__info[data-v-a4566996] {
  71. background-color: #F2F6FC;
  72. }
  73. .uni-popup__info-text[data-v-a4566996] {
  74. color: #909399;
  75. }
  76. /**
  77. * 这里是uni-app内置的常用样式变量
  78. *
  79. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  80. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  81. *
  82. */
  83. /**
  84. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  85. *
  86. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  87. */
  88. /* 颜色变量 */
  89. /* 行为相关颜色 */
  90. /* 文字基本颜色 */
  91. /* 背景颜色 */
  92. /* 边框颜色 */
  93. /* 尺寸变量 */
  94. /* 文字尺寸 */
  95. /* 图片尺寸 */
  96. /* Border Radius */
  97. /* 水平间距 */
  98. /* 垂直间距 */
  99. /* 透明度 */
  100. /* 文章场景相关 */
  101. .uni-popup[data-v-4dd3c44b] {
  102. position: fixed;
  103. z-index: 99;
  104. }
  105. .uni-popup.top[data-v-4dd3c44b], .uni-popup.left[data-v-4dd3c44b], .uni-popup.right[data-v-4dd3c44b] {
  106. top: 0;
  107. }
  108. .uni-popup .uni-popup__wrapper[data-v-4dd3c44b] {
  109. display: block;
  110. position: relative;
  111. /* iphonex 等安全区设置,底部安全区适配 */
  112. }
  113. .uni-popup .uni-popup__wrapper.left[data-v-4dd3c44b], .uni-popup .uni-popup__wrapper.right[data-v-4dd3c44b] {
  114. padding-top: 0;
  115. flex: 1;
  116. }
  117. .fixforpc-z-index[data-v-4dd3c44b] {
  118. z-index: 999;
  119. }
  120. .fixforpc-top[data-v-4dd3c44b] {
  121. top: 0;
  122. }
  123. .content[data-v-1cf27b2a]{
  124. width: 100%;
  125. height: 100vh;
  126. opacity: 1;
  127. background: linear-gradient(180deg, rgba(215, 230, 245, 0) 0%, rgba(196, 229, 255, 1) 100%);
  128. box-sizing: border-box;
  129. }
  130. .top[data-v-1cf27b2a] {
  131. width: 100%;
  132. height: 100px;
  133. display: flex;
  134. align-items: center;
  135. justify-content: space-between;
  136. background-size: 100% 100%;
  137. background-repeat: no-repeat;
  138. box-sizing: border-box;
  139. background-color: #fff;
  140. padding: 0px 46px;
  141. }
  142. .top_logo[data-v-1cf27b2a]{
  143. width:426px;
  144. height: 68px;
  145. }
  146. .tite[data-v-1cf27b2a]{
  147. width:277px;
  148. height: 48px;
  149. }
  150. .time[data-v-1cf27b2a]{
  151. text-align: right;
  152. }
  153. .time_top[data-v-1cf27b2a]{
  154. font-size: 17px;
  155. }
  156. .time_bottom[data-v-1cf27b2a]{
  157. display: flex;
  158. font-size: 17px;
  159. justify-content: space-between;
  160. }
  161. .time_bottom1[data-v-1cf27b2a]{
  162. display: flex;
  163. }
  164. .time_state[data-v-1cf27b2a]{
  165. font-size: 17px;
  166. font-weight: 600;
  167. color: rgba(22, 68, 144, 1);
  168. }
  169. .time_state1[data-v-1cf27b2a] {
  170. font-size: 17px;
  171. font-weight: 600;
  172. color: rgba(217, 22, 22, 1);
  173. }
  174. .tap[data-v-1cf27b2a]{
  175. width: 100%;
  176. height: 46.01px;
  177. display: flex;
  178. justify-content: space-between;
  179. margin-top: 118px;
  180. margin-bottom: 50px;
  181. padding: 0px 20px;
  182. box-sizing: border-box;
  183. }
  184. .tap_1[data-v-1cf27b2a]{
  185. width: 485.57px;
  186. height: 46.5px;
  187. border-radius: 50px;
  188. background: linear-gradient(180deg, rgba(43, 158, 218, 1) 0%, rgba(39, 114, 186, 1) 100%);
  189. display: flex;
  190. align-items: center;
  191. justify-content: center;
  192. font-size: 35.24px;
  193. font-weight: 700;
  194. color: #fff;
  195. }
  196. .tap_2[data-v-1cf27b2a]{
  197. width: 485px;
  198. height: 46.5px;
  199. border-radius: 50px;
  200. background: linear-gradient(180deg, rgba(43, 158, 218, 1) 0%, rgba(39, 114, 186, 1) 100%);
  201. display: flex;
  202. align-items: center;
  203. justify-content: center;
  204. font-size: 35.24px;
  205. font-weight: 700;
  206. color: #fff;
  207. }
  208. .tap_3[data-v-1cf27b2a]{
  209. width: 155.17px;
  210. height: 46.01px;
  211. opacity: 1;
  212. border-radius: 24.47px;
  213. background: linear-gradient(180deg, rgba(43, 158, 218, 1) 0%, rgba(39, 114, 186, 1) 100%);
  214. display: flex;
  215. align-items: center;
  216. justify-content: center;
  217. font-size: 30px;
  218. font-weight: 700;
  219. color: #fff;
  220. }
  221. .power[data-v-1cf27b2a]{
  222. width: 100%;
  223. display: flex;
  224. justify-content: space-between;
  225. padding: 0px 20px;
  226. box-sizing: border-box;
  227. }
  228. .power_1[data-v-1cf27b2a]{
  229. width: 237.55px;
  230. height: 298.98px;
  231. opacity: 1;
  232. box-sizing: border-box;
  233. uni-image[data-v-1cf27b2a]{
  234. width: 100%;
  235. height: 100%;
  236. }
  237. }
  238. .power_11[data-v-1cf27b2a]{
  239. width: 237.55px;
  240. height: 298.98px;
  241. opacity: 1;
  242. box-sizing: border-box;
  243. font-size: 23px;
  244. font-family: 400;
  245. display: flex;
  246. flex-direction: column;
  247. align-items: center;
  248. .power_image[data-v-1cf27b2a]{
  249. width: 100%;
  250. height: 248px;
  251. margin-bottom: 20px;
  252. background-image: url("../../static/electricity1.png");
  253. background-size: 100% 100%;
  254. display: flex;
  255. align-items: center;
  256. justify-content: center;
  257. padding: 0px 16px;
  258. box-sizing: border-box;
  259. uni-image[data-v-1cf27b2a]{
  260. width: 100%;
  261. height: 160.06px;
  262. }
  263. }
  264. }
  265. .power_5[data-v-1cf27b2a]{
  266. width: 154.19px;
  267. height: 297.61px;
  268. opacity: 1;
  269. uni-image[data-v-1cf27b2a]{
  270. width: 100%;
  271. height: 100%;
  272. }
  273. }
  274. .power_6[data-v-1cf27b2a]{
  275. width: 100%;
  276. height: 50px;
  277. font-size: 17.62px;
  278. margin-top: 80px;
  279. display: flex;
  280. align-items: center;
  281. padding: 0px 20px;
  282. box-sizing: border-box;
  283. position: fixed;
  284. left: 0px;
  285. bottom: 64px;
  286. uni-image[data-v-1cf27b2a]{
  287. margin-right: 10px;
  288. width: 27.41px;
  289. height: 27.41px;
  290. };
  291. }