| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368 |
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- uni-view[data-v-b5ccb67e], uni-scroll-view[data-v-b5ccb67e], uni-swiper-item[data-v-b5ccb67e] {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-subsection[data-v-b5ccb67e] {
- display: flex;
- flex-direction: row;
- position: relative;
- overflow: hidden;
- width: 100%;
- box-sizing: border-box;
- }
- .u-subsection--button[data-v-b5ccb67e] {
- height: 32px;
- background-color: #eeeeef;
- padding: 3px;
- border-radius: 3px;
- align-items: stretch;
- }
- .u-subsection--button__bar[data-v-b5ccb67e] {
- background-color: #ffffff;
- border-radius: 3px !important;
- }
- .u-subsection--subsection[data-v-b5ccb67e] {
- height: 30px;
- }
- .u-subsection__bar[data-v-b5ccb67e] {
- position: absolute;
- transition-property: transform, color;
- transition-duration: 0.3s;
- transition-timing-function: ease-in-out;
- }
- .u-subsection__bar--first[data-v-b5ccb67e] {
- border-top-left-radius: 3px;
- border-bottom-left-radius: 3px;
- border-top-right-radius: 0px;
- border-bottom-right-radius: 0px;
- }
- .u-subsection__bar--center[data-v-b5ccb67e] {
- border-top-left-radius: 0px;
- border-bottom-left-radius: 0px;
- border-top-right-radius: 0px;
- border-bottom-right-radius: 0px;
- }
- .u-subsection__bar--last[data-v-b5ccb67e] {
- border-top-left-radius: 0px;
- border-bottom-left-radius: 0px;
- border-top-right-radius: 3px;
- border-bottom-right-radius: 3px;
- }
- .u-subsection__item[data-v-b5ccb67e] {
- display: flex;
- flex-direction: row;
- flex: 1;
- justify-content: center;
- align-items: center;
- position: relative;
- }
- .u-subsection__item--no-border-right[data-v-b5ccb67e] {
- border-right-width: 0 !important;
- }
- .u-subsection__item--first[data-v-b5ccb67e] {
- border-top-left-radius: 3px;
- border-bottom-left-radius: 3px;
- }
- .u-subsection__item--last[data-v-b5ccb67e] {
- border-top-right-radius: 3px;
- border-bottom-right-radius: 3px;
- }
- .u-subsection__item__text[data-v-b5ccb67e] {
- font-size: 12px;
- line-height: 12px;
- display: flex;
- flex-direction: row;
- align-items: center;
- transition-property: color;
- transition-duration: 0.3s;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- uni-view[data-v-2af81691], uni-scroll-view[data-v-2af81691], uni-swiper-item[data-v-2af81691] {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-loading-icon[data-v-2af81691] {
- flex-direction: row;
- align-items: center;
- justify-content: center;
- color: #c8c9cc;
- }
- .u-loading-icon__text[data-v-2af81691] {
- margin-left: 4px;
- color: #606266;
- font-size: 14px;
- line-height: 20px;
- }
- .u-loading-icon__spinner[data-v-2af81691] {
- width: 30px;
- height: 30px;
- position: relative;
- box-sizing: border-box;
- max-width: 100%;
- max-height: 100%;
- animation: u-rotate-2af81691 1s linear infinite;
- }
- .u-loading-icon__spinner--semicircle[data-v-2af81691] {
- border-width: 2px;
- border-color: transparent;
- border-top-right-radius: 100px;
- border-top-left-radius: 100px;
- border-bottom-left-radius: 100px;
- border-bottom-right-radius: 100px;
- border-style: solid;
- }
- .u-loading-icon__spinner--circle[data-v-2af81691] {
- border-top-right-radius: 100px;
- border-top-left-radius: 100px;
- border-bottom-left-radius: 100px;
- border-bottom-right-radius: 100px;
- border-width: 2px;
- border-top-color: #e5e5e5;
- border-right-color: #e5e5e5;
- border-bottom-color: #e5e5e5;
- border-left-color: #e5e5e5;
- border-style: solid;
- }
- .u-loading-icon--vertical[data-v-2af81691] {
- flex-direction: column;
- }
- [data-v-2af81691]:host {
- font-size: 0px;
- line-height: 1;
- }
- .u-loading-icon__spinner--spinner[data-v-2af81691] {
- animation-timing-function: steps(12);
- }
- .u-loading-icon__text[data-v-2af81691]:empty {
- display: none;
- }
- .u-loading-icon--vertical .u-loading-icon__text[data-v-2af81691] {
- margin: 6px 0 0;
- color: #606266;
- }
- .u-loading-icon__dot[data-v-2af81691] {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- .u-loading-icon__dot[data-v-2af81691]:before {
- display: block;
- width: 2px;
- height: 25%;
- margin: 0 auto;
- background-color: currentColor;
- border-radius: 40%;
- content: " ";
- }
- .u-loading-icon__dot[data-v-2af81691]:nth-of-type(1) {
- transform: rotate(30deg);
- opacity: 1;
- }
- .u-loading-icon__dot[data-v-2af81691]:nth-of-type(2) {
- transform: rotate(60deg);
- opacity: 0.9375;
- }
- .u-loading-icon__dot[data-v-2af81691]:nth-of-type(3) {
- transform: rotate(90deg);
- opacity: 0.875;
- }
- .u-loading-icon__dot[data-v-2af81691]:nth-of-type(4) {
- transform: rotate(120deg);
- opacity: 0.8125;
- }
- .u-loading-icon__dot[data-v-2af81691]:nth-of-type(5) {
- transform: rotate(150deg);
- opacity: 0.75;
- }
- .u-loading-icon__dot[data-v-2af81691]:nth-of-type(6) {
- transform: rotate(180deg);
- opacity: 0.6875;
- }
- .u-loading-icon__dot[data-v-2af81691]:nth-of-type(7) {
- transform: rotate(210deg);
- opacity: 0.625;
- }
- .u-loading-icon__dot[data-v-2af81691]:nth-of-type(8) {
- transform: rotate(240deg);
- opacity: 0.5625;
- }
- .u-loading-icon__dot[data-v-2af81691]:nth-of-type(9) {
- transform: rotate(270deg);
- opacity: 0.5;
- }
- .u-loading-icon__dot[data-v-2af81691]:nth-of-type(10) {
- transform: rotate(300deg);
- opacity: 0.4375;
- }
- .u-loading-icon__dot[data-v-2af81691]:nth-of-type(11) {
- transform: rotate(330deg);
- opacity: 0.375;
- }
- .u-loading-icon__dot[data-v-2af81691]:nth-of-type(12) {
- transform: rotate(360deg);
- opacity: 0.3125;
- }
- @keyframes u-rotate-2af81691 {
- 0% {
- transform: rotate(0deg);
- }
- to {
- transform: rotate(1turn);
- }
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- uni-view[data-v-ac70166d], uni-scroll-view[data-v-ac70166d], uni-swiper-item[data-v-ac70166d] {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- @font-face {
- font-family: "uicon-iconfont";
- src: url("https://at.alicdn.com/t/font_2225171_8kdcwk4po24.ttf") format("truetype");
- }
- .u-icon[data-v-ac70166d] {
- display: flex;
- align-items: center;
- }
- .u-icon--left[data-v-ac70166d] {
- flex-direction: row-reverse;
- align-items: center;
- }
- .u-icon--right[data-v-ac70166d] {
- flex-direction: row;
- align-items: center;
- }
- .u-icon--top[data-v-ac70166d] {
- flex-direction: column-reverse;
- justify-content: center;
- }
- .u-icon--bottom[data-v-ac70166d] {
- flex-direction: column;
- justify-content: center;
- }
- .u-icon__icon[data-v-ac70166d] {
- font-family: uicon-iconfont;
- position: relative;
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .u-icon__icon--primary[data-v-ac70166d] {
- color: #22ac38;
- }
- .u-icon__icon--success[data-v-ac70166d] {
- color: #22ac38;
- }
- .u-icon__icon--error[data-v-ac70166d] {
- color: #f56c6c;
- }
- .u-icon__icon--warning[data-v-ac70166d] {
- color: #f9ae3d;
- }
- .u-icon__icon--info[data-v-ac70166d] {
- color: #909399;
- }
- .u-icon__img[data-v-ac70166d] {
- height: auto;
- will-change: transform;
- }
- .u-icon__label[data-v-ac70166d] {
- line-height: 1;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- uni-view[data-v-5ce41ee6], uni-scroll-view[data-v-5ce41ee6], uni-swiper-item[data-v-5ce41ee6] {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-button[data-v-5ce41ee6] {
- width: 100%;
- }
- .u-button__text[data-v-5ce41ee6] {
- white-space: nowrap;
- line-height: 1;
- }
- .u-button[data-v-5ce41ee6]:before {
- position: absolute;
- top: 50%;
- left: 50%;
- width: 100%;
- height: 100%;
- border: inherit;
- border-radius: inherit;
- transform: translate(-50%, -50%);
- opacity: 0;
- content: " ";
- background-color: #000;
- border-color: #000;
- }
- .u-button--active[data-v-5ce41ee6]:before {
- opacity: 0.15;
- }
- .u-button__icon + .u-button__text[data-v-5ce41ee6]:not(:empty), .u-button__loading-text[data-v-5ce41ee6] {
- margin-left: 4px;
- }
- .u-button--plain.u-button--primary[data-v-5ce41ee6] {
- color: #22ac38;
- }
- .u-button--plain.u-button--info[data-v-5ce41ee6] {
- color: #909399;
- }
- .u-button--plain.u-button--success[data-v-5ce41ee6] {
- color: #22ac38;
- }
- .u-button--plain.u-button--error[data-v-5ce41ee6] {
- color: #f56c6c;
- }
- .u-button--plain.u-button--warning[data-v-5ce41ee6] {
- color: #f56c6c;
- }
- .u-button[data-v-5ce41ee6] {
- height: 52px;
- position: relative;
- align-items: center;
- justify-content: center;
- display: flex;
- flex-direction: row;
- box-sizing: border-box;
- flex-direction: row;
- }
- .u-button__text[data-v-5ce41ee6] {
- font-size: 16px;
- }
- .u-button__loading-text[data-v-5ce41ee6] {
- font-size: 16px;
- margin-left: 4px;
- }
- .u-button--large[data-v-5ce41ee6] {
- width: 100%;
- height: 64px;
- padding: 0 15px;
- font-size: 20px;
- }
- .u-button--normal[data-v-5ce41ee6] {
- padding: 0 12px;
- font-size: 16px;
- }
- .u-button--small[data-v-5ce41ee6] {
- min-width: 60px;
- height: 30px;
- padding: 0px 8px;
- font-size: 12px;
- }
- .u-button--mini[data-v-5ce41ee6] {
- height: 22px;
- font-size: 10px;
- min-width: 50px;
- padding: 0px 8px;
- }
- .u-button--disabled[data-v-5ce41ee6] {
- opacity: 0.5;
- }
- .u-button--info[data-v-5ce41ee6] {
- color: #323233;
- background-color: #fff;
- border-color: #ebedf0;
- border-width: 1px;
- border-style: solid;
- }
- .u-button--success[data-v-5ce41ee6] {
- color: #fff;
- background-color: #22ac38;
- border-color: #22ac38;
- border-width: 1px;
- border-style: solid;
- }
- .u-button--primary[data-v-5ce41ee6] {
- color: #fff;
- background-color: #22ac38;
- border-color: #22ac38;
- border-width: 1px;
- border-style: solid;
- }
- .u-button--error[data-v-5ce41ee6] {
- color: #fff;
- background-color: #f56c6c;
- border-color: #f56c6c;
- border-width: 1px;
- border-style: solid;
- }
- .u-button--warning[data-v-5ce41ee6] {
- color: #fff;
- background-color: #f9ae3d;
- border-color: #f9ae3d;
- border-width: 1px;
- border-style: solid;
- }
- .u-button--block[data-v-5ce41ee6] {
- display: flex;
- flex-direction: row;
- width: 100%;
- }
- .u-button--circle[data-v-5ce41ee6] {
- border-top-right-radius: 100px;
- border-top-left-radius: 100px;
- border-bottom-left-radius: 100px;
- border-bottom-right-radius: 100px;
- }
- .u-button--square[data-v-5ce41ee6] {
- border-bottom-left-radius: 3px;
- border-bottom-right-radius: 3px;
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- }
- .u-button__icon[data-v-5ce41ee6] {
- min-width: 1em;
- line-height: inherit !important;
- vertical-align: top;
- }
- .u-button--plain[data-v-5ce41ee6] {
- background-color: #fff;
- }
- .u-button--hairline[data-v-5ce41ee6] {
- border-width: 0.5px !important;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- uni-view[data-v-5cec8177], uni-scroll-view[data-v-5cec8177], uni-swiper-item[data-v-5cec8177] {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- /**
- * vue版本动画内置的动画模式有如下:
- * fade:淡入
- * zoom:缩放
- * fade-zoom:缩放淡入
- * fade-up:上滑淡入
- * fade-down:下滑淡入
- * fade-left:左滑淡入
- * fade-right:右滑淡入
- * slide-up:上滑进入
- * slide-down:下滑进入
- * slide-left:左滑进入
- * slide-right:右滑进入
- */
- .u-fade-enter-active[data-v-5cec8177],
- .u-fade-leave-active[data-v-5cec8177] {
- transition-property: opacity;
- }
- .u-fade-enter[data-v-5cec8177],
- .u-fade-leave-to[data-v-5cec8177] {
- opacity: 0;
- }
- .u-fade-zoom-enter[data-v-5cec8177],
- .u-fade-zoom-leave-to[data-v-5cec8177] {
- transform: scale(0.95);
- opacity: 0;
- }
- .u-fade-zoom-enter-active[data-v-5cec8177],
- .u-fade-zoom-leave-active[data-v-5cec8177] {
- transition-property: transform, opacity;
- }
- .u-fade-down-enter-active[data-v-5cec8177],
- .u-fade-down-leave-active[data-v-5cec8177],
- .u-fade-left-enter-active[data-v-5cec8177],
- .u-fade-left-leave-active[data-v-5cec8177],
- .u-fade-right-enter-active[data-v-5cec8177],
- .u-fade-right-leave-active[data-v-5cec8177],
- .u-fade-up-enter-active[data-v-5cec8177],
- .u-fade-up-leave-active[data-v-5cec8177] {
- transition-property: opacity, transform;
- }
- .u-fade-up-enter[data-v-5cec8177],
- .u-fade-up-leave-to[data-v-5cec8177] {
- transform: translate3d(0, 100%, 0);
- opacity: 0;
- }
- .u-fade-down-enter[data-v-5cec8177],
- .u-fade-down-leave-to[data-v-5cec8177] {
- transform: translate3d(0, -100%, 0);
- opacity: 0;
- }
- .u-fade-left-enter[data-v-5cec8177],
- .u-fade-left-leave-to[data-v-5cec8177] {
- transform: translate3d(-100%, 0, 0);
- opacity: 0;
- }
- .u-fade-right-enter[data-v-5cec8177],
- .u-fade-right-leave-to[data-v-5cec8177] {
- transform: translate3d(100%, 0, 0);
- opacity: 0;
- }
- .u-slide-down-enter-active[data-v-5cec8177],
- .u-slide-down-leave-active[data-v-5cec8177],
- .u-slide-left-enter-active[data-v-5cec8177],
- .u-slide-left-leave-active[data-v-5cec8177],
- .u-slide-right-enter-active[data-v-5cec8177],
- .u-slide-right-leave-active[data-v-5cec8177],
- .u-slide-up-enter-active[data-v-5cec8177],
- .u-slide-up-leave-active[data-v-5cec8177] {
- transition-property: transform;
- }
- .u-slide-up-enter[data-v-5cec8177],
- .u-slide-up-leave-to[data-v-5cec8177] {
- transform: translate3d(0, 100%, 0);
- }
- .u-slide-down-enter[data-v-5cec8177],
- .u-slide-down-leave-to[data-v-5cec8177] {
- transform: translate3d(0, -100%, 0);
- }
- .u-slide-left-enter[data-v-5cec8177],
- .u-slide-left-leave-to[data-v-5cec8177] {
- transform: translate3d(-100%, 0, 0);
- }
- .u-slide-right-enter[data-v-5cec8177],
- .u-slide-right-leave-to[data-v-5cec8177] {
- transform: translate3d(100%, 0, 0);
- }
- .u-zoom-enter-active[data-v-5cec8177],
- .u-zoom-leave-active[data-v-5cec8177] {
- transition-property: transform;
- }
- .u-zoom-enter[data-v-5cec8177],
- .u-zoom-leave-to[data-v-5cec8177] {
- transform: scale(0.95);
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- uni-view[data-v-2fd891bb], uni-scroll-view[data-v-2fd891bb], uni-swiper-item[data-v-2fd891bb] {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-tag-wrapper[data-v-2fd891bb] {
- position: relative;
- }
- .u-tag[data-v-2fd891bb] {
- display: flex;
- flex-direction: row;
- align-items: center;
- border-style: solid;
- }
- .u-tag--circle[data-v-2fd891bb] {
- border-radius: 100px;
- }
- .u-tag--square[data-v-2fd891bb] {
- border-radius: 3px;
- }
- .u-tag__icon[data-v-2fd891bb] {
- margin-right: 4px;
- }
- .u-tag__text--mini[data-v-2fd891bb] {
- font-size: 12px;
- line-height: 12px;
- }
- .u-tag__text--medium[data-v-2fd891bb] {
- font-size: 13px;
- line-height: 13px;
- }
- .u-tag__text--large[data-v-2fd891bb] {
- font-size: 15px;
- line-height: 15px;
- }
- .u-tag--mini[data-v-2fd891bb] {
- height: 22px;
- line-height: 22px;
- padding: 0 5px;
- }
- .u-tag--medium[data-v-2fd891bb] {
- height: 26px;
- line-height: 22px;
- padding: 0 10px;
- }
- .u-tag--large[data-v-2fd891bb] {
- height: 32px;
- line-height: 32px;
- padding: 0 15px;
- }
- .u-tag--primary[data-v-2fd891bb] {
- background-color: #22ac38;
- border-width: 1px;
- border-color: #22ac38;
- }
- .u-tag--primary--plain[data-v-2fd891bb] {
- border-width: 1px;
- border-color: #22ac38;
- }
- .u-tag--primary--plain--fill[data-v-2fd891bb] {
- background-color: #ecf5ff;
- }
- .u-tag__text--primary[data-v-2fd891bb] {
- color: #FFFFFF;
- }
- .u-tag__text--primary--plain[data-v-2fd891bb] {
- color: #22ac38;
- }
- .u-tag--error[data-v-2fd891bb] {
- background-color: #f56c6c;
- border-width: 1px;
- border-color: #f56c6c;
- }
- .u-tag--error--plain[data-v-2fd891bb] {
- border-width: 1px;
- border-color: #f56c6c;
- }
- .u-tag--error--plain--fill[data-v-2fd891bb] {
- background-color: #fef0f0;
- }
- .u-tag__text--error[data-v-2fd891bb] {
- color: #FFFFFF;
- }
- .u-tag__text--error--plain[data-v-2fd891bb] {
- color: #f56c6c;
- }
- .u-tag--warning[data-v-2fd891bb] {
- background-color: #f9ae3d;
- border-width: 1px;
- border-color: #f9ae3d;
- }
- .u-tag--warning--plain[data-v-2fd891bb] {
- border-width: 1px;
- border-color: #f9ae3d;
- }
- .u-tag--warning--plain--fill[data-v-2fd891bb] {
- background-color: #fdf6ec;
- }
- .u-tag__text--warning[data-v-2fd891bb] {
- color: #FFFFFF;
- }
- .u-tag__text--warning--plain[data-v-2fd891bb] {
- color: #f9ae3d;
- }
- .u-tag--success[data-v-2fd891bb] {
- background-color: #22ac38;
- border-width: 1px;
- border-color: #22ac38;
- }
- .u-tag--success--plain[data-v-2fd891bb] {
- border-width: 1px;
- border-color: #22ac38;
- }
- .u-tag--success--plain--fill[data-v-2fd891bb] {
- background-color: #f5fff0;
- }
- .u-tag__text--success[data-v-2fd891bb] {
- color: #FFFFFF;
- }
- .u-tag__text--success--plain[data-v-2fd891bb] {
- color: #22ac38;
- }
- .u-tag--info[data-v-2fd891bb] {
- background-color: #909399;
- border-width: 1px;
- border-color: #909399;
- }
- .u-tag--info--plain[data-v-2fd891bb] {
- border-width: 1px;
- border-color: #909399;
- }
- .u-tag--info--plain--fill[data-v-2fd891bb] {
- background-color: #f4f4f5;
- }
- .u-tag__text--info[data-v-2fd891bb] {
- color: #FFFFFF;
- }
- .u-tag__text--info--plain[data-v-2fd891bb] {
- color: #909399;
- }
- .u-tag__close[data-v-2fd891bb] {
- position: absolute;
- z-index: 999;
- top: 10px;
- right: 10px;
- border-radius: 100px;
- background-color: #C6C7CB;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- transform: scale(0.6) translate(80%, -80%);
- }
- .u-tag__close--mini[data-v-2fd891bb] {
- width: 18px;
- height: 18px;
- }
- .u-tag__close--medium[data-v-2fd891bb] {
- width: 22px;
- height: 22px;
- }
- .u-tag__close--large[data-v-2fd891bb] {
- width: 25px;
- height: 25px;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .bind-code[data-v-9873c737] {
- background-color: #cecece;
- border-radius: 0.125rem;
- }
- .reason-item[data-v-9873c737] {
- background-color: #f0f0f0;
- border-radius: 0.125rem;
- padding: 0.4375rem 0.625rem;
- margin-bottom: 0.5rem;
- }
- .selected[data-v-9873c737] {
- background-color: #d0e8ff;
- }
- .disabled[data-v-9873c737] {
- background-color: #d0d0d0;
- }
- /* 悬浮排序按钮样式 */
- .floating-sort-btn[data-v-9873c737] {
- position: fixed;
- right: 0.625rem;
- bottom: 30%;
- width: 2.8125rem;
- height: 2.8125rem;
- background: linear-gradient(135deg, #2b85e4, #5cadff);
- border-radius: 50%;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- z-index: 999;
- box-shadow: 0 4px 12px rgba(43, 133, 228, 0.3);
- }
- .btn-text[data-v-9873c737] {
- font-size: 0.75rem;
- color: #FFFFFF;
- margin-top: 0.125rem;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- uni-view[data-v-b6c174a6], uni-scroll-view[data-v-b6c174a6], uni-swiper-item[data-v-b6c174a6] {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-textarea[data-v-b6c174a6] {
- border-radius: 4px;
- background-color: #fff;
- position: relative;
- display: flex;
- flex-direction: row;
- flex: 1;
- padding: 9px;
- }
- .u-textarea--radius[data-v-b6c174a6] {
- border-radius: 4px;
- }
- .u-textarea--no-radius[data-v-b6c174a6] {
- border-radius: 0;
- }
- .u-textarea--disabled[data-v-b6c174a6] {
- background-color: #f5f7fa;
- }
- .u-textarea__field[data-v-b6c174a6] {
- flex: 1;
- font-size: 15px;
- color: #606266;
- width: 100%;
- }
- .u-textarea__count[data-v-b6c174a6] {
- position: absolute;
- right: 5px;
- bottom: 2px;
- font-size: 12px;
- color: #909193;
- background-color: #ffffff;
- padding: 1px 4px;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- uni-view[data-v-abebd402], uni-scroll-view[data-v-abebd402], uni-swiper-item[data-v-abebd402] {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-image[data-v-abebd402] {
- position: relative;
- transition: opacity 0.5s ease-in-out;
- }
- .u-image__image[data-v-abebd402] {
- width: 100%;
- height: 100%;
- }
- .u-image__loading[data-v-abebd402], .u-image__error[data-v-abebd402] {
- position: absolute;
- top: 0px;
- left: 0px;
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- background-color: #f3f4f6;
- color: #909193;
- font-size: 1.4375rem;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- uni-view[data-v-c8491d64], uni-scroll-view[data-v-c8491d64], uni-swiper-item[data-v-c8491d64] {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-upload[data-v-c8491d64] {
- display: flex;
- flex-direction: column;
- flex: 1;
- }
- .u-upload__wrap[data-v-c8491d64] {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- flex: 1;
- }
- .u-upload__wrap__preview[data-v-c8491d64] {
- border-radius: 2px;
- margin: 0 8px 8px 0;
- position: relative;
- overflow: hidden;
- display: flex;
- flex-direction: row;
- }
- .u-upload__wrap__preview__image[data-v-c8491d64] {
- width: 80px;
- height: 80px;
- }
- .u-upload__wrap__preview__other[data-v-c8491d64] {
- width: 80px;
- height: 80px;
- background-color: #f2f2f2;
- flex: 1;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .u-upload__wrap__preview__other__text[data-v-c8491d64] {
- font-size: 11px;
- color: #909193;
- margin-top: 2px;
- }
- .u-upload__deletable[data-v-c8491d64] {
- position: absolute;
- top: 0;
- right: 0;
- background-color: #373737;
- height: 14px;
- width: 14px;
- display: flex;
- flex-direction: row;
- border-bottom-left-radius: 100px;
- align-items: center;
- justify-content: center;
- z-index: 3;
- }
- .u-upload__deletable__icon[data-v-c8491d64] {
- position: absolute;
- transform: scale(0.7);
- top: 0px;
- right: 0px;
- }
- .u-upload__success[data-v-c8491d64] {
- position: absolute;
- bottom: 0;
- right: 0;
- display: flex;
- flex-direction: row;
- border-style: solid;
- border-top-color: transparent;
- border-left-color: transparent;
- border-bottom-color: #22ac38;
- border-right-color: #22ac38;
- border-width: 9px;
- align-items: center;
- justify-content: center;
- }
- .u-upload__success__icon[data-v-c8491d64] {
- position: absolute;
- transform: scale(0.7);
- bottom: -10px;
- right: -10px;
- }
- .u-upload__status[data-v-c8491d64] {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- background-color: rgba(0, 0, 0, 0.5);
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .u-upload__status__icon[data-v-c8491d64] {
- position: relative;
- z-index: 1;
- }
- .u-upload__status__message[data-v-c8491d64] {
- font-size: 12px;
- color: #FFFFFF;
- margin-top: 5px;
- }
- .u-upload__button[data-v-c8491d64] {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 80px;
- height: 80px;
- background-color: #f4f5f7;
- border-radius: 2px;
- margin: 0 8px 8px 0;
- box-sizing: border-box;
- }
- .u-upload__button__text[data-v-c8491d64] {
- font-size: 11px;
- color: #909193;
- margin-top: 2px;
- }
- .u-upload__button--hover[data-v-c8491d64] {
- background-color: #e6e7e9;
- }
- .u-upload__button--disabled[data-v-c8491d64] {
- opacity: 0.5;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .tips[data-v-5002576b] {
- font-size: 0.75rem;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- color: #969696;
- line-height: 1.5rem;
- margin-top: 0.3125rem;
- }
- [data-v-5002576b] .align-right .u-upload__wrap {
- justify-content: flex-end;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .file-info-container[data-v-b4cf7c83] {
- padding: 0.625rem 0.9375rem;
- box-sizing: border-box;
- }
- .file-info-item[data-v-b4cf7c83] {
- padding: 0.625rem;
- border-bottom: 1px solid #e5e5e5;
- }
- .file-info-list-title[data-v-b4cf7c83] {
- background-color: #e5e5e5;
- padding: 0.3125rem 0;
- margin-top: 20px;
- }
- .file-info-list-content[data-v-b4cf7c83] {
- color: #999;
- min-height: 100px;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .book-audit[data-v-376f8a68] {
- padding: 0.625rem;
- box-sizing: border-box;
- padding-bottom: 4.375rem;
- }
- .book-audit .price-info[data-v-376f8a68] {
- border-radius: 0.3125rem;
- }
- .book-audit .price-info .label[data-v-376f8a68] {
- width: 4.6875rem;
- background-color: #cecece;
- padding: 0.5rem 0.3125rem;
- text-align: center;
- border: 0.03125rem solid #e6e6e6;
- }
- .book-audit .price-info .content[data-v-376f8a68] {
- flex: 1;
- text-align: center;
- padding: 0.5rem 0.3125rem;
- border: 0.03125rem solid #e6e6e6;
- }
|