1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309 |
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uni-forms-item[data-v-3515f8e1] {
- position: relative;
- display: flex;
- margin-bottom: 22px;
- flex-direction: row;
- }
- .uni-forms-item__label[data-v-3515f8e1] {
- display: flex;
- flex-direction: row;
- align-items: center;
- text-align: left;
- font-size: 14px;
- color: #606266;
- height: 36px;
- padding: 0 12px 0 0;
- vertical-align: middle;
- flex-shrink: 0;
- box-sizing: border-box;
- }
- .uni-forms-item__label.no-label[data-v-3515f8e1] {
- padding: 0;
- }
- .uni-forms-item__content[data-v-3515f8e1] {
- position: relative;
- font-size: 14px;
- flex: 1;
- box-sizing: border-box;
- flex-direction: row;
- }
- .uni-forms-item .uni-forms-item__nuve-content[data-v-3515f8e1] {
- display: flex;
- flex-direction: column;
- flex: 1;
- }
- .uni-forms-item__error[data-v-3515f8e1] {
- color: #f56c6c;
- font-size: 12px;
- line-height: 1;
- padding-top: 4px;
- position: absolute;
- top: 100%;
- left: 0;
- transition: transform 0.3s;
- transform: translateY(-100%);
- opacity: 0;
- }
- .uni-forms-item__error .error-text[data-v-3515f8e1] {
- color: #f56c6c;
- font-size: 12px;
- }
- .uni-forms-item__error.msg--active[data-v-3515f8e1] {
- opacity: 1;
- transform: translateY(0%);
- }
- .uni-forms-item.is-direction-left[data-v-3515f8e1] {
- flex-direction: row;
- }
- .uni-forms-item.is-direction-top[data-v-3515f8e1] {
- flex-direction: column;
- }
- .uni-forms-item.is-direction-top .uni-forms-item__label[data-v-3515f8e1] {
- padding: 0 0 8px;
- line-height: 1.5715;
- text-align: left;
- white-space: initial;
- }
- .uni-forms-item .is-required[data-v-3515f8e1] {
- color: #dd524d;
- font-weight: bold;
- }
- .uni-forms-item--border[data-v-3515f8e1] {
- margin-bottom: 0;
- padding: 10px 0;
- border-top: 1px #eee solid;
- }
- .uni-forms-item--border .uni-forms-item__content[data-v-3515f8e1] {
- flex-direction: column;
- justify-content: flex-start;
- align-items: flex-start;
- }
- .uni-forms-item--border .uni-forms-item__content .uni-forms-item__error[data-v-3515f8e1] {
- position: relative;
- top: 5px;
- left: 0;
- padding-top: 0;
- }
- .is-first-border[data-v-3515f8e1] {
- border: none;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uni-load-more[data-v-2c1dd21f] {
- display: flex;
- flex-direction: row;
- height: 40px;
- align-items: center;
- justify-content: center;
- }
- .uni-load-more__text[data-v-2c1dd21f] {
- font-size: 14px;
- margin-left: 8px;
- }
- .uni-load-more__img[data-v-2c1dd21f] {
- width: 24px;
- height: 24px;
- }
- .uni-load-more__img--nvue[data-v-2c1dd21f] {
- color: #666666;
- }
- .uni-load-more__img--android[data-v-2c1dd21f],
- .uni-load-more__img--ios[data-v-2c1dd21f] {
- width: 24px;
- height: 24px;
- transform: rotate(0deg);
- }
- .uni-load-more__img--android[data-v-2c1dd21f] {
- animation: loading-ios 1s 0s linear infinite;
- }
- @keyframes loading-android-2c1dd21f {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(360deg);
- }
- }
- .uni-load-more__img--ios-H5[data-v-2c1dd21f] {
- position: relative;
- animation: loading-ios-H5-2c1dd21f 1s 0s step-end infinite;
- }
- .uni-load-more__img--ios-H5 uni-image[data-v-2c1dd21f] {
- position: absolute;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- }
- @keyframes loading-ios-H5-2c1dd21f {
- 0% {
- transform: rotate(0deg);
- }
- 8% {
- transform: rotate(30deg);
- }
- 16% {
- transform: rotate(60deg);
- }
- 24% {
- transform: rotate(90deg);
- }
- 32% {
- transform: rotate(120deg);
- }
- 40% {
- transform: rotate(150deg);
- }
- 48% {
- transform: rotate(180deg);
- }
- 56% {
- transform: rotate(210deg);
- }
- 64% {
- transform: rotate(240deg);
- }
- 73% {
- transform: rotate(270deg);
- }
- 82% {
- transform: rotate(300deg);
- }
- 91% {
- transform: rotate(330deg);
- }
- 100% {
- transform: rotate(360deg);
- }
- }
- .uni-load-more__img--android-MP[data-v-2c1dd21f] {
- position: relative;
- width: 24px;
- height: 24px;
- transform: rotate(0deg);
- animation: loading-ios 1s 0s ease infinite;
- }
- .uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-2c1dd21f] {
- position: absolute;
- box-sizing: border-box;
- width: 100%;
- height: 100%;
- border-radius: 50%;
- border: solid 2px transparent;
- border-top: solid 2px #777777;
- transform-origin: center;
- }
- .uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-2c1dd21f]:nth-child(1) {
- animation: loading-android-MP-1-2c1dd21f 1s 0s linear infinite;
- }
- .uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-2c1dd21f]:nth-child(2) {
- animation: loading-android-MP-2-2c1dd21f 1s 0s linear infinite;
- }
- .uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-2c1dd21f]:nth-child(3) {
- animation: loading-android-MP-3-2c1dd21f 1s 0s linear infinite;
- }
- @keyframes loading-android-2c1dd21f {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(360deg);
- }
- }
- @keyframes loading-android-MP-1-2c1dd21f {
- 0% {
- transform: rotate(0deg);
- }
- 50% {
- transform: rotate(90deg);
- }
- 100% {
- transform: rotate(360deg);
- }
- }
- @keyframes loading-android-MP-2-2c1dd21f {
- 0% {
- transform: rotate(0deg);
- }
- 50% {
- transform: rotate(180deg);
- }
- 100% {
- transform: rotate(360deg);
- }
- }
- @keyframes loading-android-MP-3-2c1dd21f {
- 0% {
- transform: rotate(0deg);
- }
- 50% {
- transform: rotate(270deg);
- }
- 100% {
- transform: rotate(360deg);
- }
- }
- /**
- * 这里是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-data-pickerview[data-v-9bf6d4b8] {
- flex: 1;
- display: flex;
- flex-direction: column;
- overflow: hidden;
- height: 100%;
- }
- .error-text[data-v-9bf6d4b8] {
- color: #DD524D;
- }
- .loading-cover[data-v-9bf6d4b8] {
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- background-color: rgba(255, 255, 255, 0.5);
- display: flex;
- flex-direction: column;
- align-items: center;
- z-index: 1001;
- }
- .load-more[data-v-9bf6d4b8] {
- margin: auto;
- }
- .error-message[data-v-9bf6d4b8] {
- background-color: #fff;
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- padding: 15px;
- opacity: 0.9;
- z-index: 102;
- }
- .selected-list[data-v-9bf6d4b8] {
- display: flex;
- flex-wrap: nowrap;
- flex-direction: row;
- padding: 0 5px;
- border-bottom: 1px solid #f8f8f8;
- }
- .selected-item[data-v-9bf6d4b8] {
- margin-left: 10px;
- margin-right: 10px;
- padding: 12px 0;
- text-align: center;
- white-space: nowrap;
- }
- .selected-item-text-overflow[data-v-9bf6d4b8] {
- width: 168px;
- /* fix nvue */
- overflow: hidden;
- width: 6em;
- white-space: nowrap;
- text-overflow: ellipsis;
- -o-text-overflow: ellipsis;
- }
- .selected-item-active[data-v-9bf6d4b8] {
- border-bottom: 2px solid #007aff;
- }
- .selected-item-text[data-v-9bf6d4b8] {
- color: #007aff;
- }
- .tab-c[data-v-9bf6d4b8] {
- position: relative;
- flex: 1;
- display: flex;
- flex-direction: row;
- overflow: hidden;
- }
- .list[data-v-9bf6d4b8] {
- flex: 1;
- }
- .item[data-v-9bf6d4b8] {
- padding: 12px 15px;
- /* border-bottom: 1px solid #f0f0f0; */
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- }
- .is-disabled[data-v-9bf6d4b8] {
- opacity: 0.5;
- }
- .item-text[data-v-9bf6d4b8] {
- /* flex: 1; */
- color: #333333;
- }
- .item-text-overflow[data-v-9bf6d4b8] {
- width: 280px;
- /* fix nvue */
- overflow: hidden;
- width: 20em;
- white-space: nowrap;
- text-overflow: ellipsis;
- -o-text-overflow: ellipsis;
- }
- .check[data-v-9bf6d4b8] {
- margin-right: 5px;
- border: 2px solid #007aff;
- border-left: 0;
- border-top: 0;
- height: 12px;
- width: 6px;
- transform-origin: center;
- transition: all 0.3s;
- transform: rotate(45deg);
- }
- .uni-data-tree[data-v-e10759db] {
- flex: 1;
- position: relative;
- font-size: 14px;
- }
- .error-text[data-v-e10759db] {
- color: #DD524D;
- }
- .input-value[data-v-e10759db] {
- display: flex;
- flex-direction: row;
- align-items: center;
- flex-wrap: nowrap;
- font-size: 14px;
- /* line-height: 35px; */
- padding: 0 10px;
- padding-right: 5px;
- overflow: hidden;
- height: 35px;
- box-sizing: border-box;
- }
- .input-value-border[data-v-e10759db] {
- border: 1px solid #e5e5e5;
- border-radius: 5px;
- }
- .selected-area[data-v-e10759db] {
- flex: 1;
- overflow: hidden;
- display: flex;
- flex-direction: row;
- }
- .load-more[data-v-e10759db] {
- margin-right: auto;
- }
- .selected-list[data-v-e10759db] {
- display: flex;
- flex-direction: row;
- flex-wrap: nowrap;
- /* padding: 0 5px; */
- }
- .selected-item[data-v-e10759db] {
- flex-direction: row;
- /* padding: 0 1px; */
- white-space: nowrap;
- }
- .text-color[data-v-e10759db] {
- color: #333;
- }
- .placeholder[data-v-e10759db] {
- color: grey;
- font-size: 12px;
- }
- .input-split-line[data-v-e10759db] {
- opacity: .5;
- }
- .arrow-area[data-v-e10759db] {
- position: relative;
- width: 20px;
- margin-bottom: 5px;
- margin-left: auto;
- display: flex;
- justify-content: center;
- transform: rotate(-45deg);
- transform-origin: center;
- }
- .input-arrow[data-v-e10759db] {
- width: 7px;
- height: 7px;
- border-left: 1px solid #999;
- border-bottom: 1px solid #999;
- }
- .uni-data-tree-cover[data-v-e10759db] {
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- background-color: rgba(0, 0, 0, .4);
- display: flex;
- flex-direction: column;
- z-index: 100;
- }
- .uni-data-tree-dialog[data-v-e10759db] {
- position: fixed;
- left: 0;
- top: 20%;
- right: 0;
- bottom: 0;
- background-color: #FFFFFF;
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- display: flex;
- flex-direction: column;
- z-index: 102;
- overflow: hidden;
- }
- .dialog-caption[data-v-e10759db] {
- position: relative;
- display: flex;
- flex-direction: row;
- /* border-bottom: 1px solid #f0f0f0; */
- }
- .title-area[data-v-e10759db] {
- display: flex;
- align-items: center;
- margin: auto;
- padding: 0 10px;
- }
- .dialog-title[data-v-e10759db] {
- /* font-weight: bold; */
- line-height: 44px;
- }
- .dialog-close[data-v-e10759db] {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 0 15px;
- }
- .dialog-close-plus[data-v-e10759db] {
- width: 16px;
- height: 2px;
- background-color: #666;
- border-radius: 2px;
- transform: rotate(45deg);
- }
- .dialog-close-rotate[data-v-e10759db] {
- position: absolute;
- transform: rotate(-45deg);
- }
- .picker-view[data-v-e10759db] {
- flex: 1;
- overflow: hidden;
- }
- .icon-clear[data-v-e10759db] {
- display: flex;
- align-items: center;
- }
- /* picker 弹出层通用的指示小三角, todo:扩展至上下左右方向定位 */
- .uni-popper__arrow[data-v-e10759db],
- .uni-popper__arrow[data-v-e10759db]::after {
- position: absolute;
- display: block;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
- border-width: 6px;
- }
- .uni-popper__arrow[data-v-e10759db] {
- filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
- top: -6px;
- left: 10%;
- margin-right: 3px;
- border-top-width: 0;
- border-bottom-color: #EBEEF5;
- }
- .uni-popper__arrow[data-v-e10759db]::after {
- content: " ";
- top: 1px;
- margin-left: -6px;
- border-top-width: 0;
- border-bottom-color: #fff;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .selected-area {
- flex: 0 1 auto;
- height: auto;
- }
- body {
- background-color: #f4f4f4;
- }
- .content {
- margin: 0.625rem 0.625rem 0;
- padding: 0 0.625rem;
- border-radius: 0.3125rem;
- background-color: #fff;
- }
- .content .form-item,
- .content .uni-forms-item {
- display: flex;
- align-items: center;
- min-height: 3rem;
- padding: 0.78125rem 0.3125rem;
- background-color: #fff;
- font-size: 0.875rem;
- border-bottom: 0.03125rem solid #ddd;
- position: relative;
- margin-bottom: 0;
- }
- .content .form-item .uni-forms-item__content,
- .content .uni-forms-item .uni-forms-item__content {
- display: flex;
- }
- .content .form-item .uni-forms-item__error,
- .content .uni-forms-item .uni-forms-item__error {
- margin-left: 6.25rem;
- }
- .content .form-item:last-child,
- .content .uni-forms-item:last-child {
- border: none;
- }
- .content .form-item .label,
- .content .uni-forms-item .label {
- width: 6.25rem;
- color: #333;
- }
- .content .form-item .input,
- .content .uni-forms-item .input {
- flex: 1;
- display: block;
- height: 1.4375rem;
- }
- .content .form-item .switch,
- .content .uni-forms-item .switch {
- position: absolute;
- right: -0.625rem;
- transform: scale(0.8);
- }
- .content .form-item .picker,
- .content .uni-forms-item .picker {
- flex: 1;
- }
- .content .form-item .placeholder,
- .content .uni-forms-item .placeholder {
- color: #808080;
- }
- .button {
- height: 2.5rem;
- margin: 0.9375rem 0.625rem;
- color: #fff;
- border-radius: 2.5rem;
- font-size: 0.9375rem;
- background-color: #27ba9b;
- }
|