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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854
  1. .cmd-progress[data-v-06762d5e] {
  2. box-sizing: border-box;
  3. margin: 0;
  4. padding: 0;
  5. list-style: none;
  6. display: inline-block;
  7. }
  8. .cmd-progress-line[data-v-06762d5e] {
  9. width: 100%;
  10. font-size: 0.875rem;
  11. position: relative;
  12. display: flex;
  13. flex-direction: row;
  14. justify-content: center;
  15. align-items: center;
  16. }
  17. .cmd-progress-outer[data-v-06762d5e] {
  18. display: inline-block;
  19. width: 100%;
  20. margin-right: 0;
  21. padding-right: 0;
  22. }
  23. .cmd-progress-show-info .cmd-progress-outer[data-v-06762d5e] {
  24. flex: 1;
  25. }
  26. .cmd-progress-inner[data-v-06762d5e] {
  27. display: inline-block;
  28. width: 100%;
  29. background-color: #f5f5f5;
  30. border-radius: 6.25rem;
  31. vertical-align: middle;
  32. position: relative;
  33. }
  34. .cmd-progress-circle-trail[data-v-06762d5e] {
  35. stroke: #f5f5f5;
  36. }
  37. .cmd-progress-circle-path[data-v-06762d5e] {
  38. stroke: #1890ff;
  39. animation: appear 0.3s;
  40. }
  41. .cmd-progress-success-bg[data-v-06762d5e],
  42. .cmd-progress-bg[data-v-06762d5e] {
  43. background-color: #1890ff;
  44. transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  45. position: relative;
  46. }
  47. .cmd-progress-success-bg[data-v-06762d5e] {
  48. background-color: #52c41a;
  49. position: absolute;
  50. top: 0;
  51. left: 0;
  52. }
  53. .cmd-progress-text[data-v-06762d5e] {
  54. word-break: normal;
  55. width: 1.875rem;
  56. text-align: left;
  57. margin-left: 0.5rem;
  58. vertical-align: middle;
  59. display: inline-block;
  60. white-space: nowrap;
  61. color: rgba(0, 0, 0, 0.45);
  62. line-height: 1;
  63. }
  64. .cmd-progress-status-active .cmd-progress-bg[data-v-06762d5e]:before {
  65. content: "";
  66. opacity: 0;
  67. position: absolute;
  68. top: 0;
  69. left: 0;
  70. right: 0;
  71. bottom: 0;
  72. background: #fff;
  73. border-radius: 0.625rem;
  74. animation: cmd-progress-active-06762d5e 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  75. }
  76. .cmd-progress-status-exception .cmd-progress-bg[data-v-06762d5e] {
  77. background-color: #f5222d;
  78. }
  79. .cmd-progress-status-exception .cmd-progress-text[data-v-06762d5e] {
  80. color: #f5222d;
  81. }
  82. .cmd-progress-status-exception .cmd-progress-circle-path[data-v-06762d5e] {
  83. stroke: #f5222d;
  84. }
  85. .cmd-progress-status-success .cmd-progress-bg[data-v-06762d5e] {
  86. background-color: #52c41a;
  87. }
  88. .cmd-progress-status-success .cmd-progress-text[data-v-06762d5e] {
  89. color: #52c41a;
  90. }
  91. .cmd-progress-status-success .cmd-progress-circle-path[data-v-06762d5e] {
  92. stroke: #52c41a;
  93. }
  94. .cmd-progress-circle .cmd-progress-inner[data-v-06762d5e] {
  95. position: relative;
  96. line-height: 1;
  97. background-color: transparent;
  98. }
  99. .cmd-progress-circle .cmd-progress-text[data-v-06762d5e] {
  100. display: block;
  101. position: absolute;
  102. width: 100%;
  103. text-align: center;
  104. line-height: 1;
  105. top: 50%;
  106. transform: translateY(-50%);
  107. left: 0;
  108. margin: 0;
  109. color: rgba(0, 0, 0, 0.65);
  110. white-space: normal;
  111. }
  112. .cmd-progress-circle .cmd-progress-status-exception .cmd-progress-text[data-v-06762d5e] {
  113. color: #f5222d;
  114. }
  115. .cmd-progress-circle .cmd-progress-status-success .cmd-progress-text[data-v-06762d5e] {
  116. color: #52c41a;
  117. }
  118. @keyframes cmd-progress-active-06762d5e {
  119. 0% {
  120. opacity: 0.1;
  121. width: 0;
  122. }
  123. 20% {
  124. opacity: 0.5;
  125. width: 0;
  126. }
  127. 100% {
  128. opacity: 0;
  129. width: 100%;
  130. }
  131. }
  132. /**
  133. * 这里是uni-app内置的常用样式变量
  134. *
  135. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  136. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  137. *
  138. */
  139. /**
  140. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  141. *
  142. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  143. */
  144. /* 颜色变量 */
  145. /* 行为相关颜色 */
  146. /* 文字基本颜色 */
  147. /* 背景颜色 */
  148. /* 边框颜色 */
  149. /* 尺寸变量 */
  150. /* 文字尺寸 */
  151. /* 图片尺寸 */
  152. /* Border Radius */
  153. /* 水平间距 */
  154. /* 垂直间距 */
  155. /* 透明度 */
  156. /* 文章场景相关 */
  157. .uni-popup-dialog[data-v-d78c88b7] {
  158. width: 600px;
  159. border-radius: 11px;
  160. background-color: #fff;
  161. }
  162. .uni-dialog-title[data-v-d78c88b7] {
  163. display: flex;
  164. flex-direction: row;
  165. justify-content: center;
  166. padding-top: 25px;
  167. }
  168. .uni-dialog-title-text[data-v-d78c88b7] {
  169. font-size: 28px;
  170. font-weight: 600;
  171. }
  172. .uni-dialog-content[data-v-d78c88b7] {
  173. height: 200px;
  174. display: flex;
  175. flex-direction: row;
  176. justify-content: center;
  177. padding: 40px;
  178. margin-top: 40px;
  179. box-sizing: border-box;
  180. }
  181. .uni-dialog-content-text[data-v-d78c88b7] {
  182. font-size: 24px;
  183. color: #6C6C6C;
  184. }
  185. .uni-dialog-button-group[data-v-d78c88b7] {
  186. height: 80px;
  187. display: flex;
  188. align-items: center;
  189. flex-direction: row;
  190. border-top-color: #f5f5f5;
  191. border-top-style: solid;
  192. border-top-width: 1px;
  193. }
  194. .uni-dialog-button[data-v-d78c88b7] {
  195. display: flex;
  196. flex: 1;
  197. flex-direction: row;
  198. justify-content: center;
  199. align-items: center;
  200. height: 45px;
  201. }
  202. .uni-border-left[data-v-d78c88b7] {
  203. border-left-color: #f0f0f0;
  204. border-left-style: solid;
  205. border-left-width: 1px;
  206. }
  207. .uni-dialog-button-text[data-v-d78c88b7] {
  208. font-size: 24px;
  209. color: #333;
  210. }
  211. .uni-button-color[data-v-d78c88b7] {
  212. color: #007aff;
  213. }
  214. .uni-dialog-input[data-v-d78c88b7] {
  215. flex: 1;
  216. font-size: 24px;
  217. border: 1px #eee solid;
  218. height: 40px;
  219. padding: 0 10px;
  220. border-radius: 5px;
  221. color: #555;
  222. }
  223. .uni-popup__success[data-v-d78c88b7] {
  224. color: #4cd964;
  225. }
  226. .uni-popup__warn[data-v-d78c88b7] {
  227. color: #f0ad4e;
  228. }
  229. .uni-popup__error[data-v-d78c88b7] {
  230. color: #dd524d;
  231. }
  232. .uni-popup__info[data-v-d78c88b7] {
  233. color: #909399;
  234. }
  235. /**
  236. * 这里是uni-app内置的常用样式变量
  237. *
  238. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  239. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  240. *
  241. */
  242. /**
  243. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  244. *
  245. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  246. */
  247. /* 颜色变量 */
  248. /* 行为相关颜色 */
  249. /* 文字基本颜色 */
  250. /* 背景颜色 */
  251. /* 边框颜色 */
  252. /* 尺寸变量 */
  253. /* 文字尺寸 */
  254. /* 图片尺寸 */
  255. /* Border Radius */
  256. /* 水平间距 */
  257. /* 垂直间距 */
  258. /* 透明度 */
  259. /* 文章场景相关 */
  260. .uni-popup[data-v-4dd3c44b] {
  261. position: fixed;
  262. z-index: 99;
  263. }
  264. .uni-popup.top[data-v-4dd3c44b], .uni-popup.left[data-v-4dd3c44b], .uni-popup.right[data-v-4dd3c44b] {
  265. top: 0;
  266. }
  267. .uni-popup .uni-popup__wrapper[data-v-4dd3c44b] {
  268. display: block;
  269. position: relative;
  270. /* iphonex 等安全区设置,底部安全区适配 */
  271. }
  272. .uni-popup .uni-popup__wrapper.left[data-v-4dd3c44b], .uni-popup .uni-popup__wrapper.right[data-v-4dd3c44b] {
  273. padding-top: 0;
  274. flex: 1;
  275. }
  276. .fixforpc-z-index[data-v-4dd3c44b] {
  277. z-index: 999;
  278. }
  279. .fixforpc-top[data-v-4dd3c44b] {
  280. top: 0;
  281. }
  282. /**
  283. * 这里是uni-app内置的常用样式变量
  284. *
  285. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  286. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  287. *
  288. */
  289. /**
  290. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  291. *
  292. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  293. */
  294. /* 颜色变量 */
  295. /* 行为相关颜色 */
  296. /* 文字基本颜色 */
  297. /* 背景颜色 */
  298. /* 边框颜色 */
  299. /* 尺寸变量 */
  300. /* 文字尺寸 */
  301. /* 图片尺寸 */
  302. /* Border Radius */
  303. /* 水平间距 */
  304. /* 垂直间距 */
  305. /* 透明度 */
  306. /* 文章场景相关 */
  307. .content[data-v-80112fae] {
  308. width: 100%;
  309. height: 100vh;
  310. opacity: 1;
  311. background: linear-gradient(180deg, rgba(215, 230, 245, 0) 0%, #c4e5ff 100%);
  312. box-sizing: border-box;
  313. }
  314. .top[data-v-80112fae] {
  315. width: 100%;
  316. height: 100px;
  317. display: flex;
  318. align-items: center;
  319. justify-content: space-between;
  320. background-size: 100% 100%;
  321. background-repeat: no-repeat;
  322. box-sizing: border-box;
  323. background-color: #fff;
  324. padding: 0px 46px;
  325. }
  326. .top_logo[data-v-80112fae] {
  327. width: 327px;
  328. height: 52px;
  329. }
  330. .tite[data-v-80112fae] {
  331. width: 340px;
  332. height: 48px;
  333. font-size: 34px;
  334. font-weight: 800;
  335. }
  336. .time[data-v-80112fae] {
  337. width: 277px;
  338. text-align: right;
  339. }
  340. .time_top[data-v-80112fae] {
  341. font-size: 17px;
  342. }
  343. .time_bottom[data-v-80112fae] {
  344. display: flex;
  345. font-size: 17px;
  346. justify-content: space-between;
  347. }
  348. .time_bottom1[data-v-80112fae] {
  349. display: flex;
  350. }
  351. .time_state[data-v-80112fae] {
  352. font-size: 17px;
  353. font-weight: 600;
  354. color: #164490;
  355. }
  356. .time_state1[data-v-80112fae] {
  357. font-size: 17px;
  358. font-weight: 600;
  359. color: #d91616;
  360. }
  361. .parameter[data-v-80112fae] {
  362. width: 100%;
  363. padding-bottom: 20px;
  364. display: flex;
  365. padding: 20px 20px;
  366. box-sizing: border-box;
  367. }
  368. .parameter_left[data-v-80112fae] {
  369. width: 262.85px;
  370. height: 630px;
  371. opacity: 1;
  372. border-radius: 24.47px;
  373. background: linear-gradient(180deg, rgba(42, 150, 212, 0.1) 0%, rgba(42, 146, 209, 0) 100%);
  374. border: 2.94px solid #f2f8fc;
  375. display: flex;
  376. flex-direction: column;
  377. align-items: center;
  378. padding: 0.625rem 0px;
  379. }
  380. .parameter_left1[data-v-80112fae] {
  381. width: 100%;
  382. height: 170px;
  383. box-sizing: border-box;
  384. display: flex;
  385. flex-direction: column;
  386. justify-content: space-between;
  387. align-items: center;
  388. padding-bottom: 10px;
  389. }
  390. .canvas[data-v-80112fae] {
  391. width: 180px;
  392. margin: 8px auto auto auto;
  393. }
  394. .parameter_canvas[data-v-80112fae] {
  395. width: 100%;
  396. display: flex;
  397. justify-content: space-around;
  398. box-sizing: border-box;
  399. }
  400. .parameter_canvas1[data-v-80112fae] {
  401. margin-left: -20px;
  402. margin-top: -40px;
  403. }
  404. .parameter_canvas2[data-v-80112fae] {
  405. margin-right: -20px;
  406. margin-top: -40px;
  407. }
  408. .parameter_leftdian1[data-v-80112fae] {
  409. width: 97.9px;
  410. height: 97.9px;
  411. opacity: 1;
  412. }
  413. .parameter_lef2[data-v-80112fae] {
  414. width: 100%;
  415. height: 210px;
  416. display: flex;
  417. justify-content: center;
  418. align-items: center;
  419. background-image: url("../../static/heng.png");
  420. background-size: auto 100%;
  421. background-repeat: no-repeat;
  422. background-position: center center;
  423. margin: 10px 0px;
  424. }
  425. .parameter_lef2 uni-image[data-v-80112fae] {
  426. width: 100px;
  427. height: 100px;
  428. margin-top: -10px;
  429. }
  430. .parameter_leftche[data-v-80112fae] {
  431. width: 115.52px;
  432. height: 78.32px;
  433. opacity: 1;
  434. }
  435. .parameter_leftche1[data-v-80112fae] {
  436. width: 77px;
  437. height: 81px;
  438. opacity: 1;
  439. }
  440. .parameter_leftche2[data-v-80112fae] {
  441. width: 77px;
  442. height: 62px;
  443. }
  444. .parameter_leftview[data-v-80112fae] {
  445. font-size: 19.58px;
  446. font-weight: 400;
  447. letter-spacing: 0px;
  448. line-height: 28.35px;
  449. color: black;
  450. margin-top: 8px;
  451. }
  452. .parameter_right[data-v-80112fae] {
  453. flex: 1;
  454. margin-left: 10px;
  455. display: flex;
  456. flex-direction: column;
  457. justify-content: space-between;
  458. }
  459. .parameter_righttop[data-v-80112fae] {
  460. width: 100%;
  461. }
  462. .parameter_1[data-v-80112fae] {
  463. display: flex;
  464. justify-content: space-between;
  465. }
  466. .parameter_2[data-v-80112fae] {
  467. width: 339.21px;
  468. display: flex;
  469. flex-direction: column;
  470. justify-content: space-between;
  471. margin-right: 16px;
  472. }
  473. .parameter_3[data-v-80112fae] {
  474. width: 339.21px;
  475. display: flex;
  476. align-items: center;
  477. justify-content: space-between;
  478. padding: 12px 20px;
  479. box-sizing: border-box;
  480. border-radius: 9.79px;
  481. background: linear-gradient(180deg, rgba(93, 189, 245, 0.15) 0%, rgba(31, 141, 209, 0.15) 100%);
  482. }
  483. .parameter_3 uni-image[data-v-80112fae] {
  484. width: 7.83px;
  485. height: 7.83px;
  486. margin-right: 6px;
  487. }
  488. .parameter_31[data-v-80112fae] {
  489. width: 339.21px;
  490. display: flex;
  491. align-items: center;
  492. justify-content: space-between;
  493. padding: 3px 20px;
  494. box-sizing: border-box;
  495. border-radius: 9.79px;
  496. background: linear-gradient(180deg, rgba(93, 189, 245, 0.15) 0%, rgba(31, 141, 209, 0.15) 100%);
  497. }
  498. .parameter_31 uni-image[data-v-80112fae] {
  499. width: 7.83px;
  500. height: 7.83px;
  501. margin-right: 6px;
  502. }
  503. .parameter_4[data-v-80112fae] {
  504. /** 文本1 */
  505. font-size: 23.5px;
  506. font-weight: 700;
  507. color: #262626;
  508. display: flex;
  509. align-items: center;
  510. }
  511. .parameter_5[data-v-80112fae] {
  512. font-size: 24.47px;
  513. font-weight: 700;
  514. color: #d91616;
  515. }
  516. .parameter_51[data-v-80112fae] {
  517. font-size: 24.47px;
  518. font-weight: 700;
  519. color: #077b43;
  520. }
  521. .parameter_shan[data-v-80112fae] {
  522. display: flex;
  523. align-items: center;
  524. justify-content: space-around;
  525. width: 220px;
  526. height: 130px;
  527. /* opacity: 0.15; */
  528. border-radius: 9.79px;
  529. margin-right: 16px;
  530. background: linear-gradient(180deg, rgba(93, 189, 245, 0.15) 0%, rgba(31, 141, 209, 0.15) 100%);
  531. }
  532. .parameter_shan uni-image[data-v-80112fae] {
  533. width: 22px;
  534. height: 37.2px;
  535. }
  536. .parameter_SOC[data-v-80112fae] {
  537. display: flex;
  538. align-items: center;
  539. justify-content: space-around;
  540. width: 220px;
  541. height: 130px;
  542. /* opacity: 0.15; */
  543. border-radius: 9.79px;
  544. margin-right: 16px;
  545. background: linear-gradient(180deg, rgba(240, 209, 137, 0.15) 0%, rgba(186, 141, 56, 0.15) 100%);
  546. }
  547. .parameter_SOC uni-image[data-v-80112fae] {
  548. width: 37.2px;
  549. height: 37.2px;
  550. }
  551. .parameter_state[data-v-80112fae] {
  552. display: flex;
  553. align-items: center;
  554. justify-content: space-around;
  555. width: 220px;
  556. height: 130px;
  557. /* opacity: 0.15; */
  558. border-radius: 9.79px;
  559. background: linear-gradient(180deg, rgba(93, 149, 245, 0.15) 0%, rgba(41, 71, 204, 0.15) 100%);
  560. }
  561. .parameter_state uni-image[data-v-80112fae] {
  562. width: 37.2px;
  563. height: 37.2px;
  564. }
  565. .parameter_Battery[data-v-80112fae] {
  566. display: flex;
  567. align-items: center;
  568. justify-content: space-around;
  569. width: 220px;
  570. height: 130px;
  571. /* opacity: 0.15; */
  572. margin-right: 16px;
  573. border-radius: 9.79px;
  574. background: linear-gradient(180deg, rgba(133, 242, 133, 0.15) 0%, rgba(82, 209, 75, 0.15) 100%);
  575. }
  576. .parameter_Battery uni-image[data-v-80112fae] {
  577. width: 37.2px;
  578. height: 37.2px;
  579. }
  580. .parameter_SOCright[data-v-80112fae] {
  581. display: flex;
  582. flex-direction: column;
  583. }
  584. .parameter_SOCright1[data-v-80112fae] {
  585. font-size: 23.5px;
  586. font-weight: 700;
  587. letter-spacing: 0px;
  588. line-height: 32.24px;
  589. color: #262626;
  590. text-align: right;
  591. }
  592. .parameter_SOCright2[data-v-80112fae] {
  593. font-size: 29.37px;
  594. font-weight: 700;
  595. color: #ba8d38;
  596. }
  597. .parameter_Batterystate[data-v-80112fae] {
  598. font-size: 23.5px;
  599. font-weight: 500;
  600. color: #262626;
  601. text-align: right;
  602. }
  603. .parameter_Batterystate1[data-v-80112fae] {
  604. font-weight: 500;
  605. text-align: right;
  606. font-size: 24px;
  607. color: #1469c9;
  608. }
  609. .parameter_Batterystate2[data-v-80112fae] {
  610. font-weight: 500;
  611. text-align: right;
  612. font-size: 24px;
  613. color: red;
  614. }
  615. .parameter_tap[data-v-80112fae] {
  616. width: 100%;
  617. display: flex;
  618. margin-top: 18px;
  619. }
  620. .parameter_tap1[data-v-80112fae] {
  621. flex: 1;
  622. height: 55.8px;
  623. opacity: 1;
  624. background: linear-gradient(180deg, #1e83bd 0%, rgba(69, 168, 230, 0.92) 100%);
  625. box-shadow: inset 0px 0px 9.79px rgba(0, 0, 0, 0.1);
  626. display: flex;
  627. align-items: center;
  628. justify-content: center;
  629. font-size: 23.5px;
  630. font-weight: 500;
  631. color: white;
  632. }
  633. .parameter_tap2[data-v-80112fae] {
  634. flex: 1;
  635. height: 55.8px;
  636. opacity: 1;
  637. background: #f2f2f2;
  638. box-shadow: inset 0px 0px 9.79px rgba(0, 0, 0, 0.1);
  639. display: flex;
  640. align-items: center;
  641. justify-content: center;
  642. font-size: 23.5px;
  643. font-weight: 500;
  644. }
  645. .parameter_zheng[data-v-80112fae] {
  646. width: 100%;
  647. height: 313px;
  648. background-image: url("../../static/z16.png");
  649. background-size: 100% 100%;
  650. margin-top: 10px;
  651. padding: 20px 0px;
  652. display: flex;
  653. }
  654. .parameter_zheng1[data-v-80112fae] {
  655. width: 387px;
  656. height: 100%;
  657. border-right: 0.49px solid black;
  658. display: flex;
  659. flex-direction: column;
  660. justify-content: space-between;
  661. }
  662. .parameter_zheng11[data-v-80112fae] {
  663. display: flex;
  664. padding: 0px 20px;
  665. justify-content: space-between;
  666. }
  667. .parameter_zhengbox[data-v-80112fae] {
  668. display: flex;
  669. padding: 0px 20px;
  670. justify-content: space-between;
  671. }
  672. .parameter_zheng12[data-v-80112fae] {
  673. font-size: 23.5px;
  674. font-weight: 400;
  675. color: black;
  676. }
  677. .parameter_zheng13[data-v-80112fae] {
  678. font-size: 29.37px;
  679. font-weight: 700;
  680. color: #1469c9;
  681. }
  682. .parameter_zhengbox13[data-v-80112fae] {
  683. width: 50%;
  684. font-size: 29.37px;
  685. font-weight: 700;
  686. color: #1469c9;
  687. display: flex;
  688. justify-content: space-between;
  689. }
  690. .parameter_zheng14[data-v-80112fae] {
  691. font-size: 23.5px;
  692. font-weight: 400;
  693. color: black;
  694. }
  695. .parameter_zheng2[data-v-80112fae] {
  696. width: 387px;
  697. height: 100%;
  698. border-right: 0.49px solid black;
  699. display: flex;
  700. flex-direction: column;
  701. justify-content: space-between;
  702. }
  703. .parameter_zheng3[data-v-80112fae] {
  704. flex: 1;
  705. height: 100%;
  706. display: flex;
  707. flex-direction: column;
  708. align-items: center;
  709. justify-content: center;
  710. }
  711. .parameter_zheng31111[data-v-80112fae] {
  712. width: 120px;
  713. height: 120px;
  714. display: flex;
  715. align-items: center;
  716. justify-content: center;
  717. }
  718. .parameter_zheng31[data-v-80112fae] {
  719. width: 90px;
  720. height: 90px;
  721. background-image: url("../../static/y4.png");
  722. background-size: 100% 100%;
  723. display: flex;
  724. align-items: center;
  725. justify-content: center;
  726. padding-bottom: 3px;
  727. box-sizing: border-box;
  728. }
  729. .parameter_zheng32[data-v-80112fae] {
  730. width: 74px;
  731. height: 74px;
  732. background-image: url("../../static/y1.png");
  733. background-size: 100% 100%;
  734. display: flex;
  735. align-items: center;
  736. justify-content: center;
  737. font-size: 19.58px;
  738. font-weight: 700;
  739. color: white;
  740. }
  741. .parameter_zheng32ccc[data-v-80112fae] {
  742. width: 68px;
  743. height: 68px;
  744. /* background-image: url("../../static/y1.png"); */
  745. background-color: #cccccc;
  746. background-size: 100% 100%;
  747. display: flex;
  748. align-items: center;
  749. justify-content: center;
  750. font-size: 19px;
  751. font-weight: 700;
  752. color: white;
  753. border-radius: 100%;
  754. }
  755. .parameter_zheng33[data-v-80112fae] {
  756. width: 74px;
  757. height: 74px;
  758. background-image: url("../../static/y6.png");
  759. background-size: 100% 100%;
  760. display: flex;
  761. align-items: center;
  762. justify-content: center;
  763. font-size: 19px;
  764. font-weight: 700;
  765. color: white;
  766. }
  767. .parameter_zheng34[data-v-80112fae] {
  768. width: 68px;
  769. height: 68px;
  770. background-image: url("../../static/y8.png");
  771. background-size: 100% 100%;
  772. font-size: 18px;
  773. font-weight: 700;
  774. color: white;
  775. display: flex;
  776. flex-direction: column;
  777. align-items: center;
  778. justify-content: center;
  779. }
  780. .parameter_home[data-v-80112fae] {
  781. width: 100%;
  782. display: flex;
  783. margin-top: 0px;
  784. justify-content: space-between;
  785. }
  786. .parameter_home1[data-v-80112fae] {
  787. display: flex;
  788. align-items: center;
  789. }
  790. .parameter_home1 uni-image[data-v-80112fae] {
  791. width: 32.8px;
  792. height: 32.31px;
  793. margin-right: 10px;
  794. }
  795. .parameter_hometext[data-v-80112fae] {
  796. font-size: 19.58px;
  797. font-weight: 400;
  798. color: black;
  799. }
  800. .parameter_home2[data-v-80112fae] {
  801. width: 636.33px;
  802. height: 39.16px;
  803. opacity: 0.8;
  804. border-radius: 0.98px;
  805. background: #f2f2f2;
  806. border: 0.49px solid #a1a1a1;
  807. box-shadow: inset 0px 0px 9.79px rgba(0, 0, 0, 0.1);
  808. display: flex;
  809. align-items: center;
  810. padding: 0px 10px;
  811. box-sizing: border-box;
  812. }
  813. .parameter_home2 uni-image[data-v-80112fae] {
  814. width: 26.92px;
  815. height: 29.86px;
  816. }
  817. .swiper[data-v-80112fae] {
  818. width: 100%;
  819. height: 40px;
  820. }
  821. .parameter_home3[data-v-80112fae] {
  822. height: 40px;
  823. /* 每条消息的高度 */
  824. line-height: 40px;
  825. /* 垂直居中 */
  826. font-size: 17.62px;
  827. font-weight: 400;
  828. color: black;
  829. margin-left: 10px;
  830. }
  831. .uni-dialog-title-text[data-v-80112fae] {
  832. font-size: 70.89px !important;
  833. font-weight: 500;
  834. color: #050505;
  835. }
  836. .parameter_box[data-v-80112fae] {
  837. display: flex;
  838. }
  839. .parameter_zheng10[data-v-80112fae] {
  840. width: 687px;
  841. height: 100%;
  842. border-right: 0.49px solid black;
  843. display: flex;
  844. flex-direction: column;
  845. /* justify-content: space-around; */
  846. }
  847. .parameter_zheng101[data-v-80112fae] {
  848. margin-top: 40px;
  849. }
  850. .parameter_zheng102[data-v-80112fae] {
  851. margin-top: 30px;
  852. }