12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769 |
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uniui-cart-filled[data-v-d31e1c47]:before {
- content: "\e6d0";
- }
- .uniui-gift-filled[data-v-d31e1c47]:before {
- content: "\e6c4";
- }
- .uniui-color[data-v-d31e1c47]:before {
- content: "\e6cf";
- }
- .uniui-wallet[data-v-d31e1c47]:before {
- content: "\e6b1";
- }
- .uniui-settings-filled[data-v-d31e1c47]:before {
- content: "\e6ce";
- }
- .uniui-auth-filled[data-v-d31e1c47]:before {
- content: "\e6cc";
- }
- .uniui-shop-filled[data-v-d31e1c47]:before {
- content: "\e6cd";
- }
- .uniui-staff-filled[data-v-d31e1c47]:before {
- content: "\e6cb";
- }
- .uniui-vip-filled[data-v-d31e1c47]:before {
- content: "\e6c6";
- }
- .uniui-plus-filled[data-v-d31e1c47]:before {
- content: "\e6c7";
- }
- .uniui-folder-add-filled[data-v-d31e1c47]:before {
- content: "\e6c8";
- }
- .uniui-color-filled[data-v-d31e1c47]:before {
- content: "\e6c9";
- }
- .uniui-tune-filled[data-v-d31e1c47]:before {
- content: "\e6ca";
- }
- .uniui-calendar-filled[data-v-d31e1c47]:before {
- content: "\e6c0";
- }
- .uniui-notification-filled[data-v-d31e1c47]:before {
- content: "\e6c1";
- }
- .uniui-wallet-filled[data-v-d31e1c47]:before {
- content: "\e6c2";
- }
- .uniui-medal-filled[data-v-d31e1c47]:before {
- content: "\e6c3";
- }
- .uniui-fire-filled[data-v-d31e1c47]:before {
- content: "\e6c5";
- }
- .uniui-refreshempty[data-v-d31e1c47]:before {
- content: "\e6bf";
- }
- .uniui-location-filled[data-v-d31e1c47]:before {
- content: "\e6af";
- }
- .uniui-person-filled[data-v-d31e1c47]:before {
- content: "\e69d";
- }
- .uniui-personadd-filled[data-v-d31e1c47]:before {
- content: "\e698";
- }
- .uniui-arrowthinleft[data-v-d31e1c47]:before {
- content: "\e6d2";
- }
- .uniui-arrowthinup[data-v-d31e1c47]:before {
- content: "\e6d3";
- }
- .uniui-arrowthindown[data-v-d31e1c47]:before {
- content: "\e6d4";
- }
- .uniui-back[data-v-d31e1c47]:before {
- content: "\e6b9";
- }
- .uniui-forward[data-v-d31e1c47]:before {
- content: "\e6ba";
- }
- .uniui-arrow-right[data-v-d31e1c47]:before {
- content: "\e6bb";
- }
- .uniui-arrow-left[data-v-d31e1c47]:before {
- content: "\e6bc";
- }
- .uniui-arrow-up[data-v-d31e1c47]:before {
- content: "\e6bd";
- }
- .uniui-arrow-down[data-v-d31e1c47]:before {
- content: "\e6be";
- }
- .uniui-arrowthinright[data-v-d31e1c47]:before {
- content: "\e6d1";
- }
- .uniui-down[data-v-d31e1c47]:before {
- content: "\e6b8";
- }
- .uniui-bottom[data-v-d31e1c47]:before {
- content: "\e6b8";
- }
- .uniui-arrowright[data-v-d31e1c47]:before {
- content: "\e6d5";
- }
- .uniui-right[data-v-d31e1c47]:before {
- content: "\e6b5";
- }
- .uniui-up[data-v-d31e1c47]:before {
- content: "\e6b6";
- }
- .uniui-top[data-v-d31e1c47]:before {
- content: "\e6b6";
- }
- .uniui-left[data-v-d31e1c47]:before {
- content: "\e6b7";
- }
- .uniui-arrowup[data-v-d31e1c47]:before {
- content: "\e6d6";
- }
- .uniui-eye[data-v-d31e1c47]:before {
- content: "\e651";
- }
- .uniui-eye-filled[data-v-d31e1c47]:before {
- content: "\e66a";
- }
- .uniui-eye-slash[data-v-d31e1c47]:before {
- content: "\e6b3";
- }
- .uniui-eye-slash-filled[data-v-d31e1c47]:before {
- content: "\e6b4";
- }
- .uniui-info-filled[data-v-d31e1c47]:before {
- content: "\e649";
- }
- .uniui-reload[data-v-d31e1c47]:before {
- content: "\e6b2";
- }
- .uniui-micoff-filled[data-v-d31e1c47]:before {
- content: "\e6b0";
- }
- .uniui-map-pin-ellipse[data-v-d31e1c47]:before {
- content: "\e6ac";
- }
- .uniui-map-pin[data-v-d31e1c47]:before {
- content: "\e6ad";
- }
- .uniui-location[data-v-d31e1c47]:before {
- content: "\e6ae";
- }
- .uniui-starhalf[data-v-d31e1c47]:before {
- content: "\e683";
- }
- .uniui-star[data-v-d31e1c47]:before {
- content: "\e688";
- }
- .uniui-star-filled[data-v-d31e1c47]:before {
- content: "\e68f";
- }
- .uniui-calendar[data-v-d31e1c47]:before {
- content: "\e6a0";
- }
- .uniui-fire[data-v-d31e1c47]:before {
- content: "\e6a1";
- }
- .uniui-medal[data-v-d31e1c47]:before {
- content: "\e6a2";
- }
- .uniui-font[data-v-d31e1c47]:before {
- content: "\e6a3";
- }
- .uniui-gift[data-v-d31e1c47]:before {
- content: "\e6a4";
- }
- .uniui-link[data-v-d31e1c47]:before {
- content: "\e6a5";
- }
- .uniui-notification[data-v-d31e1c47]:before {
- content: "\e6a6";
- }
- .uniui-staff[data-v-d31e1c47]:before {
- content: "\e6a7";
- }
- .uniui-vip[data-v-d31e1c47]:before {
- content: "\e6a8";
- }
- .uniui-folder-add[data-v-d31e1c47]:before {
- content: "\e6a9";
- }
- .uniui-tune[data-v-d31e1c47]:before {
- content: "\e6aa";
- }
- .uniui-auth[data-v-d31e1c47]:before {
- content: "\e6ab";
- }
- .uniui-person[data-v-d31e1c47]:before {
- content: "\e699";
- }
- .uniui-email-filled[data-v-d31e1c47]:before {
- content: "\e69a";
- }
- .uniui-phone-filled[data-v-d31e1c47]:before {
- content: "\e69b";
- }
- .uniui-phone[data-v-d31e1c47]:before {
- content: "\e69c";
- }
- .uniui-email[data-v-d31e1c47]:before {
- content: "\e69e";
- }
- .uniui-personadd[data-v-d31e1c47]:before {
- content: "\e69f";
- }
- .uniui-chatboxes-filled[data-v-d31e1c47]:before {
- content: "\e692";
- }
- .uniui-contact[data-v-d31e1c47]:before {
- content: "\e693";
- }
- .uniui-chatbubble-filled[data-v-d31e1c47]:before {
- content: "\e694";
- }
- .uniui-contact-filled[data-v-d31e1c47]:before {
- content: "\e695";
- }
- .uniui-chatboxes[data-v-d31e1c47]:before {
- content: "\e696";
- }
- .uniui-chatbubble[data-v-d31e1c47]:before {
- content: "\e697";
- }
- .uniui-upload-filled[data-v-d31e1c47]:before {
- content: "\e68e";
- }
- .uniui-upload[data-v-d31e1c47]:before {
- content: "\e690";
- }
- .uniui-weixin[data-v-d31e1c47]:before {
- content: "\e691";
- }
- .uniui-compose[data-v-d31e1c47]:before {
- content: "\e67f";
- }
- .uniui-qq[data-v-d31e1c47]:before {
- content: "\e680";
- }
- .uniui-download-filled[data-v-d31e1c47]:before {
- content: "\e681";
- }
- .uniui-pyq[data-v-d31e1c47]:before {
- content: "\e682";
- }
- .uniui-sound[data-v-d31e1c47]:before {
- content: "\e684";
- }
- .uniui-trash-filled[data-v-d31e1c47]:before {
- content: "\e685";
- }
- .uniui-sound-filled[data-v-d31e1c47]:before {
- content: "\e686";
- }
- .uniui-trash[data-v-d31e1c47]:before {
- content: "\e687";
- }
- .uniui-videocam-filled[data-v-d31e1c47]:before {
- content: "\e689";
- }
- .uniui-spinner-cycle[data-v-d31e1c47]:before {
- content: "\e68a";
- }
- .uniui-weibo[data-v-d31e1c47]:before {
- content: "\e68b";
- }
- .uniui-videocam[data-v-d31e1c47]:before {
- content: "\e68c";
- }
- .uniui-download[data-v-d31e1c47]:before {
- content: "\e68d";
- }
- .uniui-help[data-v-d31e1c47]:before {
- content: "\e679";
- }
- .uniui-navigate-filled[data-v-d31e1c47]:before {
- content: "\e67a";
- }
- .uniui-plusempty[data-v-d31e1c47]:before {
- content: "\e67b";
- }
- .uniui-smallcircle[data-v-d31e1c47]:before {
- content: "\e67c";
- }
- .uniui-minus-filled[data-v-d31e1c47]:before {
- content: "\e67d";
- }
- .uniui-micoff[data-v-d31e1c47]:before {
- content: "\e67e";
- }
- .uniui-closeempty[data-v-d31e1c47]:before {
- content: "\e66c";
- }
- .uniui-clear[data-v-d31e1c47]:before {
- content: "\e66d";
- }
- .uniui-navigate[data-v-d31e1c47]:before {
- content: "\e66e";
- }
- .uniui-minus[data-v-d31e1c47]:before {
- content: "\e66f";
- }
- .uniui-image[data-v-d31e1c47]:before {
- content: "\e670";
- }
- .uniui-mic[data-v-d31e1c47]:before {
- content: "\e671";
- }
- .uniui-paperplane[data-v-d31e1c47]:before {
- content: "\e672";
- }
- .uniui-close[data-v-d31e1c47]:before {
- content: "\e673";
- }
- .uniui-help-filled[data-v-d31e1c47]:before {
- content: "\e674";
- }
- .uniui-paperplane-filled[data-v-d31e1c47]:before {
- content: "\e675";
- }
- .uniui-plus[data-v-d31e1c47]:before {
- content: "\e676";
- }
- .uniui-mic-filled[data-v-d31e1c47]:before {
- content: "\e677";
- }
- .uniui-image-filled[data-v-d31e1c47]:before {
- content: "\e678";
- }
- .uniui-locked-filled[data-v-d31e1c47]:before {
- content: "\e668";
- }
- .uniui-info[data-v-d31e1c47]:before {
- content: "\e669";
- }
- .uniui-locked[data-v-d31e1c47]:before {
- content: "\e66b";
- }
- .uniui-camera-filled[data-v-d31e1c47]:before {
- content: "\e658";
- }
- .uniui-chat-filled[data-v-d31e1c47]:before {
- content: "\e659";
- }
- .uniui-camera[data-v-d31e1c47]:before {
- content: "\e65a";
- }
- .uniui-circle[data-v-d31e1c47]:before {
- content: "\e65b";
- }
- .uniui-checkmarkempty[data-v-d31e1c47]:before {
- content: "\e65c";
- }
- .uniui-chat[data-v-d31e1c47]:before {
- content: "\e65d";
- }
- .uniui-circle-filled[data-v-d31e1c47]:before {
- content: "\e65e";
- }
- .uniui-flag[data-v-d31e1c47]:before {
- content: "\e65f";
- }
- .uniui-flag-filled[data-v-d31e1c47]:before {
- content: "\e660";
- }
- .uniui-gear-filled[data-v-d31e1c47]:before {
- content: "\e661";
- }
- .uniui-home[data-v-d31e1c47]:before {
- content: "\e662";
- }
- .uniui-home-filled[data-v-d31e1c47]:before {
- content: "\e663";
- }
- .uniui-gear[data-v-d31e1c47]:before {
- content: "\e664";
- }
- .uniui-smallcircle-filled[data-v-d31e1c47]:before {
- content: "\e665";
- }
- .uniui-map-filled[data-v-d31e1c47]:before {
- content: "\e666";
- }
- .uniui-map[data-v-d31e1c47]:before {
- content: "\e667";
- }
- .uniui-refresh-filled[data-v-d31e1c47]:before {
- content: "\e656";
- }
- .uniui-refresh[data-v-d31e1c47]:before {
- content: "\e657";
- }
- .uniui-cloud-upload[data-v-d31e1c47]:before {
- content: "\e645";
- }
- .uniui-cloud-download-filled[data-v-d31e1c47]:before {
- content: "\e646";
- }
- .uniui-cloud-download[data-v-d31e1c47]:before {
- content: "\e647";
- }
- .uniui-cloud-upload-filled[data-v-d31e1c47]:before {
- content: "\e648";
- }
- .uniui-redo[data-v-d31e1c47]:before {
- content: "\e64a";
- }
- .uniui-images-filled[data-v-d31e1c47]:before {
- content: "\e64b";
- }
- .uniui-undo-filled[data-v-d31e1c47]:before {
- content: "\e64c";
- }
- .uniui-more[data-v-d31e1c47]:before {
- content: "\e64d";
- }
- .uniui-more-filled[data-v-d31e1c47]:before {
- content: "\e64e";
- }
- .uniui-undo[data-v-d31e1c47]:before {
- content: "\e64f";
- }
- .uniui-images[data-v-d31e1c47]:before {
- content: "\e650";
- }
- .uniui-paperclip[data-v-d31e1c47]:before {
- content: "\e652";
- }
- .uniui-settings[data-v-d31e1c47]:before {
- content: "\e653";
- }
- .uniui-search[data-v-d31e1c47]:before {
- content: "\e654";
- }
- .uniui-redo-filled[data-v-d31e1c47]:before {
- content: "\e655";
- }
- .uniui-list[data-v-d31e1c47]:before {
- content: "\e644";
- }
- .uniui-mail-open-filled[data-v-d31e1c47]:before {
- content: "\e63a";
- }
- .uniui-hand-down-filled[data-v-d31e1c47]:before {
- content: "\e63c";
- }
- .uniui-hand-down[data-v-d31e1c47]:before {
- content: "\e63d";
- }
- .uniui-hand-up-filled[data-v-d31e1c47]:before {
- content: "\e63e";
- }
- .uniui-hand-up[data-v-d31e1c47]:before {
- content: "\e63f";
- }
- .uniui-heart-filled[data-v-d31e1c47]:before {
- content: "\e641";
- }
- .uniui-mail-open[data-v-d31e1c47]:before {
- content: "\e643";
- }
- .uniui-heart[data-v-d31e1c47]:before {
- content: "\e639";
- }
- .uniui-loop[data-v-d31e1c47]:before {
- content: "\e633";
- }
- .uniui-pulldown[data-v-d31e1c47]:before {
- content: "\e632";
- }
- .uniui-scan[data-v-d31e1c47]:before {
- content: "\e62a";
- }
- .uniui-bars[data-v-d31e1c47]:before {
- content: "\e627";
- }
- .uniui-checkbox[data-v-d31e1c47]:before {
- content: "\e62b";
- }
- .uniui-checkbox-filled[data-v-d31e1c47]:before {
- content: "\e62c";
- }
- .uniui-shop[data-v-d31e1c47]:before {
- content: "\e62f";
- }
- .uniui-headphones[data-v-d31e1c47]:before {
- content: "\e630";
- }
- .uniui-cart[data-v-d31e1c47]:before {
- content: "\e631";
- }
- @font-face {
- font-family: uniicons;
- src: url("../../assets/uniicons.32e978a5.ttf");
- }
- .uni-icons[data-v-d31e1c47] {
- font-family: uniicons;
- text-decoration: none;
- text-align: center;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uni-easyinput[data-v-09fd5285] {
- width: 100%;
- flex: 1;
- position: relative;
- text-align: left;
- color: #333;
- font-size: 14px;
- }
- .uni-easyinput__content[data-v-09fd5285] {
- flex: 1;
- width: 100%;
- display: flex;
- box-sizing: border-box;
- flex-direction: row;
- align-items: center;
- border-color: #fff;
- transition-property: border-color;
- transition-duration: 0.3s;
- }
- .uni-easyinput__content-input[data-v-09fd5285] {
- width: auto;
- position: relative;
- overflow: hidden;
- flex: 1;
- line-height: 1;
- font-size: 14px;
- height: 35px;
- }
- .uni-easyinput__placeholder-class[data-v-09fd5285] {
- color: #999;
- font-size: 12px;
- }
- .is-textarea[data-v-09fd5285] {
- align-items: flex-start;
- }
- .is-textarea-icon[data-v-09fd5285] {
- margin-top: 5px;
- }
- .uni-easyinput__content-textarea[data-v-09fd5285] {
- position: relative;
- overflow: hidden;
- flex: 1;
- line-height: 1.5;
- font-size: 14px;
- margin: 6px;
- margin-left: 0;
- height: 80px;
- min-height: 80px;
- min-height: 80px;
- width: auto;
- }
- .input-padding[data-v-09fd5285] {
- padding-left: 10px;
- }
- .content-clear-icon[data-v-09fd5285] {
- padding: 0 5px;
- }
- .label-icon[data-v-09fd5285] {
- margin-right: 5px;
- margin-top: -1px;
- }
- .is-input-border[data-v-09fd5285] {
- display: flex;
- box-sizing: border-box;
- flex-direction: row;
- align-items: center;
- border: 1px solid #dcdfe6;
- border-radius: 4px;
- }
- .uni-error-message[data-v-09fd5285] {
- position: absolute;
- bottom: -17px;
- left: 0;
- line-height: 12px;
- color: #e43d33;
- font-size: 12px;
- text-align: left;
- }
- .uni-error-msg--boeder[data-v-09fd5285] {
- position: relative;
- bottom: 0;
- line-height: 22px;
- }
- .is-input-error-border[data-v-09fd5285] {
- border-color: #e43d33;
- }
- .is-input-error-border .uni-easyinput__placeholder-class[data-v-09fd5285] {
- color: #f29e99;
- }
- .uni-easyinput--border[data-v-09fd5285] {
- margin-bottom: 0;
- padding: 10px 15px;
- border-top: 1px #eee solid;
- }
- .uni-easyinput-error[data-v-09fd5285] {
- padding-bottom: 0;
- }
- .is-first-border[data-v-09fd5285] {
- border: none;
- }
- .is-disabled[data-v-09fd5285] {
- background-color: #f7f6f6;
- color: #d5d5d5;
- }
- .is-disabled .uni-easyinput__placeholder-class[data-v-09fd5285] {
- color: #d5d5d5;
- font-size: 12px;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uni-forms-item[data-v-462874dd] {
- position: relative;
- display: flex;
- margin-bottom: 22px;
- flex-direction: row;
- }
- .uni-forms-item__label[data-v-462874dd] {
- 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-462874dd] {
- padding: 0;
- }
- .uni-forms-item__content[data-v-462874dd] {
- position: relative;
- font-size: 14px;
- flex: 1;
- box-sizing: border-box;
- flex-direction: row;
- }
- .uni-forms-item .uni-forms-item__nuve-content[data-v-462874dd] {
- display: flex;
- flex-direction: column;
- flex: 1;
- }
- .uni-forms-item__error[data-v-462874dd] {
- 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-462874dd] {
- color: #f56c6c;
- font-size: 12px;
- }
- .uni-forms-item__error.msg--active[data-v-462874dd] {
- opacity: 1;
- transform: translateY(0%);
- }
- .uni-forms-item.is-direction-left[data-v-462874dd] {
- flex-direction: row;
- }
- .uni-forms-item.is-direction-top[data-v-462874dd] {
- flex-direction: column;
- }
- .uni-forms-item.is-direction-top .uni-forms-item__label[data-v-462874dd] {
- padding: 0 0 8px;
- line-height: 1.5715;
- text-align: left;
- white-space: initial;
- }
- .uni-forms-item .is-required[data-v-462874dd] {
- color: #dd524d;
- font-weight: bold;
- }
- .uni-forms-item--border[data-v-462874dd] {
- margin-bottom: 0;
- padding: 10px 0;
- border-top: 1px #eee solid;
- }
- .uni-forms-item--border .uni-forms-item__content[data-v-462874dd] {
- 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-462874dd] {
- position: relative;
- top: 5px;
- left: 0;
- padding-top: 0;
- }
- .is-first-border[data-v-462874dd] {
- border: none;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- @media screen and (max-width: 500px) {
- .hide-on-phone[data-v-ddf9e0a2] {
- display: none;
- }
- }
- .uni-stat__select[data-v-ddf9e0a2] {
- display: flex;
- align-items: center;
- width: 100%;
- flex: 1;
- box-sizing: border-box;
- }
- .uni-stat-box[data-v-ddf9e0a2] {
- width: 100%;
- flex: 1;
- }
- .uni-stat__actived[data-v-ddf9e0a2] {
- width: 100%;
- flex: 1;
- }
- .uni-label-text[data-v-ddf9e0a2] {
- font-size: 14px;
- font-weight: bold;
- color: #6a6a6a;
- margin: auto 0;
- margin-right: 5px;
- }
- .uni-select[data-v-ddf9e0a2] {
- font-size: 14px;
- border: 1px solid #e5e5e5;
- box-sizing: border-box;
- border-radius: 4px;
- padding: 0 5px;
- padding-left: 10px;
- position: relative;
- display: flex;
- -webkit-user-select: none;
- user-select: none;
- flex-direction: row;
- align-items: center;
- border-bottom: solid 1px #e5e5e5;
- width: 100%;
- flex: 1;
- height: 35px;
- }
- .uni-select--disabled[data-v-ddf9e0a2] {
- background-color: #f5f7fa;
- cursor: not-allowed;
- }
- .uni-select__label[data-v-ddf9e0a2] {
- font-size: 16px;
- height: 35px;
- padding-right: 10px;
- color: #909399;
- }
- .uni-select__input-box[data-v-ddf9e0a2] {
- height: 35px;
- position: relative;
- display: flex;
- flex: 1;
- flex-direction: row;
- align-items: center;
- }
- .uni-select__input[data-v-ddf9e0a2] {
- flex: 1;
- font-size: 14px;
- height: 22px;
- line-height: 22px;
- }
- .uni-select__input-plac[data-v-ddf9e0a2] {
- font-size: 14px;
- color: #909399;
- }
- .uni-select__selector[data-v-ddf9e0a2] {
- box-sizing: border-box;
- position: absolute;
- left: 0;
- width: 100%;
- background-color: #FFFFFF;
- border: 1px solid #EBEEF5;
- border-radius: 6px;
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
- z-index: 3;
- padding: 4px 0;
- }
- .uni-select__selector-scroll[data-v-ddf9e0a2] {
- max-height: 200px;
- box-sizing: border-box;
- }
- .uni-select__selector-empty[data-v-ddf9e0a2],
- .uni-select__selector-item[data-v-ddf9e0a2] {
- display: flex;
- cursor: pointer;
- line-height: 35px;
- font-size: 14px;
- text-align: center;
- /* border-bottom: solid 1px $uni-border-3; */
- padding: 0px 10px;
- }
- .uni-select__selector-item[data-v-ddf9e0a2]:hover {
- background-color: #f9f9f9;
- }
- .uni-select__selector-empty[data-v-ddf9e0a2]:last-child,
- .uni-select__selector-item[data-v-ddf9e0a2]:last-child {
- border-bottom: none;
- }
- .uni-select__selector__disabled[data-v-ddf9e0a2] {
- opacity: 0.4;
- cursor: default;
- }
- /* picker 弹出层通用的指示小三角 */
- .uni-popper__arrow_bottom[data-v-ddf9e0a2],
- .uni-popper__arrow_bottom[data-v-ddf9e0a2]::after,
- .uni-popper__arrow_top[data-v-ddf9e0a2],
- .uni-popper__arrow_top[data-v-ddf9e0a2]::after {
- position: absolute;
- display: block;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
- border-width: 6px;
- }
- .uni-popper__arrow_bottom[data-v-ddf9e0a2] {
- 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_bottom[data-v-ddf9e0a2]::after {
- content: " ";
- top: 1px;
- margin-left: -6px;
- border-top-width: 0;
- border-bottom-color: #fff;
- }
- .uni-popper__arrow_top[data-v-ddf9e0a2] {
- filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
- bottom: -6px;
- left: 10%;
- margin-right: 3px;
- border-bottom-width: 0;
- border-top-color: #EBEEF5;
- }
- .uni-popper__arrow_top[data-v-ddf9e0a2]::after {
- content: " ";
- bottom: 1px;
- margin-left: -6px;
- border-bottom-width: 0;
- border-top-color: #fff;
- }
- .uni-select__input-text[data-v-ddf9e0a2] {
- width: 100%;
- color: #333;
- white-space: nowrap;
- text-overflow: ellipsis;
- -o-text-overflow: ellipsis;
- overflow: hidden;
- }
- .uni-select__input-placeholder[data-v-ddf9e0a2] {
- color: #6a6a6a;
- font-size: 12px;
- }
- .uni-select--mask[data-v-ddf9e0a2] {
- position: fixed;
- top: 0;
- bottom: 0;
- right: 0;
- left: 0;
- z-index: 2;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uni-load-more[data-v-9245e42c] {
- display: flex;
- flex-direction: row;
- height: 40px;
- align-items: center;
- justify-content: center;
- }
- .uni-load-more__text[data-v-9245e42c] {
- font-size: 14px;
- margin-left: 8px;
- }
- .uni-load-more__img[data-v-9245e42c] {
- width: 24px;
- height: 24px;
- }
- .uni-load-more__img--nvue[data-v-9245e42c] {
- color: #666666;
- }
- .uni-load-more__img--android[data-v-9245e42c],
- .uni-load-more__img--ios[data-v-9245e42c] {
- width: 24px;
- height: 24px;
- transform: rotate(0deg);
- }
- .uni-load-more__img--android[data-v-9245e42c] {
- animation: loading-ios 1s 0s linear infinite;
- }
- @keyframes loading-android-9245e42c {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(360deg);
- }
- }
- .uni-load-more__img--ios-H5[data-v-9245e42c] {
- position: relative;
- animation: loading-ios-H5-9245e42c 1s 0s step-end infinite;
- }
- .uni-load-more__img--ios-H5 uni-image[data-v-9245e42c] {
- position: absolute;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- }
- @keyframes loading-ios-H5-9245e42c {
- 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-9245e42c] {
- 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-9245e42c] {
- 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-9245e42c]:nth-child(1) {
- animation: loading-android-MP-1-9245e42c 1s 0s linear infinite;
- }
- .uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-9245e42c]:nth-child(2) {
- animation: loading-android-MP-2-9245e42c 1s 0s linear infinite;
- }
- .uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-9245e42c]:nth-child(3) {
- animation: loading-android-MP-3-9245e42c 1s 0s linear infinite;
- }
- @keyframes loading-android-9245e42c {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(360deg);
- }
- }
- @keyframes loading-android-MP-1-9245e42c {
- 0% {
- transform: rotate(0deg);
- }
- 50% {
- transform: rotate(90deg);
- }
- 100% {
- transform: rotate(360deg);
- }
- }
- @keyframes loading-android-MP-2-9245e42c {
- 0% {
- transform: rotate(0deg);
- }
- 50% {
- transform: rotate(180deg);
- }
- 100% {
- transform: rotate(360deg);
- }
- }
- @keyframes loading-android-MP-3-9245e42c {
- 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 */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uni-data-pickerview[data-v-91ec6a82] {
- flex: 1;
- display: flex;
- flex-direction: column;
- overflow: hidden;
- height: 100%;
- }
- .error-text[data-v-91ec6a82] {
- color: #DD524D;
- }
- .loading-cover[data-v-91ec6a82] {
- 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-91ec6a82] {
- margin: auto;
- }
- .error-message[data-v-91ec6a82] {
- 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-91ec6a82] {
- display: flex;
- flex-wrap: nowrap;
- flex-direction: row;
- padding: 0 5px;
- border-bottom: 1px solid #f8f8f8;
- }
- .selected-item[data-v-91ec6a82] {
- margin-left: 10px;
- margin-right: 10px;
- padding: 12px 0;
- text-align: center;
- white-space: nowrap;
- }
- .selected-item-text-overflow[data-v-91ec6a82] {
- width: 168px;
- /* fix nvue */
- overflow: hidden;
- width: 6em;
- white-space: nowrap;
- text-overflow: ellipsis;
- -o-text-overflow: ellipsis;
- }
- .selected-item-active[data-v-91ec6a82] {
- border-bottom: 2px solid #007aff;
- }
- .selected-item-text[data-v-91ec6a82] {
- color: #007aff;
- }
- .tab-c[data-v-91ec6a82] {
- position: relative;
- flex: 1;
- display: flex;
- flex-direction: row;
- overflow: hidden;
- }
- .list[data-v-91ec6a82] {
- flex: 1;
- }
- .item[data-v-91ec6a82] {
- padding: 12px 15px;
- /* border-bottom: 1px solid #f0f0f0; */
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- }
- .is-disabled[data-v-91ec6a82] {
- opacity: 0.5;
- }
- .item-text[data-v-91ec6a82] {
- /* flex: 1; */
- color: #333333;
- }
- .item-text-overflow[data-v-91ec6a82] {
- width: 280px;
- /* fix nvue */
- overflow: hidden;
- width: 20em;
- white-space: nowrap;
- text-overflow: ellipsis;
- -o-text-overflow: ellipsis;
- }
- .check[data-v-91ec6a82] {
- 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-2653531e] {
- flex: 1;
- position: relative;
- font-size: 14px;
- }
- .error-text[data-v-2653531e] {
- color: #DD524D;
- }
- .input-value[data-v-2653531e] {
- 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-2653531e] {
- border: 1px solid #e5e5e5;
- border-radius: 5px;
- }
- .selected-area[data-v-2653531e] {
- flex: 1;
- overflow: hidden;
- display: flex;
- flex-direction: row;
- }
- .load-more[data-v-2653531e] {
- margin-right: auto;
- }
- .selected-list[data-v-2653531e] {
- display: flex;
- flex-direction: row;
- flex-wrap: nowrap;
- /* padding: 0 5px; */
- }
- .selected-item[data-v-2653531e] {
- flex-direction: row;
- /* padding: 0 1px; */
- white-space: nowrap;
- }
- .text-color[data-v-2653531e] {
- color: #333;
- }
- .placeholder[data-v-2653531e] {
- color: grey;
- font-size: 12px;
- }
- .input-split-line[data-v-2653531e] {
- opacity: .5;
- }
- .arrow-area[data-v-2653531e] {
- 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-2653531e] {
- width: 7px;
- height: 7px;
- border-left: 1px solid #999;
- border-bottom: 1px solid #999;
- }
- .uni-data-tree-cover[data-v-2653531e] {
- 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-2653531e] {
- 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-2653531e] {
- position: relative;
- display: flex;
- flex-direction: row;
- /* border-bottom: 1px solid #f0f0f0; */
- }
- .title-area[data-v-2653531e] {
- display: flex;
- align-items: center;
- margin: auto;
- padding: 0 10px;
- }
- .dialog-title[data-v-2653531e] {
- /* font-weight: bold; */
- line-height: 44px;
- }
- .dialog-close[data-v-2653531e] {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 0 15px;
- }
- .dialog-close-plus[data-v-2653531e] {
- width: 16px;
- height: 2px;
- background-color: #666;
- border-radius: 2px;
- transform: rotate(45deg);
- }
- .dialog-close-rotate[data-v-2653531e] {
- position: absolute;
- transform: rotate(-45deg);
- }
- .picker-view[data-v-2653531e] {
- flex: 1;
- overflow: hidden;
- }
- .icon-clear[data-v-2653531e] {
- display: flex;
- align-items: center;
- }
- /* picker 弹出层通用的指示小三角, todo:扩展至上下左右方向定位 */
- .uni-popper__arrow[data-v-2653531e],
- .uni-popper__arrow[data-v-2653531e]::after {
- position: absolute;
- display: block;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
- border-width: 6px;
- }
- .uni-popper__arrow[data-v-2653531e] {
- 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-2653531e]::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 */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uni-popup-message[data-v-a4566996] {
- display: flex;
- flex-direction: row;
- justify-content: center;
- }
- .uni-popup-message__box[data-v-a4566996] {
- background-color: #e1f3d8;
- padding: 10px 15px;
- border-color: #eee;
- border-style: solid;
- border-width: 1px;
- flex: 1;
- }
- @media screen and (min-width: 500px) {
- .fixforpc-width[data-v-a4566996] {
- margin-top: 20px;
- border-radius: 4px;
- flex: none;
- min-width: 380px;
- max-width: 50%;
- }
- }
- .uni-popup-message-text[data-v-a4566996] {
- font-size: 14px;
- padding: 0;
- }
- .uni-popup__success[data-v-a4566996] {
- background-color: #e1f3d8;
- }
- .uni-popup__success-text[data-v-a4566996] {
- color: #67C23A;
- }
- .uni-popup__warn[data-v-a4566996] {
- background-color: #faecd8;
- }
- .uni-popup__warn-text[data-v-a4566996] {
- color: #E6A23C;
- }
- .uni-popup__error[data-v-a4566996] {
- background-color: #fde2e2;
- }
- .uni-popup__error-text[data-v-a4566996] {
- color: #F56C6C;
- }
- .uni-popup__info[data-v-a4566996] {
- background-color: #F2F6FC;
- }
- .uni-popup__info-text[data-v-a4566996] {
- color: #909399;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uni-popup[data-v-4dd3c44b] {
- position: fixed;
- z-index: 99;
- }
- .uni-popup.top[data-v-4dd3c44b], .uni-popup.left[data-v-4dd3c44b], .uni-popup.right[data-v-4dd3c44b] {
- top: 0;
- }
- .uni-popup .uni-popup__wrapper[data-v-4dd3c44b] {
- display: block;
- position: relative;
- /* iphonex 等安全区设置,底部安全区适配 */
- }
- .uni-popup .uni-popup__wrapper.left[data-v-4dd3c44b], .uni-popup .uni-popup__wrapper.right[data-v-4dd3c44b] {
- padding-top: 0;
- flex: 1;
- }
- .fixforpc-z-index[data-v-4dd3c44b] {
- z-index: 999;
- }
- .fixforpc-top[data-v-4dd3c44b] {
- top: 0;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .container {
- padding: 15px;
- background-color: #fff;
- }
- .weight-right {
- padding-right: 0.3125rem;
- font-size: 0.4375rem;
- }
- .weight-tip {
- color: gray;
- font-size: 0.375rem;
- }
- .select-item .uni-forms-item__content {
- display: flex !important;
- }
- .select-item .uni-forms-item__label {
- width: auto !important;
- }
- .select-item uni-button {
- height: 35px;
- font-size: 0.5rem;
- margin-left: 0.3125rem;
- }
- .button-group {
- margin-top: 15px;
- display: flex;
- flex-direction: row;
- justify-content: space-around;
- }
- .button-group uni-button {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 35px;
- width: 50%;
- margin-left: 10px;
- font-size: 0.5rem;
- }
- .button-group .uni-icons {
- margin-right: 10px;
- }
- .history {
- display: flex;
- width: 100%;
- flex-direction: column;
- justify-items: start;
- }
- .history .title {
- padding: 0.625rem;
- font-size: 0.75rem;
- font-weight: 600;
- }
- .history .type {
- padding-right: 0.625rem;
- font-size: 0.75rem;
- }
- .history .code {
- font-weight: 600;
- }
- .history .item {
- padding: 0.625rem;
- font-size: 0.625rem;
- color: #666;
- }
- .history .item .status {
- padding-left: 0.625rem;
- }
- .history .item .fail {
- font-weight: 600;
- color: #f00;
- }
- .history .is-empty {
- text-align: center;
- margin: 40px 0;
- color: #999;
- }
|