移动储能车V1版本
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

supplyss.css 16KB

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