| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478 |
- /**
- * 这里是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-e082a34a], uni-scroll-view[data-v-e082a34a], uni-swiper-item[data-v-e082a34a] {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-search[data-v-e082a34a] {
- display: flex;
- flex-direction: row;
- align-items: center;
- flex: 1;
- }
- .u-search__content[data-v-e082a34a] {
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 0 10px;
- flex: 1;
- justify-content: space-between;
- border-width: 1px;
- border-color: transparent;
- border-style: solid;
- overflow: hidden;
- }
- .u-search__content__icon[data-v-e082a34a] {
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .u-search__content__label[data-v-e082a34a] {
- color: #303133;
- font-size: 16px;
- margin: 0 4px;
- }
- .u-search__content__close[data-v-e082a34a] {
- width: 20px;
- height: 20px;
- border-top-left-radius: 100px;
- border-top-right-radius: 100px;
- border-bottom-left-radius: 100px;
- border-bottom-right-radius: 100px;
- background-color: #C6C7CB;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- transform: scale(0.82);
- }
- .u-search__content__input[data-v-e082a34a] {
- flex: 1;
- font-size: 16px;
- line-height: 1;
- margin: 0 5px;
- color: #303133;
- }
- .u-search__content__input--placeholder[data-v-e082a34a] {
- color: #909193;
- }
- .u-search__action[data-v-e082a34a] {
- font-size: 16px;
- color: #303133;
- width: 0;
- overflow: hidden;
- transition-property: width;
- transition-duration: 0.3s;
- white-space: nowrap;
- text-align: center;
- }
- .u-search__action--active[data-v-e082a34a] {
- width: 40px;
- margin-left: 5px;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- uni-view[data-v-df79975b], uni-scroll-view[data-v-df79975b], uni-swiper-item[data-v-df79975b] {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-input[data-v-df79975b] {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- flex: 1;
- }
- .u-input--radius[data-v-df79975b], .u-input--square[data-v-df79975b] {
- border-radius: 4px;
- }
- .u-input--no-radius[data-v-df79975b] {
- border-radius: 0;
- }
- .u-input--circle[data-v-df79975b] {
- border-radius: 100px;
- }
- .u-input__content[data-v-df79975b] {
- flex: 1;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- }
- .u-input__content__field-wrapper[data-v-df79975b] {
- position: relative;
- display: flex;
- flex-direction: row;
- margin: 0;
- flex: 1;
- }
- .u-input__content__field-wrapper__field[data-v-df79975b] {
- line-height: 26px;
- text-align: left;
- color: #303133;
- height: 24px;
- font-size: 15px;
- flex: 1;
- }
- .u-input__content__clear[data-v-df79975b] {
- width: 20px;
- height: 20px;
- border-radius: 100px;
- background-color: #c6c7cb;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- transform: scale(0.82);
- margin-left: 4px;
- }
- .u-input__content__subfix-icon[data-v-df79975b] {
- margin-left: 4px;
- }
- .u-input__content__prefix-icon[data-v-df79975b] {
- margin-right: 4px;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- uni-view[data-v-72791e59], uni-scroll-view[data-v-72791e59], uni-swiper-item[data-v-72791e59] {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-line[data-v-72791e59] {
- vertical-align: middle;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- uni-view[data-v-42bac3de], uni-scroll-view[data-v-42bac3de], uni-swiper-item[data-v-42bac3de] {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-form-item[data-v-42bac3de] {
- display: flex;
- flex-direction: column;
- font-size: 14px;
- color: #303133;
- }
- .u-form-item__body[data-v-42bac3de] {
- display: flex;
- flex-direction: row;
- padding: 10px 0;
- }
- .u-form-item__body__left[data-v-42bac3de] {
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .u-form-item__body__left__content[data-v-42bac3de] {
- position: relative;
- display: flex;
- flex-direction: row;
- align-items: center;
- padding-right: 0.3125rem;
- flex: 1;
- }
- .u-form-item__body__left__content__icon[data-v-42bac3de] {
- margin-right: 0.25rem;
- }
- .u-form-item__body__left__content__required[data-v-42bac3de] {
- position: absolute;
- left: -9px;
- color: #f56c6c;
- line-height: 20px;
- font-size: 20px;
- top: 3px;
- }
- .u-form-item__body__left__content__label[data-v-42bac3de] {
- display: flex;
- flex-direction: row;
- align-items: center;
- flex: 1;
- color: #303133;
- font-size: 15px;
- }
- .u-form-item__body__right[data-v-42bac3de] {
- flex: 1;
- }
- .u-form-item__body__right__content[data-v-42bac3de] {
- display: flex;
- flex-direction: row;
- align-items: center;
- flex: 1;
- }
- .u-form-item__body__right__content__slot[data-v-42bac3de] {
- flex: 1;
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .u-form-item__body__right__content__icon[data-v-42bac3de] {
- margin-left: 0.3125rem;
- color: #c0c4cc;
- font-size: 0.9375rem;
- }
- .u-form-item__body__right__message[data-v-42bac3de] {
- font-size: 12px;
- line-height: 12px;
- color: #f56c6c;
- }
- /**
- * 这里是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-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-9112bed9], uni-scroll-view[data-v-9112bed9], uni-swiper-item[data-v-9112bed9] {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-overlay[data-v-9112bed9] {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.7);
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .u-status-bar[data-v-eb8e0cdd] {
- width: 100%;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .u-safe-bottom[data-v-f3d22cfe] {
- width: 100%;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- uni-view[data-v-05c24e9b], uni-scroll-view[data-v-05c24e9b], uni-swiper-item[data-v-05c24e9b] {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-popup[data-v-05c24e9b] {
- flex: 1;
- }
- .u-popup__content[data-v-05c24e9b] {
- background-color: #fff;
- position: relative;
- }
- .u-popup__content--round-top[data-v-05c24e9b] {
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- }
- .u-popup__content--round-left[data-v-05c24e9b] {
- border-top-left-radius: 0;
- border-top-right-radius: 10px;
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 10px;
- }
- .u-popup__content--round-right[data-v-05c24e9b] {
- border-top-left-radius: 10px;
- border-top-right-radius: 0;
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 0;
- }
- .u-popup__content--round-bottom[data-v-05c24e9b] {
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0;
- }
- .u-popup__content--round-center[data-v-05c24e9b] {
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- }
- .u-popup__content__close[data-v-05c24e9b] {
- position: absolute;
- }
- .u-popup__content__close--hover[data-v-05c24e9b] {
- opacity: 0.4;
- }
- .u-popup__content__close--top-left[data-v-05c24e9b] {
- top: 15px;
- left: 15px;
- }
- .u-popup__content__close--top-right[data-v-05c24e9b] {
- top: 15px;
- right: 15px;
- }
- .u-popup__content__close--bottom-left[data-v-05c24e9b] {
- bottom: 15px;
- left: 15px;
- }
- .u-popup__content__close--bottom-right[data-v-05c24e9b] {
- right: 15px;
- bottom: 15px;
- }
- /**
- * 这里是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 */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- [data-v-0265fb8a] .u-popup__content {
- border-radius: 12px;
- }
- .popup-container[data-v-0265fb8a] {
- width: 20rem;
- background-color: #ffffff;
- border-radius: 0.375rem;
- padding: 0.9375rem;
- }
- .popup-container[data-v-0265fb8a] .u-form .u-form-item__body {
- padding: 0.625rem 0;
- }
- .popup-container[data-v-0265fb8a] .u-form .u-form-item__body__left__content {
- padding-bottom: 0.25rem;
- }
- .popup-container .upload-slot[data-v-0265fb8a] {
- width: 5rem;
- height: 5rem;
- border: 0.0625rem dashed #dcdfe6;
- border-radius: 0.25rem;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .popup-container .upload-slot .upload-text[data-v-0265fb8a] {
- font-size: 0.75rem;
- color: #909399;
- margin-top: 0.3125rem;
- }
- .popup-container .button-group[data-v-0265fb8a] {
- display: flex;
- justify-content: space-between;
- margin-top: 1.25rem;
- padding: 0 0.625rem;
- }
- .popup-container .button-group[data-v-0265fb8a] .u-button {
- width: 45%;
- border-radius: 0.25rem;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .search-header[data-v-0452ab4c] {
- position: -webkit-sticky;
- position: sticky;
- top: 0;
- z-index: 100;
- background-color: #22ac38;
- padding: 0.625rem;
- }
- .search-header .search-box[data-v-0452ab4c] {
- display: flex;
- align-items: center;
- border-radius: 0.25rem;
- padding: 0 0.625rem;
- }
- .search-header[data-v-0452ab4c] .uni-input-placeholder {
- font-size: 1rem;
- }
- .book-list[data-v-0452ab4c] {
- padding: 0.625rem;
- }
- .book-list .book-item[data-v-0452ab4c] {
- display: flex;
- justify-content: space-between;
- align-items: center;
- background-color: #ffffff;
- border-radius: 0.375rem;
- padding: 0.625rem;
- margin-bottom: 0.625rem;
- box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.04);
- }
- .book-list .book-item .book-info[data-v-0452ab4c] {
- display: flex;
- flex: 1;
- }
- .book-list .book-item .book-info .book-image[data-v-0452ab4c] {
- width: 5rem;
- height: 6.25rem;
- border-radius: 0.25rem;
- margin-right: 0.625rem;
- }
- .book-list .book-item .book-info .book-details[data-v-0452ab4c] {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .book-list .book-item .book-info .book-details .book-title[data-v-0452ab4c] {
- font-size: 1rem;
- font-weight: bold;
- color: #333;
- }
- .book-list .book-item .book-info .book-details .book-isbn[data-v-0452ab4c],
- .book-list .book-item .book-info .book-details .book-price[data-v-0452ab4c],
- .book-list .book-item .book-info .book-details .book-set[data-v-0452ab4c] {
- font-size: 0.8125rem;
- color: #666;
- margin-top: 0.25rem;
- }
- .book-list .book-item .book-action[data-v-0452ab4c] {
- padding: 0.625rem;
- }
|