1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012 |
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uniui-color[data-v-946bce22]:before {
- content: "\e6cf";
- }
- .uniui-wallet[data-v-946bce22]:before {
- content: "\e6b1";
- }
- .uniui-settings-filled[data-v-946bce22]:before {
- content: "\e6ce";
- }
- .uniui-auth-filled[data-v-946bce22]:before {
- content: "\e6cc";
- }
- .uniui-shop-filled[data-v-946bce22]:before {
- content: "\e6cd";
- }
- .uniui-staff-filled[data-v-946bce22]:before {
- content: "\e6cb";
- }
- .uniui-vip-filled[data-v-946bce22]:before {
- content: "\e6c6";
- }
- .uniui-plus-filled[data-v-946bce22]:before {
- content: "\e6c7";
- }
- .uniui-folder-add-filled[data-v-946bce22]:before {
- content: "\e6c8";
- }
- .uniui-color-filled[data-v-946bce22]:before {
- content: "\e6c9";
- }
- .uniui-tune-filled[data-v-946bce22]:before {
- content: "\e6ca";
- }
- .uniui-calendar-filled[data-v-946bce22]:before {
- content: "\e6c0";
- }
- .uniui-notification-filled[data-v-946bce22]:before {
- content: "\e6c1";
- }
- .uniui-wallet-filled[data-v-946bce22]:before {
- content: "\e6c2";
- }
- .uniui-medal-filled[data-v-946bce22]:before {
- content: "\e6c3";
- }
- .uniui-gift-filled[data-v-946bce22]:before {
- content: "\e6c4";
- }
- .uniui-fire-filled[data-v-946bce22]:before {
- content: "\e6c5";
- }
- .uniui-refreshempty[data-v-946bce22]:before {
- content: "\e6bf";
- }
- .uniui-location-filled[data-v-946bce22]:before {
- content: "\e6af";
- }
- .uniui-person-filled[data-v-946bce22]:before {
- content: "\e69d";
- }
- .uniui-personadd-filled[data-v-946bce22]:before {
- content: "\e698";
- }
- .uniui-back[data-v-946bce22]:before {
- content: "\e6b9";
- }
- .uniui-forward[data-v-946bce22]:before {
- content: "\e6ba";
- }
- .uniui-arrow-right[data-v-946bce22]:before {
- content: "\e6bb";
- }
- .uniui-arrowthinright[data-v-946bce22]:before {
- content: "\e6bb";
- }
- .uniui-arrow-left[data-v-946bce22]:before {
- content: "\e6bc";
- }
- .uniui-arrowthinleft[data-v-946bce22]:before {
- content: "\e6bc";
- }
- .uniui-arrow-up[data-v-946bce22]:before {
- content: "\e6bd";
- }
- .uniui-arrowthinup[data-v-946bce22]:before {
- content: "\e6bd";
- }
- .uniui-arrow-down[data-v-946bce22]:before {
- content: "\e6be";
- }
- .uniui-arrowthindown[data-v-946bce22]:before {
- content: "\e6be";
- }
- .uniui-bottom[data-v-946bce22]:before {
- content: "\e6b8";
- }
- .uniui-arrowdown[data-v-946bce22]:before {
- content: "\e6b8";
- }
- .uniui-right[data-v-946bce22]:before {
- content: "\e6b5";
- }
- .uniui-arrowright[data-v-946bce22]:before {
- content: "\e6b5";
- }
- .uniui-top[data-v-946bce22]:before {
- content: "\e6b6";
- }
- .uniui-arrowup[data-v-946bce22]:before {
- content: "\e6b6";
- }
- .uniui-left[data-v-946bce22]:before {
- content: "\e6b7";
- }
- .uniui-arrowleft[data-v-946bce22]:before {
- content: "\e6b7";
- }
- .uniui-eye[data-v-946bce22]:before {
- content: "\e651";
- }
- .uniui-eye-filled[data-v-946bce22]:before {
- content: "\e66a";
- }
- .uniui-eye-slash[data-v-946bce22]:before {
- content: "\e6b3";
- }
- .uniui-eye-slash-filled[data-v-946bce22]:before {
- content: "\e6b4";
- }
- .uniui-info-filled[data-v-946bce22]:before {
- content: "\e649";
- }
- .uniui-reload[data-v-946bce22]:before {
- content: "\e6b2";
- }
- .uniui-micoff-filled[data-v-946bce22]:before {
- content: "\e6b0";
- }
- .uniui-map-pin-ellipse[data-v-946bce22]:before {
- content: "\e6ac";
- }
- .uniui-map-pin[data-v-946bce22]:before {
- content: "\e6ad";
- }
- .uniui-location[data-v-946bce22]:before {
- content: "\e6ae";
- }
- .uniui-starhalf[data-v-946bce22]:before {
- content: "\e683";
- }
- .uniui-star[data-v-946bce22]:before {
- content: "\e688";
- }
- .uniui-star-filled[data-v-946bce22]:before {
- content: "\e68f";
- }
- .uniui-calendar[data-v-946bce22]:before {
- content: "\e6a0";
- }
- .uniui-fire[data-v-946bce22]:before {
- content: "\e6a1";
- }
- .uniui-medal[data-v-946bce22]:before {
- content: "\e6a2";
- }
- .uniui-font[data-v-946bce22]:before {
- content: "\e6a3";
- }
- .uniui-gift[data-v-946bce22]:before {
- content: "\e6a4";
- }
- .uniui-link[data-v-946bce22]:before {
- content: "\e6a5";
- }
- .uniui-notification[data-v-946bce22]:before {
- content: "\e6a6";
- }
- .uniui-staff[data-v-946bce22]:before {
- content: "\e6a7";
- }
- .uniui-vip[data-v-946bce22]:before {
- content: "\e6a8";
- }
- .uniui-folder-add[data-v-946bce22]:before {
- content: "\e6a9";
- }
- .uniui-tune[data-v-946bce22]:before {
- content: "\e6aa";
- }
- .uniui-auth[data-v-946bce22]:before {
- content: "\e6ab";
- }
- .uniui-person[data-v-946bce22]:before {
- content: "\e699";
- }
- .uniui-email-filled[data-v-946bce22]:before {
- content: "\e69a";
- }
- .uniui-phone-filled[data-v-946bce22]:before {
- content: "\e69b";
- }
- .uniui-phone[data-v-946bce22]:before {
- content: "\e69c";
- }
- .uniui-email[data-v-946bce22]:before {
- content: "\e69e";
- }
- .uniui-personadd[data-v-946bce22]:before {
- content: "\e69f";
- }
- .uniui-chatboxes-filled[data-v-946bce22]:before {
- content: "\e692";
- }
- .uniui-contact[data-v-946bce22]:before {
- content: "\e693";
- }
- .uniui-chatbubble-filled[data-v-946bce22]:before {
- content: "\e694";
- }
- .uniui-contact-filled[data-v-946bce22]:before {
- content: "\e695";
- }
- .uniui-chatboxes[data-v-946bce22]:before {
- content: "\e696";
- }
- .uniui-chatbubble[data-v-946bce22]:before {
- content: "\e697";
- }
- .uniui-upload-filled[data-v-946bce22]:before {
- content: "\e68e";
- }
- .uniui-upload[data-v-946bce22]:before {
- content: "\e690";
- }
- .uniui-weixin[data-v-946bce22]:before {
- content: "\e691";
- }
- .uniui-compose[data-v-946bce22]:before {
- content: "\e67f";
- }
- .uniui-qq[data-v-946bce22]:before {
- content: "\e680";
- }
- .uniui-download-filled[data-v-946bce22]:before {
- content: "\e681";
- }
- .uniui-pyq[data-v-946bce22]:before {
- content: "\e682";
- }
- .uniui-sound[data-v-946bce22]:before {
- content: "\e684";
- }
- .uniui-trash-filled[data-v-946bce22]:before {
- content: "\e685";
- }
- .uniui-sound-filled[data-v-946bce22]:before {
- content: "\e686";
- }
- .uniui-trash[data-v-946bce22]:before {
- content: "\e687";
- }
- .uniui-videocam-filled[data-v-946bce22]:before {
- content: "\e689";
- }
- .uniui-spinner-cycle[data-v-946bce22]:before {
- content: "\e68a";
- }
- .uniui-weibo[data-v-946bce22]:before {
- content: "\e68b";
- }
- .uniui-videocam[data-v-946bce22]:before {
- content: "\e68c";
- }
- .uniui-download[data-v-946bce22]:before {
- content: "\e68d";
- }
- .uniui-help[data-v-946bce22]:before {
- content: "\e679";
- }
- .uniui-navigate-filled[data-v-946bce22]:before {
- content: "\e67a";
- }
- .uniui-plusempty[data-v-946bce22]:before {
- content: "\e67b";
- }
- .uniui-smallcircle[data-v-946bce22]:before {
- content: "\e67c";
- }
- .uniui-minus-filled[data-v-946bce22]:before {
- content: "\e67d";
- }
- .uniui-micoff[data-v-946bce22]:before {
- content: "\e67e";
- }
- .uniui-closeempty[data-v-946bce22]:before {
- content: "\e66c";
- }
- .uniui-clear[data-v-946bce22]:before {
- content: "\e66d";
- }
- .uniui-navigate[data-v-946bce22]:before {
- content: "\e66e";
- }
- .uniui-minus[data-v-946bce22]:before {
- content: "\e66f";
- }
- .uniui-image[data-v-946bce22]:before {
- content: "\e670";
- }
- .uniui-mic[data-v-946bce22]:before {
- content: "\e671";
- }
- .uniui-paperplane[data-v-946bce22]:before {
- content: "\e672";
- }
- .uniui-close[data-v-946bce22]:before {
- content: "\e673";
- }
- .uniui-help-filled[data-v-946bce22]:before {
- content: "\e674";
- }
- .uniui-paperplane-filled[data-v-946bce22]:before {
- content: "\e675";
- }
- .uniui-plus[data-v-946bce22]:before {
- content: "\e676";
- }
- .uniui-mic-filled[data-v-946bce22]:before {
- content: "\e677";
- }
- .uniui-image-filled[data-v-946bce22]:before {
- content: "\e678";
- }
- .uniui-locked-filled[data-v-946bce22]:before {
- content: "\e668";
- }
- .uniui-info[data-v-946bce22]:before {
- content: "\e669";
- }
- .uniui-locked[data-v-946bce22]:before {
- content: "\e66b";
- }
- .uniui-camera-filled[data-v-946bce22]:before {
- content: "\e658";
- }
- .uniui-chat-filled[data-v-946bce22]:before {
- content: "\e659";
- }
- .uniui-camera[data-v-946bce22]:before {
- content: "\e65a";
- }
- .uniui-circle[data-v-946bce22]:before {
- content: "\e65b";
- }
- .uniui-checkmarkempty[data-v-946bce22]:before {
- content: "\e65c";
- }
- .uniui-chat[data-v-946bce22]:before {
- content: "\e65d";
- }
- .uniui-circle-filled[data-v-946bce22]:before {
- content: "\e65e";
- }
- .uniui-flag[data-v-946bce22]:before {
- content: "\e65f";
- }
- .uniui-flag-filled[data-v-946bce22]:before {
- content: "\e660";
- }
- .uniui-gear-filled[data-v-946bce22]:before {
- content: "\e661";
- }
- .uniui-home[data-v-946bce22]:before {
- content: "\e662";
- }
- .uniui-home-filled[data-v-946bce22]:before {
- content: "\e663";
- }
- .uniui-gear[data-v-946bce22]:before {
- content: "\e664";
- }
- .uniui-smallcircle-filled[data-v-946bce22]:before {
- content: "\e665";
- }
- .uniui-map-filled[data-v-946bce22]:before {
- content: "\e666";
- }
- .uniui-map[data-v-946bce22]:before {
- content: "\e667";
- }
- .uniui-refresh-filled[data-v-946bce22]:before {
- content: "\e656";
- }
- .uniui-refresh[data-v-946bce22]:before {
- content: "\e657";
- }
- .uniui-cloud-upload[data-v-946bce22]:before {
- content: "\e645";
- }
- .uniui-cloud-download-filled[data-v-946bce22]:before {
- content: "\e646";
- }
- .uniui-cloud-download[data-v-946bce22]:before {
- content: "\e647";
- }
- .uniui-cloud-upload-filled[data-v-946bce22]:before {
- content: "\e648";
- }
- .uniui-redo[data-v-946bce22]:before {
- content: "\e64a";
- }
- .uniui-images-filled[data-v-946bce22]:before {
- content: "\e64b";
- }
- .uniui-undo-filled[data-v-946bce22]:before {
- content: "\e64c";
- }
- .uniui-more[data-v-946bce22]:before {
- content: "\e64d";
- }
- .uniui-more-filled[data-v-946bce22]:before {
- content: "\e64e";
- }
- .uniui-undo[data-v-946bce22]:before {
- content: "\e64f";
- }
- .uniui-images[data-v-946bce22]:before {
- content: "\e650";
- }
- .uniui-paperclip[data-v-946bce22]:before {
- content: "\e652";
- }
- .uniui-settings[data-v-946bce22]:before {
- content: "\e653";
- }
- .uniui-search[data-v-946bce22]:before {
- content: "\e654";
- }
- .uniui-redo-filled[data-v-946bce22]:before {
- content: "\e655";
- }
- .uniui-list[data-v-946bce22]:before {
- content: "\e644";
- }
- .uniui-mail-open-filled[data-v-946bce22]:before {
- content: "\e63a";
- }
- .uniui-hand-down-filled[data-v-946bce22]:before {
- content: "\e63c";
- }
- .uniui-hand-down[data-v-946bce22]:before {
- content: "\e63d";
- }
- .uniui-hand-up-filled[data-v-946bce22]:before {
- content: "\e63e";
- }
- .uniui-hand-up[data-v-946bce22]:before {
- content: "\e63f";
- }
- .uniui-heart-filled[data-v-946bce22]:before {
- content: "\e641";
- }
- .uniui-mail-open[data-v-946bce22]:before {
- content: "\e643";
- }
- .uniui-heart[data-v-946bce22]:before {
- content: "\e639";
- }
- .uniui-loop[data-v-946bce22]:before {
- content: "\e633";
- }
- .uniui-pulldown[data-v-946bce22]:before {
- content: "\e632";
- }
- .uniui-scan[data-v-946bce22]:before {
- content: "\e62a";
- }
- .uniui-bars[data-v-946bce22]:before {
- content: "\e627";
- }
- .uniui-cart-filled[data-v-946bce22]:before {
- content: "\e629";
- }
- .uniui-checkbox[data-v-946bce22]:before {
- content: "\e62b";
- }
- .uniui-checkbox-filled[data-v-946bce22]:before {
- content: "\e62c";
- }
- .uniui-shop[data-v-946bce22]:before {
- content: "\e62f";
- }
- .uniui-headphones[data-v-946bce22]:before {
- content: "\e630";
- }
- .uniui-cart[data-v-946bce22]:before {
- content: "\e631";
- }
- @font-face {
- font-family: uniicons;
- src: url("../../assets/uniicons.89ed7d6d.ttf") format("truetype");
- }
- .uni-icons[data-v-946bce22] {
- 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-easyinput[data-v-f7a14e66] {
- width: 100%;
- flex: 1;
- position: relative;
- text-align: left;
- color: #333;
- font-size: 14px;
- }
- .uni-easyinput__content[data-v-f7a14e66] {
- flex: 1;
- width: 100%;
- display: flex;
- box-sizing: border-box;
- flex-direction: row;
- align-items: center;
- border-color: #fff;
- transition-property: border-color;
- transition-duration: 0.3s;
- }
- .uni-easyinput__content-input[data-v-f7a14e66] {
- width: auto;
- position: relative;
- overflow: hidden;
- flex: 1;
- line-height: 1;
- font-size: 14px;
- height: 35px;
- }
- .uni-easyinput__placeholder-class[data-v-f7a14e66] {
- color: #999;
- font-size: 12px;
- }
- .is-textarea[data-v-f7a14e66] {
- align-items: flex-start;
- }
- .is-textarea-icon[data-v-f7a14e66] {
- margin-top: 5px;
- }
- .uni-easyinput__content-textarea[data-v-f7a14e66] {
- position: relative;
- overflow: hidden;
- flex: 1;
- line-height: 1.5;
- font-size: 14px;
- margin: 6px;
- margin-left: 0;
- height: 80px;
- min-height: 80px;
- min-height: 80px;
- width: auto;
- }
- .input-padding[data-v-f7a14e66] {
- padding-left: 10px;
- }
- .content-clear-icon[data-v-f7a14e66] {
- padding: 0 5px;
- }
- .label-icon[data-v-f7a14e66] {
- margin-right: 5px;
- margin-top: -1px;
- }
- .is-input-border[data-v-f7a14e66] {
- display: flex;
- box-sizing: border-box;
- flex-direction: row;
- align-items: center;
- border: 1px solid #dcdfe6;
- border-radius: 4px;
- }
- .uni-error-message[data-v-f7a14e66] {
- position: absolute;
- bottom: -17px;
- left: 0;
- line-height: 12px;
- color: #e43d33;
- font-size: 12px;
- text-align: left;
- }
- .uni-error-msg--boeder[data-v-f7a14e66] {
- position: relative;
- bottom: 0;
- line-height: 22px;
- }
- .is-input-error-border[data-v-f7a14e66] {
- border-color: #e43d33;
- }
- .is-input-error-border .uni-easyinput__placeholder-class[data-v-f7a14e66] {
- color: #f29e99;
- }
- .uni-easyinput--border[data-v-f7a14e66] {
- margin-bottom: 0;
- padding: 10px 15px;
- border-top: 1px #eee solid;
- }
- .uni-easyinput-error[data-v-f7a14e66] {
- padding-bottom: 0;
- }
- .is-first-border[data-v-f7a14e66] {
- border: none;
- }
- .is-disabled[data-v-f7a14e66] {
- background-color: #f7f6f6;
- color: #d5d5d5;
- }
- .is-disabled .uni-easyinput__placeholder-class[data-v-f7a14e66] {
- color: #d5d5d5;
- font-size: 12px;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uni-popup-message[data-v-515d10d7] {
- display: flex;
- flex-direction: row;
- justify-content: center;
- }
- .uni-popup-message__box[data-v-515d10d7] {
- background-color: #e1f3d8;
- padding: 10px 15px;
- border-color: #eee;
- border-style: solid;
- border-width: 1px;
- flex: 1;
- }
- @media screen and (min-width: 500px) {
- .fixforpc-width[data-v-515d10d7] {
- margin-top: 20px;
- border-radius: 4px;
- flex: none;
- min-width: 380px;
- max-width: 50%;
- }
- }
- .uni-popup-message-text[data-v-515d10d7] {
- font-size: 14px;
- padding: 0;
- }
- .uni-popup__success[data-v-515d10d7] {
- background-color: #e1f3d8;
- }
- .uni-popup__success-text[data-v-515d10d7] {
- color: #67C23A;
- }
- .uni-popup__warn[data-v-515d10d7] {
- background-color: #faecd8;
- }
- .uni-popup__warn-text[data-v-515d10d7] {
- color: #E6A23C;
- }
- .uni-popup__error[data-v-515d10d7] {
- background-color: #fde2e2;
- }
- .uni-popup__error-text[data-v-515d10d7] {
- color: #F56C6C;
- }
- .uni-popup__info[data-v-515d10d7] {
- background-color: #F2F6FC;
- }
- .uni-popup__info-text[data-v-515d10d7] {
- color: #909399;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uni-popup[data-v-7db519c7] {
- position: fixed;
- z-index: 99;
- }
- .uni-popup.top[data-v-7db519c7], .uni-popup.left[data-v-7db519c7], .uni-popup.right[data-v-7db519c7] {
- top: 0;
- }
- .uni-popup .uni-popup__wrapper[data-v-7db519c7] {
- display: block;
- position: relative;
- /* iphonex 等安全区设置,底部安全区适配 */
- }
- .uni-popup .uni-popup__wrapper.left[data-v-7db519c7], .uni-popup .uni-popup__wrapper.right[data-v-7db519c7] {
- padding-top: 0;
- flex: 1;
- }
- .fixforpc-z-index[data-v-7db519c7] {
- z-index: 999;
- }
- .fixforpc-top[data-v-7db519c7] {
- top: 0;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- body[data-v-cb3c2bb0] {
- height: 100%;
- background-color: #f4f4f4;
- }
- .viewport[data-v-cb3c2bb0] {
- display: flex;
- flex-direction: column;
- height: 100%;
- padding: 2.5rem 0 0;
- position: relative;
- }
- .inputfilter[data-v-cb3c2bb0] {
- display: flex;
- flex-direction: row;
- align-items: center;
- width: 23.4375rem;
- height: 2.5rem;
- overflow: hidden;
- position: absolute;
- left: 0;
- top: 0;
- padding: 0 0.625rem;
- background-color: white;
- }
- .inputfilter[data-v-cb3c2bb0] .uni-easyinput__content-input {
- background-color: #f3f3f3;
- height: 1.875rem;
- border-radius: 0.3125rem;
- }
- .inputfilter .filter[data-v-cb3c2bb0] {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- margin-left: 0.625rem;
- height: 2.5rem;
- font-size: 0.9375rem;
- color: #333333;
- line-height: 30%;
- }
- .inputfilter .filter uni-text[data-v-cb3c2bb0]::after {
- content: "\e8b7";
- font-family: "iconfont" !important;
- margin-left: 0.3125rem;
- font-size: 1.0625rem;
- color: #999999;
- }
- .scroll-view[data-v-cb3c2bb0] {
- flex: 1;
- }
- .center-cut-menu[data-v-cb3c2bb0] {
- width: 100%;
- height: 3.125rem;
- line-height: 2.8125rem;
- box-sizing: border-box;
- background-color: #fff;
- color: #333;
- box-shadow: 0 0.125rem 0.15625rem rgba(200, 200, 200, 0.3);
- }
- .center-cut-menu .scroll-view[data-v-cb3c2bb0] {
- height: 3.125rem;
- white-space: nowrap;
- }
- .center-cut-menu .scroll-view .scroll-item[data-v-cb3c2bb0] {
- height: 3.125rem;
- padding: 0 0.625rem;
- display: inline-block;
- text-align: center;
- }
- .center-cut-menu .scroll-view .scroll-item .item-text[data-v-cb3c2bb0] {
- font-size: 0.875rem;
- line-height: 3.125rem;
- }
- .center-cut-menu .scroll-view .scroll-item .item-text.active[data-v-cb3c2bb0] {
- color: #1468ff;
- }
- .orders[data-v-cb3c2bb0] {
- display: flex;
- flex-direction: column;
- padding: 0 0.625rem 0.625rem;
- }
- .orders .navigator[data-v-cb3c2bb0] {
- padding: 0.625rem;
- margin-top: 0.625rem;
- border-radius: 0.625rem;
- background-color: #fff;
- box-shadow: 0 0 0.3125rem rgba(200, 200, 200, 0.8);
- }
- .orders .order_no_state[data-v-cb3c2bb0] {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- }
- .orders .order_no_state .order_no[data-v-cb3c2bb0] {
- font-size: 0.9375rem;
- color: #333333;
- }
- .orders .order_no_state .order_no .title[data-v-cb3c2bb0] {
- font-weight: 600;
- margin-right: 0.3125rem;
- }
- .orders .order_no_state .order_no .content[data-v-cb3c2bb0] {
- font-size: 0.8125rem;
- }
- .orders .order_no_state .order_state[data-v-cb3c2bb0] {
- font-size: 0.75rem;
- }
- .orders .order_no_state .order_state .state-2[data-v-cb3c2bb0] {
- color: #2979ff;
- }
- .orders .order_no_state .order_state .state-3[data-v-cb3c2bb0] {
- color: #1c67da;
- }
- .orders .order_no_state .order_state .state-4[data-v-cb3c2bb0] {
- color: #f3a73f;
- }
- .orders .order_no_state .order_state .state-5[data-v-cb3c2bb0] {
- color: #18bc37;
- }
- .orders .order_no_state .order_state .state-6[data-v-cb3c2bb0] {
- color: #f3a73f;
- }
- .orders .order_no_state .order_state .state-7[data-v-cb3c2bb0] {
- color: #01b075;
- }
- .orders .pick_up_date[data-v-cb3c2bb0] {
- font-size: 0.75rem;
- }
- .orders .segmentation-line[data-v-cb3c2bb0] {
- width: 98%;
- height: 1px;
- background-color: #eaeaea;
- margin: 10px 0;
- }
- .orders .address[data-v-cb3c2bb0] {
- display: flex;
- flex-direction: column;
- }
- .orders .address .user-info[data-v-cb3c2bb0] {
- display: flex;
- flex-direction: row;
- align-items: baseline;
- margin-bottom: 0.3125rem;
- }
- .orders .address .user-info .user[data-v-cb3c2bb0]::before {
- content: "\e605";
- font-family: "iconfont" !important;
- font-size: 1.0625rem;
- margin-right: 0.3125rem;
- color: #e0620d;
- }
- .orders .address .user-info .user[data-v-cb3c2bb0] {
- display: block;
- font-weight: bold;
- font-size: 1rem;
- margin-right: 0.3125rem;
- }
- .orders .address .user-info .mobile[data-v-cb3c2bb0] {
- display: block;
- font-size: 0.8125rem;
- }
- .orders .address .address-info[data-v-cb3c2bb0] {
- margin-bottom: 0.3125rem;
- font-size: 0.8125rem;
- }
- .orders .address .address-info[data-v-cb3c2bb0]::before {
- content: "\e7b7";
- font-family: "iconfont" !important;
- font-size: 1.0625rem;
- margin-right: 0.3125rem;
- color: #007aff;
- }
- .orders .goods[data-v-cb3c2bb0] {
- display: flex;
- flex-direction: row;
- align-items: center;
- font-size: 0.8125rem;
- color: #333333;
- }
- .orders .goods .item[data-v-cb3c2bb0] {
- display: block;
- margin-bottom: 0.3125rem;
- }
- .orders .goods .item .qty[data-v-cb3c2bb0] {
- color: #999999;
- }
- .orders .goods .item[data-v-cb3c2bb0]::before {
- content: "\e7ba";
- font-family: "iconfont" !important;
- font-size: 1.0625rem;
- margin-right: 0.3125rem;
- color: #999999;
- }
- .loading-text[data-v-cb3c2bb0] {
- text-align: center;
- font-size: 0.875rem;
- color: #666;
- padding: 0.625rem 0 1.5625rem;
- }
|