| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443 |
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uniui-cart-filled[data-v-d31e1c47]:before {
- content: "\e6d0";
- }
- .uniui-gift-filled[data-v-d31e1c47]:before {
- content: "\e6c4";
- }
- .uniui-color[data-v-d31e1c47]:before {
- content: "\e6cf";
- }
- .uniui-wallet[data-v-d31e1c47]:before {
- content: "\e6b1";
- }
- .uniui-settings-filled[data-v-d31e1c47]:before {
- content: "\e6ce";
- }
- .uniui-auth-filled[data-v-d31e1c47]:before {
- content: "\e6cc";
- }
- .uniui-shop-filled[data-v-d31e1c47]:before {
- content: "\e6cd";
- }
- .uniui-staff-filled[data-v-d31e1c47]:before {
- content: "\e6cb";
- }
- .uniui-vip-filled[data-v-d31e1c47]:before {
- content: "\e6c6";
- }
- .uniui-plus-filled[data-v-d31e1c47]:before {
- content: "\e6c7";
- }
- .uniui-folder-add-filled[data-v-d31e1c47]:before {
- content: "\e6c8";
- }
- .uniui-color-filled[data-v-d31e1c47]:before {
- content: "\e6c9";
- }
- .uniui-tune-filled[data-v-d31e1c47]:before {
- content: "\e6ca";
- }
- .uniui-calendar-filled[data-v-d31e1c47]:before {
- content: "\e6c0";
- }
- .uniui-notification-filled[data-v-d31e1c47]:before {
- content: "\e6c1";
- }
- .uniui-wallet-filled[data-v-d31e1c47]:before {
- content: "\e6c2";
- }
- .uniui-medal-filled[data-v-d31e1c47]:before {
- content: "\e6c3";
- }
- .uniui-fire-filled[data-v-d31e1c47]:before {
- content: "\e6c5";
- }
- .uniui-refreshempty[data-v-d31e1c47]:before {
- content: "\e6bf";
- }
- .uniui-location-filled[data-v-d31e1c47]:before {
- content: "\e6af";
- }
- .uniui-person-filled[data-v-d31e1c47]:before {
- content: "\e69d";
- }
- .uniui-personadd-filled[data-v-d31e1c47]:before {
- content: "\e698";
- }
- .uniui-arrowthinleft[data-v-d31e1c47]:before {
- content: "\e6d2";
- }
- .uniui-arrowthinup[data-v-d31e1c47]:before {
- content: "\e6d3";
- }
- .uniui-arrowthindown[data-v-d31e1c47]:before {
- content: "\e6d4";
- }
- .uniui-back[data-v-d31e1c47]:before {
- content: "\e6b9";
- }
- .uniui-forward[data-v-d31e1c47]:before {
- content: "\e6ba";
- }
- .uniui-arrow-right[data-v-d31e1c47]:before {
- content: "\e6bb";
- }
- .uniui-arrow-left[data-v-d31e1c47]:before {
- content: "\e6bc";
- }
- .uniui-arrow-up[data-v-d31e1c47]:before {
- content: "\e6bd";
- }
- .uniui-arrow-down[data-v-d31e1c47]:before {
- content: "\e6be";
- }
- .uniui-arrowthinright[data-v-d31e1c47]:before {
- content: "\e6d1";
- }
- .uniui-down[data-v-d31e1c47]:before {
- content: "\e6b8";
- }
- .uniui-bottom[data-v-d31e1c47]:before {
- content: "\e6b8";
- }
- .uniui-arrowright[data-v-d31e1c47]:before {
- content: "\e6d5";
- }
- .uniui-right[data-v-d31e1c47]:before {
- content: "\e6b5";
- }
- .uniui-up[data-v-d31e1c47]:before {
- content: "\e6b6";
- }
- .uniui-top[data-v-d31e1c47]:before {
- content: "\e6b6";
- }
- .uniui-left[data-v-d31e1c47]:before {
- content: "\e6b7";
- }
- .uniui-arrowup[data-v-d31e1c47]:before {
- content: "\e6d6";
- }
- .uniui-eye[data-v-d31e1c47]:before {
- content: "\e651";
- }
- .uniui-eye-filled[data-v-d31e1c47]:before {
- content: "\e66a";
- }
- .uniui-eye-slash[data-v-d31e1c47]:before {
- content: "\e6b3";
- }
- .uniui-eye-slash-filled[data-v-d31e1c47]:before {
- content: "\e6b4";
- }
- .uniui-info-filled[data-v-d31e1c47]:before {
- content: "\e649";
- }
- .uniui-reload[data-v-d31e1c47]:before {
- content: "\e6b2";
- }
- .uniui-micoff-filled[data-v-d31e1c47]:before {
- content: "\e6b0";
- }
- .uniui-map-pin-ellipse[data-v-d31e1c47]:before {
- content: "\e6ac";
- }
- .uniui-map-pin[data-v-d31e1c47]:before {
- content: "\e6ad";
- }
- .uniui-location[data-v-d31e1c47]:before {
- content: "\e6ae";
- }
- .uniui-starhalf[data-v-d31e1c47]:before {
- content: "\e683";
- }
- .uniui-star[data-v-d31e1c47]:before {
- content: "\e688";
- }
- .uniui-star-filled[data-v-d31e1c47]:before {
- content: "\e68f";
- }
- .uniui-calendar[data-v-d31e1c47]:before {
- content: "\e6a0";
- }
- .uniui-fire[data-v-d31e1c47]:before {
- content: "\e6a1";
- }
- .uniui-medal[data-v-d31e1c47]:before {
- content: "\e6a2";
- }
- .uniui-font[data-v-d31e1c47]:before {
- content: "\e6a3";
- }
- .uniui-gift[data-v-d31e1c47]:before {
- content: "\e6a4";
- }
- .uniui-link[data-v-d31e1c47]:before {
- content: "\e6a5";
- }
- .uniui-notification[data-v-d31e1c47]:before {
- content: "\e6a6";
- }
- .uniui-staff[data-v-d31e1c47]:before {
- content: "\e6a7";
- }
- .uniui-vip[data-v-d31e1c47]:before {
- content: "\e6a8";
- }
- .uniui-folder-add[data-v-d31e1c47]:before {
- content: "\e6a9";
- }
- .uniui-tune[data-v-d31e1c47]:before {
- content: "\e6aa";
- }
- .uniui-auth[data-v-d31e1c47]:before {
- content: "\e6ab";
- }
- .uniui-person[data-v-d31e1c47]:before {
- content: "\e699";
- }
- .uniui-email-filled[data-v-d31e1c47]:before {
- content: "\e69a";
- }
- .uniui-phone-filled[data-v-d31e1c47]:before {
- content: "\e69b";
- }
- .uniui-phone[data-v-d31e1c47]:before {
- content: "\e69c";
- }
- .uniui-email[data-v-d31e1c47]:before {
- content: "\e69e";
- }
- .uniui-personadd[data-v-d31e1c47]:before {
- content: "\e69f";
- }
- .uniui-chatboxes-filled[data-v-d31e1c47]:before {
- content: "\e692";
- }
- .uniui-contact[data-v-d31e1c47]:before {
- content: "\e693";
- }
- .uniui-chatbubble-filled[data-v-d31e1c47]:before {
- content: "\e694";
- }
- .uniui-contact-filled[data-v-d31e1c47]:before {
- content: "\e695";
- }
- .uniui-chatboxes[data-v-d31e1c47]:before {
- content: "\e696";
- }
- .uniui-chatbubble[data-v-d31e1c47]:before {
- content: "\e697";
- }
- .uniui-upload-filled[data-v-d31e1c47]:before {
- content: "\e68e";
- }
- .uniui-upload[data-v-d31e1c47]:before {
- content: "\e690";
- }
- .uniui-weixin[data-v-d31e1c47]:before {
- content: "\e691";
- }
- .uniui-compose[data-v-d31e1c47]:before {
- content: "\e67f";
- }
- .uniui-qq[data-v-d31e1c47]:before {
- content: "\e680";
- }
- .uniui-download-filled[data-v-d31e1c47]:before {
- content: "\e681";
- }
- .uniui-pyq[data-v-d31e1c47]:before {
- content: "\e682";
- }
- .uniui-sound[data-v-d31e1c47]:before {
- content: "\e684";
- }
- .uniui-trash-filled[data-v-d31e1c47]:before {
- content: "\e685";
- }
- .uniui-sound-filled[data-v-d31e1c47]:before {
- content: "\e686";
- }
- .uniui-trash[data-v-d31e1c47]:before {
- content: "\e687";
- }
- .uniui-videocam-filled[data-v-d31e1c47]:before {
- content: "\e689";
- }
- .uniui-spinner-cycle[data-v-d31e1c47]:before {
- content: "\e68a";
- }
- .uniui-weibo[data-v-d31e1c47]:before {
- content: "\e68b";
- }
- .uniui-videocam[data-v-d31e1c47]:before {
- content: "\e68c";
- }
- .uniui-download[data-v-d31e1c47]:before {
- content: "\e68d";
- }
- .uniui-help[data-v-d31e1c47]:before {
- content: "\e679";
- }
- .uniui-navigate-filled[data-v-d31e1c47]:before {
- content: "\e67a";
- }
- .uniui-plusempty[data-v-d31e1c47]:before {
- content: "\e67b";
- }
- .uniui-smallcircle[data-v-d31e1c47]:before {
- content: "\e67c";
- }
- .uniui-minus-filled[data-v-d31e1c47]:before {
- content: "\e67d";
- }
- .uniui-micoff[data-v-d31e1c47]:before {
- content: "\e67e";
- }
- .uniui-closeempty[data-v-d31e1c47]:before {
- content: "\e66c";
- }
- .uniui-clear[data-v-d31e1c47]:before {
- content: "\e66d";
- }
- .uniui-navigate[data-v-d31e1c47]:before {
- content: "\e66e";
- }
- .uniui-minus[data-v-d31e1c47]:before {
- content: "\e66f";
- }
- .uniui-image[data-v-d31e1c47]:before {
- content: "\e670";
- }
- .uniui-mic[data-v-d31e1c47]:before {
- content: "\e671";
- }
- .uniui-paperplane[data-v-d31e1c47]:before {
- content: "\e672";
- }
- .uniui-close[data-v-d31e1c47]:before {
- content: "\e673";
- }
- .uniui-help-filled[data-v-d31e1c47]:before {
- content: "\e674";
- }
- .uniui-paperplane-filled[data-v-d31e1c47]:before {
- content: "\e675";
- }
- .uniui-plus[data-v-d31e1c47]:before {
- content: "\e676";
- }
- .uniui-mic-filled[data-v-d31e1c47]:before {
- content: "\e677";
- }
- .uniui-image-filled[data-v-d31e1c47]:before {
- content: "\e678";
- }
- .uniui-locked-filled[data-v-d31e1c47]:before {
- content: "\e668";
- }
- .uniui-info[data-v-d31e1c47]:before {
- content: "\e669";
- }
- .uniui-locked[data-v-d31e1c47]:before {
- content: "\e66b";
- }
- .uniui-camera-filled[data-v-d31e1c47]:before {
- content: "\e658";
- }
- .uniui-chat-filled[data-v-d31e1c47]:before {
- content: "\e659";
- }
- .uniui-camera[data-v-d31e1c47]:before {
- content: "\e65a";
- }
- .uniui-circle[data-v-d31e1c47]:before {
- content: "\e65b";
- }
- .uniui-checkmarkempty[data-v-d31e1c47]:before {
- content: "\e65c";
- }
- .uniui-chat[data-v-d31e1c47]:before {
- content: "\e65d";
- }
- .uniui-circle-filled[data-v-d31e1c47]:before {
- content: "\e65e";
- }
- .uniui-flag[data-v-d31e1c47]:before {
- content: "\e65f";
- }
- .uniui-flag-filled[data-v-d31e1c47]:before {
- content: "\e660";
- }
- .uniui-gear-filled[data-v-d31e1c47]:before {
- content: "\e661";
- }
- .uniui-home[data-v-d31e1c47]:before {
- content: "\e662";
- }
- .uniui-home-filled[data-v-d31e1c47]:before {
- content: "\e663";
- }
- .uniui-gear[data-v-d31e1c47]:before {
- content: "\e664";
- }
- .uniui-smallcircle-filled[data-v-d31e1c47]:before {
- content: "\e665";
- }
- .uniui-map-filled[data-v-d31e1c47]:before {
- content: "\e666";
- }
- .uniui-map[data-v-d31e1c47]:before {
- content: "\e667";
- }
- .uniui-refresh-filled[data-v-d31e1c47]:before {
- content: "\e656";
- }
- .uniui-refresh[data-v-d31e1c47]:before {
- content: "\e657";
- }
- .uniui-cloud-upload[data-v-d31e1c47]:before {
- content: "\e645";
- }
- .uniui-cloud-download-filled[data-v-d31e1c47]:before {
- content: "\e646";
- }
- .uniui-cloud-download[data-v-d31e1c47]:before {
- content: "\e647";
- }
- .uniui-cloud-upload-filled[data-v-d31e1c47]:before {
- content: "\e648";
- }
- .uniui-redo[data-v-d31e1c47]:before {
- content: "\e64a";
- }
- .uniui-images-filled[data-v-d31e1c47]:before {
- content: "\e64b";
- }
- .uniui-undo-filled[data-v-d31e1c47]:before {
- content: "\e64c";
- }
- .uniui-more[data-v-d31e1c47]:before {
- content: "\e64d";
- }
- .uniui-more-filled[data-v-d31e1c47]:before {
- content: "\e64e";
- }
- .uniui-undo[data-v-d31e1c47]:before {
- content: "\e64f";
- }
- .uniui-images[data-v-d31e1c47]:before {
- content: "\e650";
- }
- .uniui-paperclip[data-v-d31e1c47]:before {
- content: "\e652";
- }
- .uniui-settings[data-v-d31e1c47]:before {
- content: "\e653";
- }
- .uniui-search[data-v-d31e1c47]:before {
- content: "\e654";
- }
- .uniui-redo-filled[data-v-d31e1c47]:before {
- content: "\e655";
- }
- .uniui-list[data-v-d31e1c47]:before {
- content: "\e644";
- }
- .uniui-mail-open-filled[data-v-d31e1c47]:before {
- content: "\e63a";
- }
- .uniui-hand-down-filled[data-v-d31e1c47]:before {
- content: "\e63c";
- }
- .uniui-hand-down[data-v-d31e1c47]:before {
- content: "\e63d";
- }
- .uniui-hand-up-filled[data-v-d31e1c47]:before {
- content: "\e63e";
- }
- .uniui-hand-up[data-v-d31e1c47]:before {
- content: "\e63f";
- }
- .uniui-heart-filled[data-v-d31e1c47]:before {
- content: "\e641";
- }
- .uniui-mail-open[data-v-d31e1c47]:before {
- content: "\e643";
- }
- .uniui-heart[data-v-d31e1c47]:before {
- content: "\e639";
- }
- .uniui-loop[data-v-d31e1c47]:before {
- content: "\e633";
- }
- .uniui-pulldown[data-v-d31e1c47]:before {
- content: "\e632";
- }
- .uniui-scan[data-v-d31e1c47]:before {
- content: "\e62a";
- }
- .uniui-bars[data-v-d31e1c47]:before {
- content: "\e627";
- }
- .uniui-checkbox[data-v-d31e1c47]:before {
- content: "\e62b";
- }
- .uniui-checkbox-filled[data-v-d31e1c47]:before {
- content: "\e62c";
- }
- .uniui-shop[data-v-d31e1c47]:before {
- content: "\e62f";
- }
- .uniui-headphones[data-v-d31e1c47]:before {
- content: "\e630";
- }
- .uniui-cart[data-v-d31e1c47]:before {
- content: "\e631";
- }
- @font-face {
- font-family: uniicons;
- src: url("../../assets/uniicons.32e978a5.ttf");
- }
- .uni-icons[data-v-d31e1c47] {
- font-family: uniicons;
- text-decoration: none;
- text-align: center;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uni-status-bar[data-v-7920e3e0] {
- height: 20px;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uni-nav-bar-text[data-v-26544265] {
- font-size: 1.0625rem;
- }
- .uni-nav-bar-right-text[data-v-26544265] {
- font-size: 12px;
- }
- .uni-navbar__content[data-v-26544265] {
- position: relative;
- background-color: transparent;
- }
- .uni-navbar-btn-text[data-v-26544265] {
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
- line-height: 12px;
- }
- .uni-navbar__header[data-v-26544265] {
- display: flex;
- padding: 0 10px;
- flex-direction: row;
- height: 44px;
- font-size: 12px;
- }
- .uni-navbar__header-btns[data-v-26544265] {
- overflow: hidden;
- display: flex;
- flex-wrap: nowrap;
- flex-direction: row;
- width: 3.75rem;
- justify-content: center;
- align-items: center;
- }
- .uni-navbar__header-btns-left[data-v-26544265] {
- display: flex;
- width: 3.75rem;
- justify-content: flex-start;
- align-items: center;
- }
- .uni-navbar__header-btns-right[data-v-26544265] {
- display: flex;
- flex-direction: row;
- justify-content: flex-end;
- align-items: center;
- }
- .uni-navbar__header-container[data-v-26544265] {
- display: flex;
- flex: 1;
- padding: 0 10px;
- overflow: hidden;
- }
- .uni-navbar__header-container-inner[data-v-26544265] {
- display: flex;
- flex: 1;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- font-size: 12px;
- overflow: hidden;
- }
- .uni-navbar__placeholder-view[data-v-26544265] {
- height: 44px;
- }
- .uni-navbar--fixed[data-v-26544265] {
- position: fixed;
- z-index: 99;
- left: 0;
- right: 0;
- }
- .uni-navbar--shadow[data-v-26544265] {
- box-shadow: 0 1px 6px #ccc;
- }
- .uni-navbar--border[data-v-26544265] {
- border-bottom-width: 0.03125rem;
- border-bottom-style: solid;
- border-bottom-color: #eee;
- }
- .uni-ellipsis-1[data-v-26544265] {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
-
- .container[data-v-0e645258] {
- width: 30px;
- height: 30px;
- position: relative;
- }
- .container.loading1[data-v-0e645258] {
- transform: rotate(45deg);
- }
- .container .shape[data-v-0e645258] {
- position: absolute;
- width: 10px;
- height: 10px;
- border-radius: 1px;
- }
- .container .shape.shape1[data-v-0e645258] {
- left: 0;
- background-color: #1890FF;
- }
- .container .shape.shape2[data-v-0e645258] {
- right: 0;
- background-color: #91CB74;
- }
- .container .shape.shape3[data-v-0e645258] {
- bottom: 0;
- background-color: #FAC858;
- }
- .container .shape.shape4[data-v-0e645258] {
- bottom: 0;
- right: 0;
- background-color: #EE6666;
- }
- .loading1 .shape1[data-v-0e645258] {
- animation: animation1shape1-0e645258 0.5s ease 0s infinite alternate;
- }
- @keyframes animation1shape1-0e645258 {
- from {
- transform: translate(0, 0);
- }
- to {
- transform: translate(16px, 16px);
- }
- }
- .loading1 .shape2[data-v-0e645258] {
- animation: animation1shape2-0e645258 0.5s ease 0s infinite alternate;
- }
- @keyframes animation1shape2-0e645258 {
- from {
- transform: translate(0, 0);
- }
- to {
- transform: translate(-16px, 16px);
- }
- }
- .loading1 .shape3[data-v-0e645258] {
- animation: animation1shape3-0e645258 0.5s ease 0s infinite alternate;
- }
- @keyframes animation1shape3-0e645258 {
- from {
- transform: translate(0, 0);
- }
- to {
- transform: translate(16px, -16px);
- }
- }
- .loading1 .shape4[data-v-0e645258] {
- animation: animation1shape4-0e645258 0.5s ease 0s infinite alternate;
- }
- @keyframes animation1shape4-0e645258 {
- from {
- transform: translate(0, 0);
- }
- to {
- transform: translate(-16px, -16px);
- }
- }
-
-
-
-
- .container[data-v-3df48dc2] {
- width: 30px;
- height: 30px;
- position: relative;
- }
- .container.loading2[data-v-3df48dc2] {
- transform: rotate(10deg);
- }
- .container.loading2 .shape[data-v-3df48dc2] {
- border-radius: 5px;
- }
- .container.loading2[data-v-3df48dc2]{
- animation: rotation 1s infinite;
- }
- .container .shape[data-v-3df48dc2] {
- position: absolute;
- width: 10px;
- height: 10px;
- border-radius: 1px;
- }
- .container .shape.shape1[data-v-3df48dc2] {
- left: 0;
- background-color: #1890FF;
- }
- .container .shape.shape2[data-v-3df48dc2] {
- right: 0;
- background-color: #91CB74;
- }
- .container .shape.shape3[data-v-3df48dc2] {
- bottom: 0;
- background-color: #FAC858;
- }
- .container .shape.shape4[data-v-3df48dc2] {
- bottom: 0;
- right: 0;
- background-color: #EE6666;
- }
- .loading2 .shape1[data-v-3df48dc2] {
- animation: animation2shape1-3df48dc2 0.5s ease 0s infinite alternate;
- }
- @keyframes animation2shape1-3df48dc2 {
- from {
- transform: translate(0, 0);
- }
- to {
- transform: translate(20px, 20px);
- }
- }
- .loading2 .shape2[data-v-3df48dc2] {
- animation: animation2shape2-3df48dc2 0.5s ease 0s infinite alternate;
- }
- @keyframes animation2shape2-3df48dc2 {
- from {
- transform: translate(0, 0);
- }
- to {
- transform: translate(-20px, 20px);
- }
- }
- .loading2 .shape3[data-v-3df48dc2] {
- animation: animation2shape3-3df48dc2 0.5s ease 0s infinite alternate;
- }
- @keyframes animation2shape3-3df48dc2 {
- from {
- transform: translate(0, 0);
- }
- to {
- transform: translate(20px, -20px);
- }
- }
- .loading2 .shape4[data-v-3df48dc2] {
- animation: animation2shape4-3df48dc2 0.5s ease 0s infinite alternate;
- }
- @keyframes animation2shape4-3df48dc2 {
- from {
- transform: translate(0, 0);
- }
- to {
- transform: translate(-20px, -20px);
- }
- }
-
-
-
- .container[data-v-27a8293c] {
- width: 30px;
- height: 30px;
- position: relative;
- }
- .container.loading3[data-v-27a8293c] {
- animation: rotation 1s infinite;
- }
- .container.loading3 .shape1[data-v-27a8293c] {
- border-top-left-radius: 10px;
- }
- .container.loading3 .shape2[data-v-27a8293c] {
- border-top-right-radius: 10px;
- }
- .container.loading3 .shape3[data-v-27a8293c] {
- border-bottom-left-radius: 10px;
- }
- .container.loading3 .shape4[data-v-27a8293c] {
- border-bottom-right-radius: 10px;
- }
- .container .shape[data-v-27a8293c] {
- position: absolute;
- width: 10px;
- height: 10px;
- border-radius: 1px;
- }
- .container .shape.shape1[data-v-27a8293c] {
- left: 0;
- background-color: #1890FF;
- }
- .container .shape.shape2[data-v-27a8293c] {
- right: 0;
- background-color: #91CB74;
- }
- .container .shape.shape3[data-v-27a8293c] {
- bottom: 0;
- background-color: #FAC858;
- }
- .container .shape.shape4[data-v-27a8293c] {
- bottom: 0;
- right: 0;
- background-color: #EE6666;
- }
- .loading3 .shape1[data-v-27a8293c] {
- animation: animation3shape1-27a8293c 0.5s ease 0s infinite alternate;
- }
- @keyframes animation3shape1-27a8293c {
- from {
- transform: translate(0, 0);
- }
- to {
- transform: translate(5px, 5px);
- }
- }
- .loading3 .shape2[data-v-27a8293c] {
- animation: animation3shape2-27a8293c 0.5s ease 0s infinite alternate;
- }
- @keyframes animation3shape2-27a8293c {
- from {
- transform: translate(0, 0);
- }
- to {
- transform: translate(-5px, 5px);
- }
- }
- .loading3 .shape3[data-v-27a8293c] {
- animation: animation3shape3-27a8293c 0.5s ease 0s infinite alternate;
- }
- @keyframes animation3shape3-27a8293c {
- from {
- transform: translate(0, 0);
- }
- to {
- transform: translate(5px, -5px);
- }
- }
- .loading3 .shape4[data-v-27a8293c] {
- animation: animation3shape4-27a8293c 0.5s ease 0s infinite alternate;
- }
- @keyframes animation3shape4-27a8293c {
- from {
- transform: translate(0, 0);
- }
- to {
- transform: translate(-5px, -5px);
- }
- }
-
-
- .container[data-v-2e7deb83] {
- width: 30px;
- height: 30px;
- position: relative;
- }
- .container.loading5 .shape[data-v-2e7deb83] {
- width: 15px;
- height: 15px;
- }
- .container .shape[data-v-2e7deb83] {
- position: absolute;
- width: 10px;
- height: 10px;
- border-radius: 1px;
- }
- .container .shape.shape1[data-v-2e7deb83] {
- left: 0;
- background-color: #1890FF;
- }
- .container .shape.shape2[data-v-2e7deb83] {
- right: 0;
- background-color: #91CB74;
- }
- .container .shape.shape3[data-v-2e7deb83] {
- bottom: 0;
- background-color: #FAC858;
- }
- .container .shape.shape4[data-v-2e7deb83] {
- bottom: 0;
- right: 0;
- background-color: #EE6666;
- }
- .loading5 .shape1[data-v-2e7deb83] {
- animation: animation5shape1-2e7deb83 2s ease 0s infinite reverse;
- }
- @keyframes animation5shape1-2e7deb83 {
- 0% {
- transform: translate(0, 0);
- }
- 25% {
- transform: translate(0, 15px);
- }
- 50% {
- transform: translate(15px, 15px);
- }
- 75% {
- transform: translate(15px, 0);
- }
- }
- .loading5 .shape2[data-v-2e7deb83] {
- animation: animation5shape2-2e7deb83 2s ease 0s infinite reverse;
- }
- @keyframes animation5shape2-2e7deb83 {
- 0% {
- transform: translate(0, 0);
- }
- 25% {
- transform: translate(-15px, 0);
- }
- 50% {
- transform: translate(-15px, 15px);
- }
- 75% {
- transform: translate(0, 15px);
- }
- }
- .loading5 .shape3[data-v-2e7deb83] {
- animation: animation5shape3-2e7deb83 2s ease 0s infinite reverse;
- }
- @keyframes animation5shape3-2e7deb83 {
- 0% {
- transform: translate(0, 0);
- }
- 25% {
- transform: translate(15px, 0);
- }
- 50% {
- transform: translate(15px, -15px);
- }
- 75% {
- transform: translate(0, -15px);
- }
- }
- .loading5 .shape4[data-v-2e7deb83] {
- animation: animation5shape4-2e7deb83 2s ease 0s infinite reverse;
- }
- @keyframes animation5shape4-2e7deb83 {
- 0% {
- transform: translate(0, 0);
- }
- 25% {
- transform: translate(0, -15px);
- }
- 50% {
- transform: translate(-15px, -15px);
- }
- 75% {
- transform: translate(-15px, 0);
- }
- }
-
-
-
- .container[data-v-ef674bbb] {
- width: 30px;
- height: 30px;
- position: relative;
- }
- .container.loading6[data-v-ef674bbb] {
- animation: rotation 1s infinite;
- }
- .container.loading6 .shape[data-v-ef674bbb] {
- width: 12px;
- height: 12px;
- border-radius: 2px;
- }
- .container .shape[data-v-ef674bbb] {
- position: absolute;
- width: 10px;
- height: 10px;
- border-radius: 1px;
- }
- .container .shape.shape1[data-v-ef674bbb] {
- left: 0;
- background-color: #1890FF;
- }
- .container .shape.shape2[data-v-ef674bbb] {
- right: 0;
- background-color: #91CB74;
- }
- .container .shape.shape3[data-v-ef674bbb] {
- bottom: 0;
- background-color: #FAC858;
- }
- .container .shape.shape4[data-v-ef674bbb] {
- bottom: 0;
- right: 0;
- background-color: #EE6666;
- }
- .loading6 .shape1[data-v-ef674bbb] {
- animation: animation6shape1-ef674bbb 2s linear 0s infinite normal;
- }
- @keyframes animation6shape1-ef674bbb {
- 0% {
- transform: translate(0, 0);
- }
- 25% {
- transform: translate(0, 18px);
- }
- 50% {
- transform: translate(18px, 18px);
- }
- 75% {
- transform: translate(18px, 0);
- }
- }
- .loading6 .shape2[data-v-ef674bbb] {
- animation: animation6shape2-ef674bbb 2s linear 0s infinite normal;
- }
- @keyframes animation6shape2-ef674bbb {
- 0% {
- transform: translate(0, 0);
- }
- 25% {
- transform: translate(-18px, 0);
- }
- 50% {
- transform: translate(-18px, 18px);
- }
- 75% {
- transform: translate(0, 18px);
- }
- }
- .loading6 .shape3[data-v-ef674bbb] {
- animation: animation6shape3-ef674bbb 2s linear 0s infinite normal;
- }
- @keyframes animation6shape3-ef674bbb {
- 0% {
- transform: translate(0, 0);
- }
- 25% {
- transform: translate(18px, 0);
- }
- 50% {
- transform: translate(18px, -18px);
- }
- 75% {
- transform: translate(0, -18px);
- }
- }
- .loading6 .shape4[data-v-ef674bbb] {
- animation: animation6shape4-ef674bbb 2s linear 0s infinite normal;
- }
- @keyframes animation6shape4-ef674bbb {
- 0% {
- transform: translate(0, 0);
- }
- 25% {
- transform: translate(0, -18px);
- }
- 50% {
- transform: translate(-18px, -18px);
- }
- 75% {
- transform: translate(-18px, 0);
- }
- }
-
-
- .chartsview[data-v-a99d579b] {
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- flex: 1;
- justify-content: center;
- align-items: center;
- }
- .charts-font[data-v-a99d579b]{
- font-size: 14px;
- color: #CCCCCC;
- margin-top: 10px;
- }
- .charts-error[data-v-a99d579b]{
- width: 128px;
- height: 128px;
- background: url("data:image/png;base64,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");
- background-position: center;
- }
-
-
- .chartsview[data-v-0ca34aee] {
- width: 100%;
- height: 88%;
- display: flex;
- flex: 1;
- justify-content: center;
- align-items: center;
- }
-
-
- .uni-page[data-v-14542b8b] {
- width: 100%;
- height: 100%;
- }
- [data-v-14542b8b] .uni-nav-bar-text{
- font-weight: 600;
- }
- .container[data-v-14542b8b] {
- background-color: #ffffff;
- box-sizing: border-box;
- display: flex;
- flex-direction: column;
- /* align-items: center; */
- background-image: url('https://esos-iot.bjdexn.cn/myminio/project/475a3a10bcf74300895b3dc82897237e.jpeg');
- background-size: 100% auto;
- background-repeat: no-repeat;
- padding-bottom: 4.375rem;
- }
- .container_navbar[data-v-14542b8b]{
- width: 100%;
- position: fixed;
- top: 0;
- left: 0;
- padding: 0;
- }
- .container_top[data-v-14542b8b]{
- width: 100%;
- height: 1.25rem;
- background-color:rgba(255, 255, 255, 0.5);
- }
- .account_number[data-v-14542b8b] {
- width: 100%;
- padding: 0.625rem;
- display: flex;
- justify-content: center;
- box-sizing: border-box;
- }
- .toptabbar[data-v-14542b8b] {
- width: 100%;
- padding: 0.3125rem 0.625rem;
- box-sizing: border-box;
- }
- .container_box[data-v-14542b8b] {
- height: 16.25rem;
- color: #222;
- padding-top: 3.125rem;
- padding: 0 0.9375rem;
- box-sizing: border-box;
- display: flex;
- flex-direction: column;
- justify-content: center;
- background: linear-gradient(to bottom,
- rgba(255, 255, 255, 0),
- rgba(255, 255, 255, 0.8),
- /* 完全透明 */
- rgba(255, 255, 255, 1)
- /* 80% 不透明 */
- );
- }
- @font-face {
- font-family: 'iconfont'; /* Project id 4935042 */
- src: url('//at.alicdn.com/t/c/font_4935042_1qob4kor3dt.woff2?t=1749628842617') format('woff2'),
- url('//at.alicdn.com/t/c/font_4935042_1qob4kor3dt.woff?t=1749628842617') format('woff'),
- url('//at.alicdn.com/t/c/font_4935042_1qob4kor3dt.ttf?t=1749628842617') format('truetype');
- /* src: url('@/font/iconfont.woff2?t=1748497918806') format('woff2'),
- url('@/font/iconfont.woff?t=1748497918806') format('woff'),
- url('@/font/iconfont.ttf?t=1748497918806') format('truetype'); */
- }
- .test[data-v-14542b8b] {
- font-family: iconfont;
- margin-left: 0.5rem;
- }
- .testbox[data-v-14542b8b] {
- font-family: iconfont;
- margin-right: 0.3125rem;
- }
- .container_Subtitle[data-v-14542b8b]{
- margin-top: 1.25rem;
- display: flex;
- }
- .voltageleft[data-v-14542b8b]{
- display: flex;
- flex-direction: column;
- }
- .voltageright[data-v-14542b8b]{
- margin-left: 2.5rem;
- }
- .voltagetop[data-v-14542b8b]{
- color: #A2A0AB;
- font-weight: 500;
- font-size: 1rem;
- }
- .voltagebuttn[data-v-14542b8b]{
- margin-top: 0.625rem;
- font-size: 1.1875rem;
- }
- .invest[data-v-14542b8b]{
- padding: 0 0.625rem;
- box-sizing: border-box;
- }
- .invest_box[data-v-14542b8b]{
- width: 100%;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- padding: 0.625rem;
- border-radius: 0.3125rem;
- border:0.03125rem solid #f5f5f5;
- background-color: #fff;
- box-shadow: 0px 0px 1px 0.03125rem rgba(0, 0, 0, 0.1);
- box-sizing: border-box;
- }
- .investall[data-v-14542b8b]{
- width: 100%;
- height: 9.375rem;
- display: flex;
- justify-content: space-between;
- border-bottom: 0.03125rem dashed #ccc;
- padding-bottom: 0.625rem;
- }
- .investalls[data-v-14542b8b]{
- width: 100%;
- height: 9.375rem;
- display: flex;
- justify-content: space-between;
- padding-bottom: 0.625rem;
- }
- .invest_left[data-v-14542b8b]{
- margin-top: 0.625rem;
- font-size: 0.875rem;
- }
- .invest_top[data-v-14542b8b]{
- display: flex;
- flex-direction: column;
- }
- .invest_botton[data-v-14542b8b]{
- display: flex;
- margin-top: 1.25rem;
- }
- .income_top[data-v-14542b8b]{
- margin-left: 0.625rem;
- }
- .income_tops[data-v-14542b8b]{
- margin-left: 3.125rem;
- }
- .invest_right[data-v-14542b8b]{
- width: 6.25rem;
- display: flex;
- flex-direction: column;
- align-items: center;
- font-size: 0.75rem;
- background-image: url("../../static/battery.png");
- background-size: 100% auto;
- background-repeat: no-repeat;
- }
- .invest_righttop[data-v-14542b8b]{
- margin-top: 2.5rem;
- color: #90959B;
- }
- .invest_rightcenter[data-v-14542b8b]{
- margin-top: 0.3125rem;
- }
- .invest_rightbotton[data-v-14542b8b]{
- margin-top: 0.3125rem;
- }
- .investbotton[data-v-14542b8b]{
- margin-top: 0.3125rem;
- }
- .collective[data-v-14542b8b]{
- font-size: 0.9375rem;
- margin-top: 1.875rem;
- margin-bottom: 0.3125rem;
- }
- .contrast[data-v-14542b8b]{
- width: 100%;
- background-color: #f5f5f5;
- border-radius: 0.3125rem;
- padding: 0.625rem;
- box-sizing: border-box;
- margin-top: 0.3125rem;
- }
- .contrast_title[data-v-14542b8b]{
- display: flex;
- justify-content: space-between;
- font-size: 0.8125rem;
- }
- .contrast_middle[data-v-14542b8b]{
- display: flex;
- justify-content: space-between;
- font-size: 0.8125rem;
- margin-top: 0.625rem;
- }
- .contrast_bottom[data-v-14542b8b]{
- display: flex;
- justify-content: space-between;
- font-size: 0.8125rem;
- margin-top: 0.625rem;
- }
- .contrast_titletop[data-v-14542b8b]{
- flex: 1;
- }
- .contrast_titletops[data-v-14542b8b]{
- flex: 1;
- text-align: right;
- }
- .economy[data-v-14542b8b]{
- margin-top: 1.875rem;
- }
- .economy_top[data-v-14542b8b]{
- display: flex;
- font-size: 0.875rem;
- /* justify-content: space-between; */
- padding: 0 0.625rem;
- }
- .economy_topright[data-v-14542b8b]{
- font-size: 0.6875rem;
- margin-top: 0.125rem;
- margin-left: 0.3125rem;
- color: #ccc;
- }
- .incomelist[data-v-14542b8b]{
- display: flex;
- flex-direction: column;
- margin-top: 0.625rem;
- font-size: 0.8125rem;
- }
- .incomelist_title[data-v-14542b8b]{
- display: flex;
- height: 2.5rem;
- font-size: 0.8125rem;
- justify-content: space-between;
- background-color: #f5f5f5;
- }
- .incomelist_titles[data-v-14542b8b]{
- display: flex;
- height: 2.5rem;
- font-size: 0.8125rem;
- justify-content: space-between;
- /* background-color: #f5f5f5; */
- }
- .incomelist_ul[data-v-14542b8b]{
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .Electricityprice[data-v-14542b8b]{
- display: flex;
- flex-direction: column;
- padding: 0.625rem;
- margin-top: 1.25rem;
- }
- .Electricityprice_title[data-v-14542b8b]{
- font-size: 0.875rem;
- margin-bottom: 0.3125rem;
- }
- .Electricityprice_peak[data-v-14542b8b]{
- display: flex;
- justify-content: space-between;
- background-color: #f5f5f5;
- padding: 0.625rem;
- border-radius: 0.3125rem;
- font-size: 0.75rem;
- margin-top: 0.625rem;
- }
- .Electricityprice_peakright[data-v-14542b8b]{
- font-size: 1rem;
- display: flex;
- font-weight: 600;
- }
- .Electricityprice_peakrightkwh[data-v-14542b8b]{
- font-size: 0.6875rem;
- margin-top: 0.25rem;
- margin-left: 0.3125rem;
- font-weight: 400;
- }
- .Electricityprice_text[data-v-14542b8b]{
- font-size: 0.6875rem;
- margin-top: 0.625rem;
- line-height: 1.09375rem;
- color: #ccc;
- }
|