| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028 |
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uv-overlay[data-v-7303e1aa] {
- 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 */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- uni-view[data-v-29b619ea], uni-scroll-view[data-v-29b619ea], uni-swiper-item[data-v-29b619ea] {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .uv-loading-icon[data-v-29b619ea] {
- flex-direction: row;
- align-items: center;
- justify-content: center;
- color: #c8c9cc;
- }
- .uv-loading-icon__text[data-v-29b619ea] {
- margin-left: 4px;
- color: #606266;
- font-size: 14px;
- line-height: 20px;
- }
- .uv-loading-icon__spinner[data-v-29b619ea] {
- width: 30px;
- height: 30px;
- position: relative;
- box-sizing: border-box;
- max-width: 100%;
- max-height: 100%;
- animation: uv-rotate-29b619ea 1s linear infinite;
- }
- .uv-loading-icon__spinner--semicircle[data-v-29b619ea] {
- 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;
- }
- .uv-loading-icon__spinner--circle[data-v-29b619ea] {
- 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;
- }
- .uv-loading-icon--vertical[data-v-29b619ea] {
- flex-direction: column;
- }
- [data-v-29b619ea]:host {
- font-size: 0px;
- line-height: 1;
- }
- .uv-loading-icon__spinner--spinner[data-v-29b619ea] {
- animation-timing-function: steps(12);
- }
- .uv-loading-icon__text[data-v-29b619ea]:empty {
- display: none;
- }
- .uv-loading-icon--vertical .uv-loading-icon__text[data-v-29b619ea] {
- margin: 6px 0 0;
- color: #606266;
- }
- .uv-loading-icon__dot[data-v-29b619ea] {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- .uv-loading-icon__dot[data-v-29b619ea]:before {
- display: block;
- width: 2px;
- height: 25%;
- margin: 0 auto;
- background-color: currentColor;
- border-radius: 40%;
- content: " ";
- }
- .uv-loading-icon__dot[data-v-29b619ea]:nth-of-type(1) {
- transform: rotate(30deg);
- opacity: 1;
- }
- .uv-loading-icon__dot[data-v-29b619ea]:nth-of-type(2) {
- transform: rotate(60deg);
- opacity: 0.9375;
- }
- .uv-loading-icon__dot[data-v-29b619ea]:nth-of-type(3) {
- transform: rotate(90deg);
- opacity: 0.875;
- }
- .uv-loading-icon__dot[data-v-29b619ea]:nth-of-type(4) {
- transform: rotate(120deg);
- opacity: 0.8125;
- }
- .uv-loading-icon__dot[data-v-29b619ea]:nth-of-type(5) {
- transform: rotate(150deg);
- opacity: 0.75;
- }
- .uv-loading-icon__dot[data-v-29b619ea]:nth-of-type(6) {
- transform: rotate(180deg);
- opacity: 0.6875;
- }
- .uv-loading-icon__dot[data-v-29b619ea]:nth-of-type(7) {
- transform: rotate(210deg);
- opacity: 0.625;
- }
- .uv-loading-icon__dot[data-v-29b619ea]:nth-of-type(8) {
- transform: rotate(240deg);
- opacity: 0.5625;
- }
- .uv-loading-icon__dot[data-v-29b619ea]:nth-of-type(9) {
- transform: rotate(270deg);
- opacity: 0.5;
- }
- .uv-loading-icon__dot[data-v-29b619ea]:nth-of-type(10) {
- transform: rotate(300deg);
- opacity: 0.4375;
- }
- .uv-loading-icon__dot[data-v-29b619ea]:nth-of-type(11) {
- transform: rotate(330deg);
- opacity: 0.375;
- }
- .uv-loading-icon__dot[data-v-29b619ea]:nth-of-type(12) {
- transform: rotate(360deg);
- opacity: 0.3125;
- }
- @keyframes uv-rotate-29b619ea {
- 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-b7a6dd5d], uni-scroll-view[data-v-b7a6dd5d], uni-swiper-item[data-v-b7a6dd5d] {
- 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: "uvicon-iconfont";
- src: url("../../assets/uvicons.04d281cc.ttf") format("truetype");
- }
- .uv-icon[data-v-b7a6dd5d] {
- display: flex;
- align-items: center;
- }
- .uv-icon--left[data-v-b7a6dd5d] {
- flex-direction: row-reverse;
- align-items: center;
- }
- .uv-icon--right[data-v-b7a6dd5d] {
- flex-direction: row;
- align-items: center;
- }
- .uv-icon--top[data-v-b7a6dd5d] {
- flex-direction: column-reverse;
- justify-content: center;
- }
- .uv-icon--bottom[data-v-b7a6dd5d] {
- flex-direction: column;
- justify-content: center;
- }
- .uv-icon__icon[data-v-b7a6dd5d] {
- font-family: uvicon-iconfont;
- position: relative;
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .uv-icon__icon--primary[data-v-b7a6dd5d] {
- color: #3c9cff;
- }
- .uv-icon__icon--success[data-v-b7a6dd5d] {
- color: #5ac725;
- }
- .uv-icon__icon--error[data-v-b7a6dd5d] {
- color: #f56c6c;
- }
- .uv-icon__icon--warning[data-v-b7a6dd5d] {
- color: #f9ae3d;
- }
- .uv-icon__icon--info[data-v-b7a6dd5d] {
- color: #909399;
- }
- .uv-icon__img[data-v-b7a6dd5d] {
- height: auto;
- will-change: transform;
- }
- .uv-icon__label[data-v-b7a6dd5d] {
- 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-70f56d7c], uni-scroll-view[data-v-70f56d7c], uni-swiper-item[data-v-70f56d7c] {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .uv-toast__content[data-v-70f56d7c] {
- display: flex;
- flex-direction: row;
- padding: 12px 20px;
- border-radius: 4px;
- background-color: #585858;
- color: #fff;
- align-items: center;
- max-width: 18.75rem;
- position: relative;
- }
- .uv-toast__content--loading[data-v-70f56d7c] {
- flex-direction: column;
- padding: 20px 20px;
- }
- .uv-toast__content__text[data-v-70f56d7c] {
- color: #fff;
- font-size: 15px;
- line-height: 15px;
- }
- .uv-toast__content__text--default[data-v-70f56d7c] {
- color: #fff;
- }
- .uv-toast__content__text--error[data-v-70f56d7c] {
- color: #f56c6c;
- }
- .uv-toast__content__text--primary[data-v-70f56d7c] {
- color: #3c9cff;
- }
- .uv-toast__content__text--success[data-v-70f56d7c] {
- color: #5ac725;
- }
- .uv-toast__content__text--warning[data-v-70f56d7c] {
- color: #f9ae3d;
- }
- .uv-type-primary[data-v-70f56d7c] {
- color: #3c9cff;
- background-color: #ecf5ff;
- border-color: #d7eafe;
- border-width: 1px;
- }
- .uv-type-success[data-v-70f56d7c] {
- color: #5ac725;
- background-color: #dbf1e1;
- border-color: #BEF5C8;
- border-width: 1px;
- }
- .uv-type-error[data-v-70f56d7c] {
- color: #f56c6c;
- background-color: #fef0f0;
- border-color: #fde2e2;
- border-width: 1px;
- }
- .uv-type-warning[data-v-70f56d7c] {
- color: #f9ae3d;
- background-color: #fdf6ec;
- border-color: #faecd8;
- border-width: 1px;
- }
- .uv-type-default[data-v-70f56d7c] {
- color: #fff;
- background-color: #585858;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uv-line-1[data-v-298cf9e4] {
- display: -webkit-box !important;
- overflow: hidden;
- text-overflow: ellipsis;
- word-break: break-all;
- -webkit-line-clamp: 1;
- -webkit-box-orient: vertical !important;
- }
- .uv-line-2[data-v-298cf9e4] {
- display: -webkit-box !important;
- overflow: hidden;
- text-overflow: ellipsis;
- word-break: break-all;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical !important;
- }
- .uv-line-3[data-v-298cf9e4] {
- display: -webkit-box !important;
- overflow: hidden;
- text-overflow: ellipsis;
- word-break: break-all;
- -webkit-line-clamp: 3;
- -webkit-box-orient: vertical !important;
- }
- .uv-line-4[data-v-298cf9e4] {
- display: -webkit-box !important;
- overflow: hidden;
- text-overflow: ellipsis;
- word-break: break-all;
- -webkit-line-clamp: 4;
- -webkit-box-orient: vertical !important;
- }
- .uv-line-5[data-v-298cf9e4] {
- display: -webkit-box !important;
- overflow: hidden;
- text-overflow: ellipsis;
- word-break: break-all;
- -webkit-line-clamp: 5;
- -webkit-box-orient: vertical !important;
- }
- .uv-border-bottom[data-v-298cf9e4] {
- border-bottom-width: 0.5px !important;
- border-color: #dadbde !important;
- border-bottom-style: solid;
- }
- .uv-hover-class[data-v-298cf9e4] {
- opacity: 0.7;
- }
- uni-view[data-v-298cf9e4], uni-scroll-view[data-v-298cf9e4], uni-swiper-item[data-v-298cf9e4] {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .uv-toolbar[data-v-298cf9e4] {
- height: 42px;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- }
- .uv-toolbar__wrapper__cancel[data-v-298cf9e4] {
- color: #909193;
- font-size: 15px;
- padding: 0 15px;
- }
- .uv-toolbar__title[data-v-298cf9e4] {
- color: #303133;
- padding: 0 1.875rem;
- font-size: 16px;
- flex: 1;
- text-align: center;
- }
- .uv-toolbar__wrapper__confirm[data-v-298cf9e4] {
- color: #3c9cff;
- font-size: 15px;
- padding: 0 15px;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uv-status-bar[data-v-f5bd6f5a] {
- width: 100%;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uv-safe-bottom[data-v-560f16b2] {
- width: 100%;
- }
- .uv-safe-area-inset-top[data-v-560f16b2] {
- padding-top: 0;
- padding-top: constant(safe-area-inset-top);
- padding-top: env(safe-area-inset-top);
- }
- .uv-safe-area-inset-right[data-v-560f16b2] {
- padding-right: 0;
- padding-right: constant(safe-area-inset-right);
- padding-right: env(safe-area-inset-right);
- }
- .uv-safe-area-inset-bottom[data-v-560f16b2] {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .uv-safe-area-inset-left[data-v-560f16b2] {
- padding-left: 0;
- padding-left: constant(safe-area-inset-left);
- padding-left: env(safe-area-inset-left);
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uv-popup[data-v-01a3ad6e] {
- position: fixed;
- z-index: 99;
- }
- .uv-popup.top[data-v-01a3ad6e], .uv-popup.left[data-v-01a3ad6e], .uv-popup.right[data-v-01a3ad6e] {
- top: 0;
- }
- .uv-popup .uv-popup__content[data-v-01a3ad6e] {
- display: block;
- overflow: hidden;
- position: relative;
- }
- .uv-popup .uv-popup__content.left[data-v-01a3ad6e], .uv-popup .uv-popup__content.right[data-v-01a3ad6e] {
- padding-top: 0;
- flex: 1;
- }
- .uv-popup .uv-popup__content__close[data-v-01a3ad6e] {
- position: absolute;
- }
- .uv-popup .uv-popup__content__close--hover[data-v-01a3ad6e] {
- opacity: 0.4;
- }
- .uv-popup .uv-popup__content__close--top-left[data-v-01a3ad6e] {
- top: 15px;
- left: 15px;
- }
- .uv-popup .uv-popup__content__close--top-right[data-v-01a3ad6e] {
- top: 15px;
- right: 15px;
- }
- .uv-popup .uv-popup__content__close--bottom-left[data-v-01a3ad6e] {
- bottom: 15px;
- left: 15px;
- }
- .uv-popup .uv-popup__content__close--bottom-right[data-v-01a3ad6e] {
- right: 15px;
- bottom: 15px;
- }
- .fixforpc-z-index[data-v-01a3ad6e] {
- z-index: 999;
- }
- .fixforpc-top[data-v-01a3ad6e] {
- top: 0;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uv-line-1[data-v-f74a1703] {
- display: -webkit-box !important;
- overflow: hidden;
- text-overflow: ellipsis;
- word-break: break-all;
- -webkit-line-clamp: 1;
- -webkit-box-orient: vertical !important;
- }
- .uv-line-2[data-v-f74a1703] {
- display: -webkit-box !important;
- overflow: hidden;
- text-overflow: ellipsis;
- word-break: break-all;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical !important;
- }
- .uv-line-3[data-v-f74a1703] {
- display: -webkit-box !important;
- overflow: hidden;
- text-overflow: ellipsis;
- word-break: break-all;
- -webkit-line-clamp: 3;
- -webkit-box-orient: vertical !important;
- }
- .uv-line-4[data-v-f74a1703] {
- display: -webkit-box !important;
- overflow: hidden;
- text-overflow: ellipsis;
- word-break: break-all;
- -webkit-line-clamp: 4;
- -webkit-box-orient: vertical !important;
- }
- .uv-line-5[data-v-f74a1703] {
- display: -webkit-box !important;
- overflow: hidden;
- text-overflow: ellipsis;
- word-break: break-all;
- -webkit-line-clamp: 5;
- -webkit-box-orient: vertical !important;
- }
- uni-view[data-v-f74a1703], uni-scroll-view[data-v-f74a1703], uni-swiper-item[data-v-f74a1703] {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .uv-picker[data-v-f74a1703] {
- position: relative;
- }
- .uv-picker__view__column[data-v-f74a1703] {
- display: flex;
- flex-direction: row;
- flex: 1;
- justify-content: center;
- }
- .uv-picker__view__column__item[data-v-f74a1703] {
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- text-align: center;
- display: block;
- color: #303133;
- }
- .uv-picker__view__column__item--disabled[data-v-f74a1703] {
- cursor: not-allowed;
- opacity: 0.35;
- }
- .uv-picker--loading[data-v-f74a1703] {
- position: absolute;
- top: 0;
- right: 0;
- left: 0;
- bottom: 0;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- background-color: rgba(255, 255, 255, 0.87);
- z-index: 1000;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .uv-reset-button[data-v-ae8e42c7] {
- padding: 0;
- background-color: transparent;
- }
- .uv-reset-button[data-v-ae8e42c7]::after {
- border: none;
- }
- uni-view[data-v-ae8e42c7], uni-scroll-view[data-v-ae8e42c7], uni-swiper-item[data-v-ae8e42c7] {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .uv-button-wrapper[data-v-ae8e42c7] {
- position: relative;
- }
- .uv-button-wrapper--dis[data-v-ae8e42c7] {
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- z-index: 9;
- }
- .uv-button[data-v-ae8e42c7] {
- width: 100%;
- }
- .uv-button__text[data-v-ae8e42c7] {
- white-space: nowrap;
- line-height: 1;
- }
- .uv-button[data-v-ae8e42c7]: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;
- }
- .uv-button--active[data-v-ae8e42c7]:before {
- opacity: 0.15;
- }
- .uv-button__icon + .uv-button__text[data-v-ae8e42c7]:not(:empty), .uv-button__loading-text[data-v-ae8e42c7] {
- margin-left: 4px;
- }
- .uv-button--plain.uv-button--primary[data-v-ae8e42c7] {
- color: #3c9cff;
- }
- .uv-button--plain.uv-button--info[data-v-ae8e42c7] {
- color: #909399;
- }
- .uv-button--plain.uv-button--success[data-v-ae8e42c7] {
- color: #5ac725;
- }
- .uv-button--plain.uv-button--error[data-v-ae8e42c7] {
- color: #f56c6c;
- }
- .uv-button--plain.uv-button--warning[data-v-ae8e42c7] {
- color: #f9ae3d;
- }
- .uv-button[data-v-ae8e42c7] {
- height: 40px;
- position: relative;
- align-items: center;
- justify-content: center;
- display: flex;
- flex-direction: row;
- box-sizing: border-box;
- flex-direction: row;
- }
- .uv-button__text[data-v-ae8e42c7] {
- font-size: 15px;
- }
- .uv-button__loading-text[data-v-ae8e42c7] {
- font-size: 15px;
- margin-left: 4px;
- }
- .uv-button--large[data-v-ae8e42c7] {
- width: 100%;
- height: 50px;
- padding: 0 15px;
- }
- .uv-button--normal[data-v-ae8e42c7] {
- padding: 0 12px;
- font-size: 14px;
- }
- .uv-button--small[data-v-ae8e42c7] {
- min-width: 60px;
- height: 30px;
- padding: 0px 8px;
- font-size: 12px;
- }
- .uv-button--mini[data-v-ae8e42c7] {
- height: 22px;
- font-size: 10px;
- min-width: 50px;
- padding: 0px 8px;
- }
- .uv-button--disabled[data-v-ae8e42c7] {
- opacity: 0.5;
- }
- .uv-button--info[data-v-ae8e42c7] {
- color: #323233;
- background-color: #fff;
- border-color: #ebedf0;
- border-width: 1px;
- border-style: solid;
- }
- .uv-button--success[data-v-ae8e42c7] {
- color: #fff;
- background-color: #5ac725;
- border-color: #5ac725;
- border-width: 1px;
- border-style: solid;
- }
- .uv-button--primary[data-v-ae8e42c7] {
- color: #fff;
- background-color: #3c9cff;
- border-color: #3c9cff;
- border-width: 1px;
- border-style: solid;
- }
- .uv-button--error[data-v-ae8e42c7] {
- color: #fff;
- background-color: #f56c6c;
- border-color: #f56c6c;
- border-width: 1px;
- border-style: solid;
- }
- .uv-button--warning[data-v-ae8e42c7] {
- color: #fff;
- background-color: #f9ae3d;
- border-color: #f9ae3d;
- border-width: 1px;
- border-style: solid;
- }
- .uv-button--block[data-v-ae8e42c7] {
- display: flex;
- flex-direction: row;
- width: 100%;
- }
- .uv-button--circle[data-v-ae8e42c7] {
- border-top-right-radius: 100px;
- border-top-left-radius: 100px;
- border-bottom-left-radius: 100px;
- border-bottom-right-radius: 100px;
- }
- .uv-button--square[data-v-ae8e42c7] {
- border-bottom-left-radius: 3px;
- border-bottom-right-radius: 3px;
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- }
- .uv-button__icon[data-v-ae8e42c7] {
- min-width: 1em;
- line-height: inherit !important;
- vertical-align: top;
- }
- .uv-button--plain[data-v-ae8e42c7] {
- background-color: #fff;
- }
- .uv-button--hairline[data-v-ae8e42c7] {
- border-width: 0.5px !important;
- }
- .titlearea{
- /* height:400rpx; */
- display:flex;
- flex-direction:column;
- justify-content: center;
- align-items:center;
- }
- .title_2{
- margin-top:0.46875rem;
- font-size:1.125rem;
- font-weight:400;
- color:#666666
- }
- .title_member{
- margin-top:0.9375rem;
- font-size:1.125rem;
- font-weight:400;
- color:#648EB8;
- }
- .title_desstr{
- width:21.875rem;
- margin-left:0.78125rem;
- margin-top:0.9375rem;
- font-size:0.9375rem;
- font-weight:300;
- color:#9C9C9C;
- }
- .info_div{
- display: flex;
- flex-direction: column;
- align-items: center;
- margin-bottom: 20px;
- gap: 5px;
- }
- .info_div_2{
- margin-top: 20px;
- }
- .info_div_1{
- display: flex;
- flex-direction: row;
- justify-content: center;
- gap: 10px;
- }
- .info_div .text_div{
- text-align: center;
- letter-spacing: "0.5em";
- }
- .title1{
- color: #363636 ;
- font-size: 30px;
- }
- .text{
- color: #0000CD;
- font-size: 30px;
- }
- .title2{
- color: #363636;
- font-size: 15px;
- }
- .title3{
- color: #363636;
- font-size: 20px;
- }
- .mybtn{
- width: 50%;
- letter-spacing: 10px;
- }
- .canvasview{
- position:relative;
- }
- .showdiv{
- position: relative;
- width: 100%;
- }
- .showdiv #canvas_ruler{
- position: absolute;
- top: 0;
- left: 0;
- z-index: 0;
- }
- .showdiv #canvas-cursor{
- position: absolute;
- top: 0;
- left: 0;
- z-index: 100;
- pointer-events:none;
- }
|