云链智安app
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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443
  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. .uniui-cart-filled[data-v-d31e1c47]:before {
  27. content: "\e6d0";
  28. }
  29. .uniui-gift-filled[data-v-d31e1c47]:before {
  30. content: "\e6c4";
  31. }
  32. .uniui-color[data-v-d31e1c47]:before {
  33. content: "\e6cf";
  34. }
  35. .uniui-wallet[data-v-d31e1c47]:before {
  36. content: "\e6b1";
  37. }
  38. .uniui-settings-filled[data-v-d31e1c47]:before {
  39. content: "\e6ce";
  40. }
  41. .uniui-auth-filled[data-v-d31e1c47]:before {
  42. content: "\e6cc";
  43. }
  44. .uniui-shop-filled[data-v-d31e1c47]:before {
  45. content: "\e6cd";
  46. }
  47. .uniui-staff-filled[data-v-d31e1c47]:before {
  48. content: "\e6cb";
  49. }
  50. .uniui-vip-filled[data-v-d31e1c47]:before {
  51. content: "\e6c6";
  52. }
  53. .uniui-plus-filled[data-v-d31e1c47]:before {
  54. content: "\e6c7";
  55. }
  56. .uniui-folder-add-filled[data-v-d31e1c47]:before {
  57. content: "\e6c8";
  58. }
  59. .uniui-color-filled[data-v-d31e1c47]:before {
  60. content: "\e6c9";
  61. }
  62. .uniui-tune-filled[data-v-d31e1c47]:before {
  63. content: "\e6ca";
  64. }
  65. .uniui-calendar-filled[data-v-d31e1c47]:before {
  66. content: "\e6c0";
  67. }
  68. .uniui-notification-filled[data-v-d31e1c47]:before {
  69. content: "\e6c1";
  70. }
  71. .uniui-wallet-filled[data-v-d31e1c47]:before {
  72. content: "\e6c2";
  73. }
  74. .uniui-medal-filled[data-v-d31e1c47]:before {
  75. content: "\e6c3";
  76. }
  77. .uniui-fire-filled[data-v-d31e1c47]:before {
  78. content: "\e6c5";
  79. }
  80. .uniui-refreshempty[data-v-d31e1c47]:before {
  81. content: "\e6bf";
  82. }
  83. .uniui-location-filled[data-v-d31e1c47]:before {
  84. content: "\e6af";
  85. }
  86. .uniui-person-filled[data-v-d31e1c47]:before {
  87. content: "\e69d";
  88. }
  89. .uniui-personadd-filled[data-v-d31e1c47]:before {
  90. content: "\e698";
  91. }
  92. .uniui-arrowthinleft[data-v-d31e1c47]:before {
  93. content: "\e6d2";
  94. }
  95. .uniui-arrowthinup[data-v-d31e1c47]:before {
  96. content: "\e6d3";
  97. }
  98. .uniui-arrowthindown[data-v-d31e1c47]:before {
  99. content: "\e6d4";
  100. }
  101. .uniui-back[data-v-d31e1c47]:before {
  102. content: "\e6b9";
  103. }
  104. .uniui-forward[data-v-d31e1c47]:before {
  105. content: "\e6ba";
  106. }
  107. .uniui-arrow-right[data-v-d31e1c47]:before {
  108. content: "\e6bb";
  109. }
  110. .uniui-arrow-left[data-v-d31e1c47]:before {
  111. content: "\e6bc";
  112. }
  113. .uniui-arrow-up[data-v-d31e1c47]:before {
  114. content: "\e6bd";
  115. }
  116. .uniui-arrow-down[data-v-d31e1c47]:before {
  117. content: "\e6be";
  118. }
  119. .uniui-arrowthinright[data-v-d31e1c47]:before {
  120. content: "\e6d1";
  121. }
  122. .uniui-down[data-v-d31e1c47]:before {
  123. content: "\e6b8";
  124. }
  125. .uniui-bottom[data-v-d31e1c47]:before {
  126. content: "\e6b8";
  127. }
  128. .uniui-arrowright[data-v-d31e1c47]:before {
  129. content: "\e6d5";
  130. }
  131. .uniui-right[data-v-d31e1c47]:before {
  132. content: "\e6b5";
  133. }
  134. .uniui-up[data-v-d31e1c47]:before {
  135. content: "\e6b6";
  136. }
  137. .uniui-top[data-v-d31e1c47]:before {
  138. content: "\e6b6";
  139. }
  140. .uniui-left[data-v-d31e1c47]:before {
  141. content: "\e6b7";
  142. }
  143. .uniui-arrowup[data-v-d31e1c47]:before {
  144. content: "\e6d6";
  145. }
  146. .uniui-eye[data-v-d31e1c47]:before {
  147. content: "\e651";
  148. }
  149. .uniui-eye-filled[data-v-d31e1c47]:before {
  150. content: "\e66a";
  151. }
  152. .uniui-eye-slash[data-v-d31e1c47]:before {
  153. content: "\e6b3";
  154. }
  155. .uniui-eye-slash-filled[data-v-d31e1c47]:before {
  156. content: "\e6b4";
  157. }
  158. .uniui-info-filled[data-v-d31e1c47]:before {
  159. content: "\e649";
  160. }
  161. .uniui-reload[data-v-d31e1c47]:before {
  162. content: "\e6b2";
  163. }
  164. .uniui-micoff-filled[data-v-d31e1c47]:before {
  165. content: "\e6b0";
  166. }
  167. .uniui-map-pin-ellipse[data-v-d31e1c47]:before {
  168. content: "\e6ac";
  169. }
  170. .uniui-map-pin[data-v-d31e1c47]:before {
  171. content: "\e6ad";
  172. }
  173. .uniui-location[data-v-d31e1c47]:before {
  174. content: "\e6ae";
  175. }
  176. .uniui-starhalf[data-v-d31e1c47]:before {
  177. content: "\e683";
  178. }
  179. .uniui-star[data-v-d31e1c47]:before {
  180. content: "\e688";
  181. }
  182. .uniui-star-filled[data-v-d31e1c47]:before {
  183. content: "\e68f";
  184. }
  185. .uniui-calendar[data-v-d31e1c47]:before {
  186. content: "\e6a0";
  187. }
  188. .uniui-fire[data-v-d31e1c47]:before {
  189. content: "\e6a1";
  190. }
  191. .uniui-medal[data-v-d31e1c47]:before {
  192. content: "\e6a2";
  193. }
  194. .uniui-font[data-v-d31e1c47]:before {
  195. content: "\e6a3";
  196. }
  197. .uniui-gift[data-v-d31e1c47]:before {
  198. content: "\e6a4";
  199. }
  200. .uniui-link[data-v-d31e1c47]:before {
  201. content: "\e6a5";
  202. }
  203. .uniui-notification[data-v-d31e1c47]:before {
  204. content: "\e6a6";
  205. }
  206. .uniui-staff[data-v-d31e1c47]:before {
  207. content: "\e6a7";
  208. }
  209. .uniui-vip[data-v-d31e1c47]:before {
  210. content: "\e6a8";
  211. }
  212. .uniui-folder-add[data-v-d31e1c47]:before {
  213. content: "\e6a9";
  214. }
  215. .uniui-tune[data-v-d31e1c47]:before {
  216. content: "\e6aa";
  217. }
  218. .uniui-auth[data-v-d31e1c47]:before {
  219. content: "\e6ab";
  220. }
  221. .uniui-person[data-v-d31e1c47]:before {
  222. content: "\e699";
  223. }
  224. .uniui-email-filled[data-v-d31e1c47]:before {
  225. content: "\e69a";
  226. }
  227. .uniui-phone-filled[data-v-d31e1c47]:before {
  228. content: "\e69b";
  229. }
  230. .uniui-phone[data-v-d31e1c47]:before {
  231. content: "\e69c";
  232. }
  233. .uniui-email[data-v-d31e1c47]:before {
  234. content: "\e69e";
  235. }
  236. .uniui-personadd[data-v-d31e1c47]:before {
  237. content: "\e69f";
  238. }
  239. .uniui-chatboxes-filled[data-v-d31e1c47]:before {
  240. content: "\e692";
  241. }
  242. .uniui-contact[data-v-d31e1c47]:before {
  243. content: "\e693";
  244. }
  245. .uniui-chatbubble-filled[data-v-d31e1c47]:before {
  246. content: "\e694";
  247. }
  248. .uniui-contact-filled[data-v-d31e1c47]:before {
  249. content: "\e695";
  250. }
  251. .uniui-chatboxes[data-v-d31e1c47]:before {
  252. content: "\e696";
  253. }
  254. .uniui-chatbubble[data-v-d31e1c47]:before {
  255. content: "\e697";
  256. }
  257. .uniui-upload-filled[data-v-d31e1c47]:before {
  258. content: "\e68e";
  259. }
  260. .uniui-upload[data-v-d31e1c47]:before {
  261. content: "\e690";
  262. }
  263. .uniui-weixin[data-v-d31e1c47]:before {
  264. content: "\e691";
  265. }
  266. .uniui-compose[data-v-d31e1c47]:before {
  267. content: "\e67f";
  268. }
  269. .uniui-qq[data-v-d31e1c47]:before {
  270. content: "\e680";
  271. }
  272. .uniui-download-filled[data-v-d31e1c47]:before {
  273. content: "\e681";
  274. }
  275. .uniui-pyq[data-v-d31e1c47]:before {
  276. content: "\e682";
  277. }
  278. .uniui-sound[data-v-d31e1c47]:before {
  279. content: "\e684";
  280. }
  281. .uniui-trash-filled[data-v-d31e1c47]:before {
  282. content: "\e685";
  283. }
  284. .uniui-sound-filled[data-v-d31e1c47]:before {
  285. content: "\e686";
  286. }
  287. .uniui-trash[data-v-d31e1c47]:before {
  288. content: "\e687";
  289. }
  290. .uniui-videocam-filled[data-v-d31e1c47]:before {
  291. content: "\e689";
  292. }
  293. .uniui-spinner-cycle[data-v-d31e1c47]:before {
  294. content: "\e68a";
  295. }
  296. .uniui-weibo[data-v-d31e1c47]:before {
  297. content: "\e68b";
  298. }
  299. .uniui-videocam[data-v-d31e1c47]:before {
  300. content: "\e68c";
  301. }
  302. .uniui-download[data-v-d31e1c47]:before {
  303. content: "\e68d";
  304. }
  305. .uniui-help[data-v-d31e1c47]:before {
  306. content: "\e679";
  307. }
  308. .uniui-navigate-filled[data-v-d31e1c47]:before {
  309. content: "\e67a";
  310. }
  311. .uniui-plusempty[data-v-d31e1c47]:before {
  312. content: "\e67b";
  313. }
  314. .uniui-smallcircle[data-v-d31e1c47]:before {
  315. content: "\e67c";
  316. }
  317. .uniui-minus-filled[data-v-d31e1c47]:before {
  318. content: "\e67d";
  319. }
  320. .uniui-micoff[data-v-d31e1c47]:before {
  321. content: "\e67e";
  322. }
  323. .uniui-closeempty[data-v-d31e1c47]:before {
  324. content: "\e66c";
  325. }
  326. .uniui-clear[data-v-d31e1c47]:before {
  327. content: "\e66d";
  328. }
  329. .uniui-navigate[data-v-d31e1c47]:before {
  330. content: "\e66e";
  331. }
  332. .uniui-minus[data-v-d31e1c47]:before {
  333. content: "\e66f";
  334. }
  335. .uniui-image[data-v-d31e1c47]:before {
  336. content: "\e670";
  337. }
  338. .uniui-mic[data-v-d31e1c47]:before {
  339. content: "\e671";
  340. }
  341. .uniui-paperplane[data-v-d31e1c47]:before {
  342. content: "\e672";
  343. }
  344. .uniui-close[data-v-d31e1c47]:before {
  345. content: "\e673";
  346. }
  347. .uniui-help-filled[data-v-d31e1c47]:before {
  348. content: "\e674";
  349. }
  350. .uniui-paperplane-filled[data-v-d31e1c47]:before {
  351. content: "\e675";
  352. }
  353. .uniui-plus[data-v-d31e1c47]:before {
  354. content: "\e676";
  355. }
  356. .uniui-mic-filled[data-v-d31e1c47]:before {
  357. content: "\e677";
  358. }
  359. .uniui-image-filled[data-v-d31e1c47]:before {
  360. content: "\e678";
  361. }
  362. .uniui-locked-filled[data-v-d31e1c47]:before {
  363. content: "\e668";
  364. }
  365. .uniui-info[data-v-d31e1c47]:before {
  366. content: "\e669";
  367. }
  368. .uniui-locked[data-v-d31e1c47]:before {
  369. content: "\e66b";
  370. }
  371. .uniui-camera-filled[data-v-d31e1c47]:before {
  372. content: "\e658";
  373. }
  374. .uniui-chat-filled[data-v-d31e1c47]:before {
  375. content: "\e659";
  376. }
  377. .uniui-camera[data-v-d31e1c47]:before {
  378. content: "\e65a";
  379. }
  380. .uniui-circle[data-v-d31e1c47]:before {
  381. content: "\e65b";
  382. }
  383. .uniui-checkmarkempty[data-v-d31e1c47]:before {
  384. content: "\e65c";
  385. }
  386. .uniui-chat[data-v-d31e1c47]:before {
  387. content: "\e65d";
  388. }
  389. .uniui-circle-filled[data-v-d31e1c47]:before {
  390. content: "\e65e";
  391. }
  392. .uniui-flag[data-v-d31e1c47]:before {
  393. content: "\e65f";
  394. }
  395. .uniui-flag-filled[data-v-d31e1c47]:before {
  396. content: "\e660";
  397. }
  398. .uniui-gear-filled[data-v-d31e1c47]:before {
  399. content: "\e661";
  400. }
  401. .uniui-home[data-v-d31e1c47]:before {
  402. content: "\e662";
  403. }
  404. .uniui-home-filled[data-v-d31e1c47]:before {
  405. content: "\e663";
  406. }
  407. .uniui-gear[data-v-d31e1c47]:before {
  408. content: "\e664";
  409. }
  410. .uniui-smallcircle-filled[data-v-d31e1c47]:before {
  411. content: "\e665";
  412. }
  413. .uniui-map-filled[data-v-d31e1c47]:before {
  414. content: "\e666";
  415. }
  416. .uniui-map[data-v-d31e1c47]:before {
  417. content: "\e667";
  418. }
  419. .uniui-refresh-filled[data-v-d31e1c47]:before {
  420. content: "\e656";
  421. }
  422. .uniui-refresh[data-v-d31e1c47]:before {
  423. content: "\e657";
  424. }
  425. .uniui-cloud-upload[data-v-d31e1c47]:before {
  426. content: "\e645";
  427. }
  428. .uniui-cloud-download-filled[data-v-d31e1c47]:before {
  429. content: "\e646";
  430. }
  431. .uniui-cloud-download[data-v-d31e1c47]:before {
  432. content: "\e647";
  433. }
  434. .uniui-cloud-upload-filled[data-v-d31e1c47]:before {
  435. content: "\e648";
  436. }
  437. .uniui-redo[data-v-d31e1c47]:before {
  438. content: "\e64a";
  439. }
  440. .uniui-images-filled[data-v-d31e1c47]:before {
  441. content: "\e64b";
  442. }
  443. .uniui-undo-filled[data-v-d31e1c47]:before {
  444. content: "\e64c";
  445. }
  446. .uniui-more[data-v-d31e1c47]:before {
  447. content: "\e64d";
  448. }
  449. .uniui-more-filled[data-v-d31e1c47]:before {
  450. content: "\e64e";
  451. }
  452. .uniui-undo[data-v-d31e1c47]:before {
  453. content: "\e64f";
  454. }
  455. .uniui-images[data-v-d31e1c47]:before {
  456. content: "\e650";
  457. }
  458. .uniui-paperclip[data-v-d31e1c47]:before {
  459. content: "\e652";
  460. }
  461. .uniui-settings[data-v-d31e1c47]:before {
  462. content: "\e653";
  463. }
  464. .uniui-search[data-v-d31e1c47]:before {
  465. content: "\e654";
  466. }
  467. .uniui-redo-filled[data-v-d31e1c47]:before {
  468. content: "\e655";
  469. }
  470. .uniui-list[data-v-d31e1c47]:before {
  471. content: "\e644";
  472. }
  473. .uniui-mail-open-filled[data-v-d31e1c47]:before {
  474. content: "\e63a";
  475. }
  476. .uniui-hand-down-filled[data-v-d31e1c47]:before {
  477. content: "\e63c";
  478. }
  479. .uniui-hand-down[data-v-d31e1c47]:before {
  480. content: "\e63d";
  481. }
  482. .uniui-hand-up-filled[data-v-d31e1c47]:before {
  483. content: "\e63e";
  484. }
  485. .uniui-hand-up[data-v-d31e1c47]:before {
  486. content: "\e63f";
  487. }
  488. .uniui-heart-filled[data-v-d31e1c47]:before {
  489. content: "\e641";
  490. }
  491. .uniui-mail-open[data-v-d31e1c47]:before {
  492. content: "\e643";
  493. }
  494. .uniui-heart[data-v-d31e1c47]:before {
  495. content: "\e639";
  496. }
  497. .uniui-loop[data-v-d31e1c47]:before {
  498. content: "\e633";
  499. }
  500. .uniui-pulldown[data-v-d31e1c47]:before {
  501. content: "\e632";
  502. }
  503. .uniui-scan[data-v-d31e1c47]:before {
  504. content: "\e62a";
  505. }
  506. .uniui-bars[data-v-d31e1c47]:before {
  507. content: "\e627";
  508. }
  509. .uniui-checkbox[data-v-d31e1c47]:before {
  510. content: "\e62b";
  511. }
  512. .uniui-checkbox-filled[data-v-d31e1c47]:before {
  513. content: "\e62c";
  514. }
  515. .uniui-shop[data-v-d31e1c47]:before {
  516. content: "\e62f";
  517. }
  518. .uniui-headphones[data-v-d31e1c47]:before {
  519. content: "\e630";
  520. }
  521. .uniui-cart[data-v-d31e1c47]:before {
  522. content: "\e631";
  523. }
  524. @font-face {
  525. font-family: uniicons;
  526. src: url("../../assets/uniicons.32e978a5.ttf");
  527. }
  528. .uni-icons[data-v-d31e1c47] {
  529. font-family: uniicons;
  530. text-decoration: none;
  531. text-align: center;
  532. }
  533. /**
  534. * 这里是uni-app内置的常用样式变量
  535. *
  536. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  537. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  538. *
  539. */
  540. /**
  541. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  542. *
  543. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  544. */
  545. /* 颜色变量 */
  546. /* 行为相关颜色 */
  547. /* 文字基本颜色 */
  548. /* 背景颜色 */
  549. /* 边框颜色 */
  550. /* 尺寸变量 */
  551. /* 文字尺寸 */
  552. /* 图片尺寸 */
  553. /* Border Radius */
  554. /* 水平间距 */
  555. /* 垂直间距 */
  556. /* 透明度 */
  557. /* 文章场景相关 */
  558. .uni-status-bar[data-v-7920e3e0] {
  559. height: 20px;
  560. }
  561. /**
  562. * 这里是uni-app内置的常用样式变量
  563. *
  564. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  565. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  566. *
  567. */
  568. /**
  569. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  570. *
  571. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  572. */
  573. /* 颜色变量 */
  574. /* 行为相关颜色 */
  575. /* 文字基本颜色 */
  576. /* 背景颜色 */
  577. /* 边框颜色 */
  578. /* 尺寸变量 */
  579. /* 文字尺寸 */
  580. /* 图片尺寸 */
  581. /* Border Radius */
  582. /* 水平间距 */
  583. /* 垂直间距 */
  584. /* 透明度 */
  585. /* 文章场景相关 */
  586. .uni-nav-bar-text[data-v-26544265] {
  587. font-size: 1.0625rem;
  588. }
  589. .uni-nav-bar-right-text[data-v-26544265] {
  590. font-size: 12px;
  591. }
  592. .uni-navbar__content[data-v-26544265] {
  593. position: relative;
  594. background-color: transparent;
  595. }
  596. .uni-navbar-btn-text[data-v-26544265] {
  597. display: flex;
  598. flex-direction: column;
  599. justify-content: flex-start;
  600. align-items: center;
  601. line-height: 12px;
  602. }
  603. .uni-navbar__header[data-v-26544265] {
  604. display: flex;
  605. padding: 0 10px;
  606. flex-direction: row;
  607. height: 44px;
  608. font-size: 12px;
  609. }
  610. .uni-navbar__header-btns[data-v-26544265] {
  611. overflow: hidden;
  612. display: flex;
  613. flex-wrap: nowrap;
  614. flex-direction: row;
  615. width: 3.75rem;
  616. justify-content: center;
  617. align-items: center;
  618. }
  619. .uni-navbar__header-btns-left[data-v-26544265] {
  620. display: flex;
  621. width: 3.75rem;
  622. justify-content: flex-start;
  623. align-items: center;
  624. }
  625. .uni-navbar__header-btns-right[data-v-26544265] {
  626. display: flex;
  627. flex-direction: row;
  628. justify-content: flex-end;
  629. align-items: center;
  630. }
  631. .uni-navbar__header-container[data-v-26544265] {
  632. display: flex;
  633. flex: 1;
  634. padding: 0 10px;
  635. overflow: hidden;
  636. }
  637. .uni-navbar__header-container-inner[data-v-26544265] {
  638. display: flex;
  639. flex: 1;
  640. flex-direction: row;
  641. align-items: center;
  642. justify-content: center;
  643. font-size: 12px;
  644. overflow: hidden;
  645. }
  646. .uni-navbar__placeholder-view[data-v-26544265] {
  647. height: 44px;
  648. }
  649. .uni-navbar--fixed[data-v-26544265] {
  650. position: fixed;
  651. z-index: 99;
  652. left: 0;
  653. right: 0;
  654. }
  655. .uni-navbar--shadow[data-v-26544265] {
  656. box-shadow: 0 1px 6px #ccc;
  657. }
  658. .uni-navbar--border[data-v-26544265] {
  659. border-bottom-width: 0.03125rem;
  660. border-bottom-style: solid;
  661. border-bottom-color: #eee;
  662. }
  663. .uni-ellipsis-1[data-v-26544265] {
  664. overflow: hidden;
  665. white-space: nowrap;
  666. text-overflow: ellipsis;
  667. }
  668. .container[data-v-0e645258] {
  669. width: 30px;
  670. height: 30px;
  671. position: relative;
  672. }
  673. .container.loading1[data-v-0e645258] {
  674. transform: rotate(45deg);
  675. }
  676. .container .shape[data-v-0e645258] {
  677. position: absolute;
  678. width: 10px;
  679. height: 10px;
  680. border-radius: 1px;
  681. }
  682. .container .shape.shape1[data-v-0e645258] {
  683. left: 0;
  684. background-color: #1890FF;
  685. }
  686. .container .shape.shape2[data-v-0e645258] {
  687. right: 0;
  688. background-color: #91CB74;
  689. }
  690. .container .shape.shape3[data-v-0e645258] {
  691. bottom: 0;
  692. background-color: #FAC858;
  693. }
  694. .container .shape.shape4[data-v-0e645258] {
  695. bottom: 0;
  696. right: 0;
  697. background-color: #EE6666;
  698. }
  699. .loading1 .shape1[data-v-0e645258] {
  700. animation: animation1shape1-0e645258 0.5s ease 0s infinite alternate;
  701. }
  702. @keyframes animation1shape1-0e645258 {
  703. from {
  704. transform: translate(0, 0);
  705. }
  706. to {
  707. transform: translate(16px, 16px);
  708. }
  709. }
  710. .loading1 .shape2[data-v-0e645258] {
  711. animation: animation1shape2-0e645258 0.5s ease 0s infinite alternate;
  712. }
  713. @keyframes animation1shape2-0e645258 {
  714. from {
  715. transform: translate(0, 0);
  716. }
  717. to {
  718. transform: translate(-16px, 16px);
  719. }
  720. }
  721. .loading1 .shape3[data-v-0e645258] {
  722. animation: animation1shape3-0e645258 0.5s ease 0s infinite alternate;
  723. }
  724. @keyframes animation1shape3-0e645258 {
  725. from {
  726. transform: translate(0, 0);
  727. }
  728. to {
  729. transform: translate(16px, -16px);
  730. }
  731. }
  732. .loading1 .shape4[data-v-0e645258] {
  733. animation: animation1shape4-0e645258 0.5s ease 0s infinite alternate;
  734. }
  735. @keyframes animation1shape4-0e645258 {
  736. from {
  737. transform: translate(0, 0);
  738. }
  739. to {
  740. transform: translate(-16px, -16px);
  741. }
  742. }
  743. .container[data-v-3df48dc2] {
  744. width: 30px;
  745. height: 30px;
  746. position: relative;
  747. }
  748. .container.loading2[data-v-3df48dc2] {
  749. transform: rotate(10deg);
  750. }
  751. .container.loading2 .shape[data-v-3df48dc2] {
  752. border-radius: 5px;
  753. }
  754. .container.loading2[data-v-3df48dc2]{
  755. animation: rotation 1s infinite;
  756. }
  757. .container .shape[data-v-3df48dc2] {
  758. position: absolute;
  759. width: 10px;
  760. height: 10px;
  761. border-radius: 1px;
  762. }
  763. .container .shape.shape1[data-v-3df48dc2] {
  764. left: 0;
  765. background-color: #1890FF;
  766. }
  767. .container .shape.shape2[data-v-3df48dc2] {
  768. right: 0;
  769. background-color: #91CB74;
  770. }
  771. .container .shape.shape3[data-v-3df48dc2] {
  772. bottom: 0;
  773. background-color: #FAC858;
  774. }
  775. .container .shape.shape4[data-v-3df48dc2] {
  776. bottom: 0;
  777. right: 0;
  778. background-color: #EE6666;
  779. }
  780. .loading2 .shape1[data-v-3df48dc2] {
  781. animation: animation2shape1-3df48dc2 0.5s ease 0s infinite alternate;
  782. }
  783. @keyframes animation2shape1-3df48dc2 {
  784. from {
  785. transform: translate(0, 0);
  786. }
  787. to {
  788. transform: translate(20px, 20px);
  789. }
  790. }
  791. .loading2 .shape2[data-v-3df48dc2] {
  792. animation: animation2shape2-3df48dc2 0.5s ease 0s infinite alternate;
  793. }
  794. @keyframes animation2shape2-3df48dc2 {
  795. from {
  796. transform: translate(0, 0);
  797. }
  798. to {
  799. transform: translate(-20px, 20px);
  800. }
  801. }
  802. .loading2 .shape3[data-v-3df48dc2] {
  803. animation: animation2shape3-3df48dc2 0.5s ease 0s infinite alternate;
  804. }
  805. @keyframes animation2shape3-3df48dc2 {
  806. from {
  807. transform: translate(0, 0);
  808. }
  809. to {
  810. transform: translate(20px, -20px);
  811. }
  812. }
  813. .loading2 .shape4[data-v-3df48dc2] {
  814. animation: animation2shape4-3df48dc2 0.5s ease 0s infinite alternate;
  815. }
  816. @keyframes animation2shape4-3df48dc2 {
  817. from {
  818. transform: translate(0, 0);
  819. }
  820. to {
  821. transform: translate(-20px, -20px);
  822. }
  823. }
  824. .container[data-v-27a8293c] {
  825. width: 30px;
  826. height: 30px;
  827. position: relative;
  828. }
  829. .container.loading3[data-v-27a8293c] {
  830. animation: rotation 1s infinite;
  831. }
  832. .container.loading3 .shape1[data-v-27a8293c] {
  833. border-top-left-radius: 10px;
  834. }
  835. .container.loading3 .shape2[data-v-27a8293c] {
  836. border-top-right-radius: 10px;
  837. }
  838. .container.loading3 .shape3[data-v-27a8293c] {
  839. border-bottom-left-radius: 10px;
  840. }
  841. .container.loading3 .shape4[data-v-27a8293c] {
  842. border-bottom-right-radius: 10px;
  843. }
  844. .container .shape[data-v-27a8293c] {
  845. position: absolute;
  846. width: 10px;
  847. height: 10px;
  848. border-radius: 1px;
  849. }
  850. .container .shape.shape1[data-v-27a8293c] {
  851. left: 0;
  852. background-color: #1890FF;
  853. }
  854. .container .shape.shape2[data-v-27a8293c] {
  855. right: 0;
  856. background-color: #91CB74;
  857. }
  858. .container .shape.shape3[data-v-27a8293c] {
  859. bottom: 0;
  860. background-color: #FAC858;
  861. }
  862. .container .shape.shape4[data-v-27a8293c] {
  863. bottom: 0;
  864. right: 0;
  865. background-color: #EE6666;
  866. }
  867. .loading3 .shape1[data-v-27a8293c] {
  868. animation: animation3shape1-27a8293c 0.5s ease 0s infinite alternate;
  869. }
  870. @keyframes animation3shape1-27a8293c {
  871. from {
  872. transform: translate(0, 0);
  873. }
  874. to {
  875. transform: translate(5px, 5px);
  876. }
  877. }
  878. .loading3 .shape2[data-v-27a8293c] {
  879. animation: animation3shape2-27a8293c 0.5s ease 0s infinite alternate;
  880. }
  881. @keyframes animation3shape2-27a8293c {
  882. from {
  883. transform: translate(0, 0);
  884. }
  885. to {
  886. transform: translate(-5px, 5px);
  887. }
  888. }
  889. .loading3 .shape3[data-v-27a8293c] {
  890. animation: animation3shape3-27a8293c 0.5s ease 0s infinite alternate;
  891. }
  892. @keyframes animation3shape3-27a8293c {
  893. from {
  894. transform: translate(0, 0);
  895. }
  896. to {
  897. transform: translate(5px, -5px);
  898. }
  899. }
  900. .loading3 .shape4[data-v-27a8293c] {
  901. animation: animation3shape4-27a8293c 0.5s ease 0s infinite alternate;
  902. }
  903. @keyframes animation3shape4-27a8293c {
  904. from {
  905. transform: translate(0, 0);
  906. }
  907. to {
  908. transform: translate(-5px, -5px);
  909. }
  910. }
  911. .container[data-v-2e7deb83] {
  912. width: 30px;
  913. height: 30px;
  914. position: relative;
  915. }
  916. .container.loading5 .shape[data-v-2e7deb83] {
  917. width: 15px;
  918. height: 15px;
  919. }
  920. .container .shape[data-v-2e7deb83] {
  921. position: absolute;
  922. width: 10px;
  923. height: 10px;
  924. border-radius: 1px;
  925. }
  926. .container .shape.shape1[data-v-2e7deb83] {
  927. left: 0;
  928. background-color: #1890FF;
  929. }
  930. .container .shape.shape2[data-v-2e7deb83] {
  931. right: 0;
  932. background-color: #91CB74;
  933. }
  934. .container .shape.shape3[data-v-2e7deb83] {
  935. bottom: 0;
  936. background-color: #FAC858;
  937. }
  938. .container .shape.shape4[data-v-2e7deb83] {
  939. bottom: 0;
  940. right: 0;
  941. background-color: #EE6666;
  942. }
  943. .loading5 .shape1[data-v-2e7deb83] {
  944. animation: animation5shape1-2e7deb83 2s ease 0s infinite reverse;
  945. }
  946. @keyframes animation5shape1-2e7deb83 {
  947. 0% {
  948. transform: translate(0, 0);
  949. }
  950. 25% {
  951. transform: translate(0, 15px);
  952. }
  953. 50% {
  954. transform: translate(15px, 15px);
  955. }
  956. 75% {
  957. transform: translate(15px, 0);
  958. }
  959. }
  960. .loading5 .shape2[data-v-2e7deb83] {
  961. animation: animation5shape2-2e7deb83 2s ease 0s infinite reverse;
  962. }
  963. @keyframes animation5shape2-2e7deb83 {
  964. 0% {
  965. transform: translate(0, 0);
  966. }
  967. 25% {
  968. transform: translate(-15px, 0);
  969. }
  970. 50% {
  971. transform: translate(-15px, 15px);
  972. }
  973. 75% {
  974. transform: translate(0, 15px);
  975. }
  976. }
  977. .loading5 .shape3[data-v-2e7deb83] {
  978. animation: animation5shape3-2e7deb83 2s ease 0s infinite reverse;
  979. }
  980. @keyframes animation5shape3-2e7deb83 {
  981. 0% {
  982. transform: translate(0, 0);
  983. }
  984. 25% {
  985. transform: translate(15px, 0);
  986. }
  987. 50% {
  988. transform: translate(15px, -15px);
  989. }
  990. 75% {
  991. transform: translate(0, -15px);
  992. }
  993. }
  994. .loading5 .shape4[data-v-2e7deb83] {
  995. animation: animation5shape4-2e7deb83 2s ease 0s infinite reverse;
  996. }
  997. @keyframes animation5shape4-2e7deb83 {
  998. 0% {
  999. transform: translate(0, 0);
  1000. }
  1001. 25% {
  1002. transform: translate(0, -15px);
  1003. }
  1004. 50% {
  1005. transform: translate(-15px, -15px);
  1006. }
  1007. 75% {
  1008. transform: translate(-15px, 0);
  1009. }
  1010. }
  1011. .container[data-v-ef674bbb] {
  1012. width: 30px;
  1013. height: 30px;
  1014. position: relative;
  1015. }
  1016. .container.loading6[data-v-ef674bbb] {
  1017. animation: rotation 1s infinite;
  1018. }
  1019. .container.loading6 .shape[data-v-ef674bbb] {
  1020. width: 12px;
  1021. height: 12px;
  1022. border-radius: 2px;
  1023. }
  1024. .container .shape[data-v-ef674bbb] {
  1025. position: absolute;
  1026. width: 10px;
  1027. height: 10px;
  1028. border-radius: 1px;
  1029. }
  1030. .container .shape.shape1[data-v-ef674bbb] {
  1031. left: 0;
  1032. background-color: #1890FF;
  1033. }
  1034. .container .shape.shape2[data-v-ef674bbb] {
  1035. right: 0;
  1036. background-color: #91CB74;
  1037. }
  1038. .container .shape.shape3[data-v-ef674bbb] {
  1039. bottom: 0;
  1040. background-color: #FAC858;
  1041. }
  1042. .container .shape.shape4[data-v-ef674bbb] {
  1043. bottom: 0;
  1044. right: 0;
  1045. background-color: #EE6666;
  1046. }
  1047. .loading6 .shape1[data-v-ef674bbb] {
  1048. animation: animation6shape1-ef674bbb 2s linear 0s infinite normal;
  1049. }
  1050. @keyframes animation6shape1-ef674bbb {
  1051. 0% {
  1052. transform: translate(0, 0);
  1053. }
  1054. 25% {
  1055. transform: translate(0, 18px);
  1056. }
  1057. 50% {
  1058. transform: translate(18px, 18px);
  1059. }
  1060. 75% {
  1061. transform: translate(18px, 0);
  1062. }
  1063. }
  1064. .loading6 .shape2[data-v-ef674bbb] {
  1065. animation: animation6shape2-ef674bbb 2s linear 0s infinite normal;
  1066. }
  1067. @keyframes animation6shape2-ef674bbb {
  1068. 0% {
  1069. transform: translate(0, 0);
  1070. }
  1071. 25% {
  1072. transform: translate(-18px, 0);
  1073. }
  1074. 50% {
  1075. transform: translate(-18px, 18px);
  1076. }
  1077. 75% {
  1078. transform: translate(0, 18px);
  1079. }
  1080. }
  1081. .loading6 .shape3[data-v-ef674bbb] {
  1082. animation: animation6shape3-ef674bbb 2s linear 0s infinite normal;
  1083. }
  1084. @keyframes animation6shape3-ef674bbb {
  1085. 0% {
  1086. transform: translate(0, 0);
  1087. }
  1088. 25% {
  1089. transform: translate(18px, 0);
  1090. }
  1091. 50% {
  1092. transform: translate(18px, -18px);
  1093. }
  1094. 75% {
  1095. transform: translate(0, -18px);
  1096. }
  1097. }
  1098. .loading6 .shape4[data-v-ef674bbb] {
  1099. animation: animation6shape4-ef674bbb 2s linear 0s infinite normal;
  1100. }
  1101. @keyframes animation6shape4-ef674bbb {
  1102. 0% {
  1103. transform: translate(0, 0);
  1104. }
  1105. 25% {
  1106. transform: translate(0, -18px);
  1107. }
  1108. 50% {
  1109. transform: translate(-18px, -18px);
  1110. }
  1111. 75% {
  1112. transform: translate(-18px, 0);
  1113. }
  1114. }
  1115. .chartsview[data-v-a99d579b] {
  1116. width: 100%;
  1117. height: 100%;
  1118. display: flex;
  1119. flex-direction: column;
  1120. flex: 1;
  1121. justify-content: center;
  1122. align-items: center;
  1123. }
  1124. .charts-font[data-v-a99d579b]{
  1125. font-size: 14px;
  1126. color: #CCCCCC;
  1127. margin-top: 10px;
  1128. }
  1129. .charts-error[data-v-a99d579b]{
  1130. width: 128px;
  1131. height: 128px;
  1132. background: url("data:image/png;base64,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");
  1133. background-position: center;
  1134. }
  1135. .chartsview[data-v-0ca34aee] {
  1136. width: 100%;
  1137. height: 88%;
  1138. display: flex;
  1139. flex: 1;
  1140. justify-content: center;
  1141. align-items: center;
  1142. }
  1143. .uni-page[data-v-14542b8b] {
  1144. width: 100%;
  1145. height: 100%;
  1146. }
  1147. [data-v-14542b8b] .uni-nav-bar-text{
  1148. font-weight: 600;
  1149. }
  1150. .container[data-v-14542b8b] {
  1151. background-color: #ffffff;
  1152. box-sizing: border-box;
  1153. display: flex;
  1154. flex-direction: column;
  1155. /* align-items: center; */
  1156. background-image: url('https://esos-iot.bjdexn.cn/myminio/project/475a3a10bcf74300895b3dc82897237e.jpeg');
  1157. background-size: 100% auto;
  1158. background-repeat: no-repeat;
  1159. padding-bottom: 4.375rem;
  1160. }
  1161. .container_navbar[data-v-14542b8b]{
  1162. width: 100%;
  1163. position: fixed;
  1164. top: 0;
  1165. left: 0;
  1166. padding: 0;
  1167. }
  1168. .container_top[data-v-14542b8b]{
  1169. width: 100%;
  1170. height: 1.25rem;
  1171. background-color:rgba(255, 255, 255, 0.5);
  1172. }
  1173. .account_number[data-v-14542b8b] {
  1174. width: 100%;
  1175. padding: 0.625rem;
  1176. display: flex;
  1177. justify-content: center;
  1178. box-sizing: border-box;
  1179. }
  1180. .toptabbar[data-v-14542b8b] {
  1181. width: 100%;
  1182. padding: 0.3125rem 0.625rem;
  1183. box-sizing: border-box;
  1184. }
  1185. .container_box[data-v-14542b8b] {
  1186. height: 16.25rem;
  1187. color: #222;
  1188. padding-top: 3.125rem;
  1189. padding: 0 0.9375rem;
  1190. box-sizing: border-box;
  1191. display: flex;
  1192. flex-direction: column;
  1193. justify-content: center;
  1194. background: linear-gradient(to bottom,
  1195. rgba(255, 255, 255, 0),
  1196. rgba(255, 255, 255, 0.8),
  1197. /* 完全透明 */
  1198. rgba(255, 255, 255, 1)
  1199. /* 80% 不透明 */
  1200. );
  1201. }
  1202. @font-face {
  1203. font-family: 'iconfont'; /* Project id 4935042 */
  1204. src: url('//at.alicdn.com/t/c/font_4935042_1qob4kor3dt.woff2?t=1749628842617') format('woff2'),
  1205. url('//at.alicdn.com/t/c/font_4935042_1qob4kor3dt.woff?t=1749628842617') format('woff'),
  1206. url('//at.alicdn.com/t/c/font_4935042_1qob4kor3dt.ttf?t=1749628842617') format('truetype');
  1207. /* src: url('@/font/iconfont.woff2?t=1748497918806') format('woff2'),
  1208. url('@/font/iconfont.woff?t=1748497918806') format('woff'),
  1209. url('@/font/iconfont.ttf?t=1748497918806') format('truetype'); */
  1210. }
  1211. .test[data-v-14542b8b] {
  1212. font-family: iconfont;
  1213. margin-left: 0.5rem;
  1214. }
  1215. .testbox[data-v-14542b8b] {
  1216. font-family: iconfont;
  1217. margin-right: 0.3125rem;
  1218. }
  1219. .container_Subtitle[data-v-14542b8b]{
  1220. margin-top: 1.25rem;
  1221. display: flex;
  1222. }
  1223. .voltageleft[data-v-14542b8b]{
  1224. display: flex;
  1225. flex-direction: column;
  1226. }
  1227. .voltageright[data-v-14542b8b]{
  1228. margin-left: 2.5rem;
  1229. }
  1230. .voltagetop[data-v-14542b8b]{
  1231. color: #A2A0AB;
  1232. font-weight: 500;
  1233. font-size: 1rem;
  1234. }
  1235. .voltagebuttn[data-v-14542b8b]{
  1236. margin-top: 0.625rem;
  1237. font-size: 1.1875rem;
  1238. }
  1239. .invest[data-v-14542b8b]{
  1240. padding: 0 0.625rem;
  1241. box-sizing: border-box;
  1242. }
  1243. .invest_box[data-v-14542b8b]{
  1244. width: 100%;
  1245. display: flex;
  1246. flex-direction: column;
  1247. justify-content: space-between;
  1248. padding: 0.625rem;
  1249. border-radius: 0.3125rem;
  1250. border:0.03125rem solid #f5f5f5;
  1251. background-color: #fff;
  1252. box-shadow: 0px 0px 1px 0.03125rem rgba(0, 0, 0, 0.1);
  1253. box-sizing: border-box;
  1254. }
  1255. .investall[data-v-14542b8b]{
  1256. width: 100%;
  1257. height: 9.375rem;
  1258. display: flex;
  1259. justify-content: space-between;
  1260. border-bottom: 0.03125rem dashed #ccc;
  1261. padding-bottom: 0.625rem;
  1262. }
  1263. .investalls[data-v-14542b8b]{
  1264. width: 100%;
  1265. height: 9.375rem;
  1266. display: flex;
  1267. justify-content: space-between;
  1268. padding-bottom: 0.625rem;
  1269. }
  1270. .invest_left[data-v-14542b8b]{
  1271. margin-top: 0.625rem;
  1272. font-size: 0.875rem;
  1273. }
  1274. .invest_top[data-v-14542b8b]{
  1275. display: flex;
  1276. flex-direction: column;
  1277. }
  1278. .invest_botton[data-v-14542b8b]{
  1279. display: flex;
  1280. margin-top: 1.25rem;
  1281. }
  1282. .income_top[data-v-14542b8b]{
  1283. margin-left: 0.625rem;
  1284. }
  1285. .income_tops[data-v-14542b8b]{
  1286. margin-left: 3.125rem;
  1287. }
  1288. .invest_right[data-v-14542b8b]{
  1289. width: 6.25rem;
  1290. display: flex;
  1291. flex-direction: column;
  1292. align-items: center;
  1293. font-size: 0.75rem;
  1294. background-image: url("../../static/battery.png");
  1295. background-size: 100% auto;
  1296. background-repeat: no-repeat;
  1297. }
  1298. .invest_righttop[data-v-14542b8b]{
  1299. margin-top: 2.5rem;
  1300. color: #90959B;
  1301. }
  1302. .invest_rightcenter[data-v-14542b8b]{
  1303. margin-top: 0.3125rem;
  1304. }
  1305. .invest_rightbotton[data-v-14542b8b]{
  1306. margin-top: 0.3125rem;
  1307. }
  1308. .investbotton[data-v-14542b8b]{
  1309. margin-top: 0.3125rem;
  1310. }
  1311. .collective[data-v-14542b8b]{
  1312. font-size: 0.9375rem;
  1313. margin-top: 1.875rem;
  1314. margin-bottom: 0.3125rem;
  1315. }
  1316. .contrast[data-v-14542b8b]{
  1317. width: 100%;
  1318. background-color: #f5f5f5;
  1319. border-radius: 0.3125rem;
  1320. padding: 0.625rem;
  1321. box-sizing: border-box;
  1322. margin-top: 0.3125rem;
  1323. }
  1324. .contrast_title[data-v-14542b8b]{
  1325. display: flex;
  1326. justify-content: space-between;
  1327. font-size: 0.8125rem;
  1328. }
  1329. .contrast_middle[data-v-14542b8b]{
  1330. display: flex;
  1331. justify-content: space-between;
  1332. font-size: 0.8125rem;
  1333. margin-top: 0.625rem;
  1334. }
  1335. .contrast_bottom[data-v-14542b8b]{
  1336. display: flex;
  1337. justify-content: space-between;
  1338. font-size: 0.8125rem;
  1339. margin-top: 0.625rem;
  1340. }
  1341. .contrast_titletop[data-v-14542b8b]{
  1342. flex: 1;
  1343. }
  1344. .contrast_titletops[data-v-14542b8b]{
  1345. flex: 1;
  1346. text-align: right;
  1347. }
  1348. .economy[data-v-14542b8b]{
  1349. margin-top: 1.875rem;
  1350. }
  1351. .economy_top[data-v-14542b8b]{
  1352. display: flex;
  1353. font-size: 0.875rem;
  1354. /* justify-content: space-between; */
  1355. padding: 0 0.625rem;
  1356. }
  1357. .economy_topright[data-v-14542b8b]{
  1358. font-size: 0.6875rem;
  1359. margin-top: 0.125rem;
  1360. margin-left: 0.3125rem;
  1361. color: #ccc;
  1362. }
  1363. .incomelist[data-v-14542b8b]{
  1364. display: flex;
  1365. flex-direction: column;
  1366. margin-top: 0.625rem;
  1367. font-size: 0.8125rem;
  1368. }
  1369. .incomelist_title[data-v-14542b8b]{
  1370. display: flex;
  1371. height: 2.5rem;
  1372. font-size: 0.8125rem;
  1373. justify-content: space-between;
  1374. background-color: #f5f5f5;
  1375. }
  1376. .incomelist_titles[data-v-14542b8b]{
  1377. display: flex;
  1378. height: 2.5rem;
  1379. font-size: 0.8125rem;
  1380. justify-content: space-between;
  1381. /* background-color: #f5f5f5; */
  1382. }
  1383. .incomelist_ul[data-v-14542b8b]{
  1384. flex: 1;
  1385. display: flex;
  1386. align-items: center;
  1387. justify-content: center;
  1388. }
  1389. .Electricityprice[data-v-14542b8b]{
  1390. display: flex;
  1391. flex-direction: column;
  1392. padding: 0.625rem;
  1393. margin-top: 1.25rem;
  1394. }
  1395. .Electricityprice_title[data-v-14542b8b]{
  1396. font-size: 0.875rem;
  1397. margin-bottom: 0.3125rem;
  1398. }
  1399. .Electricityprice_peak[data-v-14542b8b]{
  1400. display: flex;
  1401. justify-content: space-between;
  1402. background-color: #f5f5f5;
  1403. padding: 0.625rem;
  1404. border-radius: 0.3125rem;
  1405. font-size: 0.75rem;
  1406. margin-top: 0.625rem;
  1407. }
  1408. .Electricityprice_peakright[data-v-14542b8b]{
  1409. font-size: 1rem;
  1410. display: flex;
  1411. font-weight: 600;
  1412. }
  1413. .Electricityprice_peakrightkwh[data-v-14542b8b]{
  1414. font-size: 0.6875rem;
  1415. margin-top: 0.25rem;
  1416. margin-left: 0.3125rem;
  1417. font-weight: 400;
  1418. }
  1419. .Electricityprice_text[data-v-14542b8b]{
  1420. font-size: 0.6875rem;
  1421. margin-top: 0.625rem;
  1422. line-height: 1.09375rem;
  1423. color: #ccc;
  1424. }