1251 lines
33 KiB
CSS
1251 lines
33 KiB
CSS
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
uni-view[data-v-747d4365], uni-scroll-view[data-v-747d4365], uni-swiper-item[data-v-747d4365] {
|
||
display: flex;
|
||
flex-direction: column;
|
||
flex-shrink: 0;
|
||
flex-grow: 0;
|
||
flex-basis: auto;
|
||
align-items: stretch;
|
||
align-content: flex-start;
|
||
}
|
||
.uv-badge[data-v-747d4365] {
|
||
border-top-right-radius: 100px;
|
||
border-top-left-radius: 100px;
|
||
border-bottom-left-radius: 100px;
|
||
border-bottom-right-radius: 100px;
|
||
|
||
display: flex;
|
||
|
||
flex-direction: row;
|
||
line-height: 11px;
|
||
text-align: center;
|
||
font-size: 11px;
|
||
color: #FFFFFF;
|
||
}
|
||
.uv-badge--dot[data-v-747d4365] {
|
||
height: 8px;
|
||
width: 8px;
|
||
}
|
||
.uv-badge--inverted[data-v-747d4365] {
|
||
font-size: 13px;
|
||
}
|
||
.uv-badge--not-dot[data-v-747d4365] {
|
||
padding: 2px 5px;
|
||
}
|
||
.uv-badge--horn[data-v-747d4365] {
|
||
border-bottom-left-radius: 0;
|
||
}
|
||
.uv-badge--primary[data-v-747d4365] {
|
||
background-color: #3c9cff;
|
||
}
|
||
.uv-badge--primary--inverted[data-v-747d4365] {
|
||
color: #3c9cff;
|
||
}
|
||
.uv-badge--error[data-v-747d4365] {
|
||
background-color: #f56c6c;
|
||
}
|
||
.uv-badge--error--inverted[data-v-747d4365] {
|
||
color: #f56c6c;
|
||
}
|
||
.uv-badge--success[data-v-747d4365] {
|
||
background-color: #5ac725;
|
||
}
|
||
.uv-badge--success--inverted[data-v-747d4365] {
|
||
color: #5ac725;
|
||
}
|
||
.uv-badge--info[data-v-747d4365] {
|
||
background-color: #909399;
|
||
}
|
||
.uv-badge--info--inverted[data-v-747d4365] {
|
||
color: #909399;
|
||
}
|
||
.uv-badge--warning[data-v-747d4365] {
|
||
background-color: #f9ae3d;
|
||
}
|
||
.uv-badge--warning--inverted[data-v-747d4365] {
|
||
color: #f9ae3d;
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
uni-view[data-v-0f3b9fa1], uni-scroll-view[data-v-0f3b9fa1], uni-swiper-item[data-v-0f3b9fa1] {
|
||
display: flex;
|
||
flex-direction: column;
|
||
flex-shrink: 0;
|
||
flex-grow: 0;
|
||
flex-basis: auto;
|
||
align-items: stretch;
|
||
align-content: flex-start;
|
||
}
|
||
.uv-tabs__wrapper[data-v-0f3b9fa1] {
|
||
|
||
display: flex;
|
||
|
||
flex-direction: row;
|
||
align-items: center;
|
||
}
|
||
.uv-tabs__wrapper__scroll-view-wrapper[data-v-0f3b9fa1] {
|
||
flex: 1;
|
||
overflow: auto hidden;
|
||
}
|
||
.uv-tabs__wrapper__scroll-view[data-v-0f3b9fa1] {
|
||
|
||
display: flex;
|
||
|
||
flex-direction: row;
|
||
flex: 1;
|
||
}
|
||
.uv-tabs__wrapper__nav[data-v-0f3b9fa1] {
|
||
|
||
display: flex;
|
||
|
||
flex-direction: row;
|
||
position: relative;
|
||
}
|
||
.uv-tabs__wrapper__nav__item[data-v-0f3b9fa1] {
|
||
padding: 0 11px;
|
||
|
||
display: flex;
|
||
|
||
flex-direction: row;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.uv-tabs__wrapper__nav__item--disabled[data-v-0f3b9fa1] {
|
||
cursor: not-allowed;
|
||
}
|
||
.uv-tabs__wrapper__nav__item__text[data-v-0f3b9fa1] {
|
||
font-size: 15px;
|
||
color: #606266;
|
||
}
|
||
.uv-tabs__wrapper__nav__item__text--disabled[data-v-0f3b9fa1] {
|
||
color: #c8c9cc !important;
|
||
}
|
||
.uv-tabs__wrapper__nav__line[data-v-0f3b9fa1] {
|
||
height: 3px;
|
||
background: #3c9cff;
|
||
width: 30px;
|
||
position: absolute;
|
||
bottom: 2px;
|
||
border-radius: 100px;
|
||
transition-property: transform;
|
||
transition-duration: 300ms;
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
uni-view[data-v-7cc7ad3f], uni-scroll-view[data-v-7cc7ad3f], uni-swiper-item[data-v-7cc7ad3f] {
|
||
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-7cc7ad3f] {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.uv-icon--left[data-v-7cc7ad3f] {
|
||
flex-direction: row-reverse;
|
||
align-items: center;
|
||
}
|
||
.uv-icon--right[data-v-7cc7ad3f] {
|
||
flex-direction: row;
|
||
align-items: center;
|
||
}
|
||
.uv-icon--top[data-v-7cc7ad3f] {
|
||
flex-direction: column-reverse;
|
||
justify-content: center;
|
||
}
|
||
.uv-icon--bottom[data-v-7cc7ad3f] {
|
||
flex-direction: column;
|
||
justify-content: center;
|
||
}
|
||
.uv-icon__icon[data-v-7cc7ad3f] {
|
||
font-family: uvicon-iconfont;
|
||
position: relative;
|
||
|
||
display: flex;
|
||
|
||
flex-direction: row;
|
||
align-items: center;
|
||
}
|
||
.uv-icon__icon--primary[data-v-7cc7ad3f] {
|
||
color: #3c9cff;
|
||
}
|
||
.uv-icon__icon--success[data-v-7cc7ad3f] {
|
||
color: #5ac725;
|
||
}
|
||
.uv-icon__icon--error[data-v-7cc7ad3f] {
|
||
color: #f56c6c;
|
||
}
|
||
.uv-icon__icon--warning[data-v-7cc7ad3f] {
|
||
color: #f9ae3d;
|
||
}
|
||
.uv-icon__icon--info[data-v-7cc7ad3f] {
|
||
color: #909399;
|
||
}
|
||
.uv-icon__img[data-v-7cc7ad3f] {
|
||
height: auto;
|
||
will-change: transform;
|
||
}
|
||
.uv-icon__label[data-v-7cc7ad3f] {
|
||
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-daf2e960], uni-scroll-view[data-v-daf2e960], uni-swiper-item[data-v-daf2e960] {
|
||
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-daf2e960] {
|
||
flex-direction: row;
|
||
align-items: center;
|
||
justify-content: center;
|
||
color: #c8c9cc;
|
||
}
|
||
.uv-loading-icon__text[data-v-daf2e960] {
|
||
margin-left: 4px;
|
||
color: #606266;
|
||
font-size: 14px;
|
||
line-height: 20px;
|
||
}
|
||
.uv-loading-icon__spinner[data-v-daf2e960] {
|
||
width: 30px;
|
||
height: 30px;
|
||
position: relative;
|
||
box-sizing: border-box;
|
||
max-width: 100%;
|
||
max-height: 100%;
|
||
animation: uv-rotate-daf2e960 1s linear infinite;
|
||
}
|
||
.uv-loading-icon__spinner--semicircle[data-v-daf2e960] {
|
||
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-daf2e960] {
|
||
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-daf2e960] {
|
||
flex-direction: column;
|
||
}
|
||
[data-v-daf2e960]:host {
|
||
font-size: 0px;
|
||
line-height: 1;
|
||
}
|
||
.uv-loading-icon__spinner--spinner[data-v-daf2e960] {
|
||
animation-timing-function: steps(12);
|
||
}
|
||
.uv-loading-icon__text[data-v-daf2e960]:empty {
|
||
display: none;
|
||
}
|
||
.uv-loading-icon--vertical .uv-loading-icon__text[data-v-daf2e960] {
|
||
margin: 6px 0 0;
|
||
color: #606266;
|
||
}
|
||
.uv-loading-icon__dot[data-v-daf2e960] {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.uv-loading-icon__dot[data-v-daf2e960]:before {
|
||
display: block;
|
||
width: 2px;
|
||
height: 25%;
|
||
margin: 0 auto;
|
||
background-color: currentColor;
|
||
border-radius: 40%;
|
||
content: " ";
|
||
}
|
||
.uv-loading-icon__dot[data-v-daf2e960]:nth-of-type(1) {
|
||
transform: rotate(30deg);
|
||
opacity: 1;
|
||
}
|
||
.uv-loading-icon__dot[data-v-daf2e960]:nth-of-type(2) {
|
||
transform: rotate(60deg);
|
||
opacity: 0.9375;
|
||
}
|
||
.uv-loading-icon__dot[data-v-daf2e960]:nth-of-type(3) {
|
||
transform: rotate(90deg);
|
||
opacity: 0.875;
|
||
}
|
||
.uv-loading-icon__dot[data-v-daf2e960]:nth-of-type(4) {
|
||
transform: rotate(120deg);
|
||
opacity: 0.8125;
|
||
}
|
||
.uv-loading-icon__dot[data-v-daf2e960]:nth-of-type(5) {
|
||
transform: rotate(150deg);
|
||
opacity: 0.75;
|
||
}
|
||
.uv-loading-icon__dot[data-v-daf2e960]:nth-of-type(6) {
|
||
transform: rotate(180deg);
|
||
opacity: 0.6875;
|
||
}
|
||
.uv-loading-icon__dot[data-v-daf2e960]:nth-of-type(7) {
|
||
transform: rotate(210deg);
|
||
opacity: 0.625;
|
||
}
|
||
.uv-loading-icon__dot[data-v-daf2e960]:nth-of-type(8) {
|
||
transform: rotate(240deg);
|
||
opacity: 0.5625;
|
||
}
|
||
.uv-loading-icon__dot[data-v-daf2e960]:nth-of-type(9) {
|
||
transform: rotate(270deg);
|
||
opacity: 0.5;
|
||
}
|
||
.uv-loading-icon__dot[data-v-daf2e960]:nth-of-type(10) {
|
||
transform: rotate(300deg);
|
||
opacity: 0.4375;
|
||
}
|
||
.uv-loading-icon__dot[data-v-daf2e960]:nth-of-type(11) {
|
||
transform: rotate(330deg);
|
||
opacity: 0.375;
|
||
}
|
||
.uv-loading-icon__dot[data-v-daf2e960]:nth-of-type(12) {
|
||
transform: rotate(360deg);
|
||
opacity: 0.3125;
|
||
}
|
||
@keyframes uv-rotate-daf2e960 {
|
||
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 */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.uv-reset-button[data-v-1ac9ef43] {
|
||
padding: 0;
|
||
background-color: transparent;
|
||
}
|
||
.uv-reset-button[data-v-1ac9ef43]::after {
|
||
border: none;
|
||
}
|
||
uni-view[data-v-1ac9ef43], uni-scroll-view[data-v-1ac9ef43], uni-swiper-item[data-v-1ac9ef43] {
|
||
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-1ac9ef43] {
|
||
position: relative;
|
||
}
|
||
.uv-button-wrapper--dis[data-v-1ac9ef43] {
|
||
position: absolute;
|
||
left: 0;
|
||
top: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
z-index: 9;
|
||
}
|
||
.uv-button[data-v-1ac9ef43] {
|
||
width: 100%;
|
||
}
|
||
.uv-button__text[data-v-1ac9ef43] {
|
||
white-space: nowrap;
|
||
line-height: 1;
|
||
}
|
||
.uv-button[data-v-1ac9ef43]: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-1ac9ef43]:before {
|
||
opacity: 0.15;
|
||
}
|
||
.uv-button__icon + .uv-button__text[data-v-1ac9ef43]:not(:empty), .uv-button__loading-text[data-v-1ac9ef43] {
|
||
margin-left: 4px;
|
||
}
|
||
.uv-button--plain.uv-button--primary[data-v-1ac9ef43] {
|
||
color: #3c9cff;
|
||
}
|
||
.uv-button--plain.uv-button--info[data-v-1ac9ef43] {
|
||
color: #909399;
|
||
}
|
||
.uv-button--plain.uv-button--success[data-v-1ac9ef43] {
|
||
color: #5ac725;
|
||
}
|
||
.uv-button--plain.uv-button--error[data-v-1ac9ef43] {
|
||
color: #f56c6c;
|
||
}
|
||
.uv-button--plain.uv-button--warning[data-v-1ac9ef43] {
|
||
color: #f9ae3d;
|
||
}
|
||
.uv-button[data-v-1ac9ef43] {
|
||
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-1ac9ef43] {
|
||
font-size: 15px;
|
||
}
|
||
.uv-button__loading-text[data-v-1ac9ef43] {
|
||
font-size: 15px;
|
||
margin-left: 4px;
|
||
}
|
||
.uv-button--large[data-v-1ac9ef43] {
|
||
width: 100%;
|
||
height: 50px;
|
||
padding: 0 15px;
|
||
}
|
||
.uv-button--normal[data-v-1ac9ef43] {
|
||
padding: 0 12px;
|
||
font-size: 14px;
|
||
}
|
||
.uv-button--small[data-v-1ac9ef43] {
|
||
min-width: 60px;
|
||
height: 30px;
|
||
padding: 0px 8px;
|
||
font-size: 12px;
|
||
}
|
||
.uv-button--mini[data-v-1ac9ef43] {
|
||
height: 22px;
|
||
font-size: 10px;
|
||
min-width: 50px;
|
||
padding: 0px 8px;
|
||
}
|
||
.uv-button--disabled[data-v-1ac9ef43] {
|
||
opacity: 0.5;
|
||
}
|
||
.uv-button--info[data-v-1ac9ef43] {
|
||
color: #323233;
|
||
background-color: #fff;
|
||
border-color: #ebedf0;
|
||
border-width: 1px;
|
||
border-style: solid;
|
||
}
|
||
.uv-button--success[data-v-1ac9ef43] {
|
||
color: #fff;
|
||
background-color: #5ac725;
|
||
border-color: #5ac725;
|
||
border-width: 1px;
|
||
border-style: solid;
|
||
}
|
||
.uv-button--primary[data-v-1ac9ef43] {
|
||
color: #fff;
|
||
background-color: #3c9cff;
|
||
border-color: #3c9cff;
|
||
border-width: 1px;
|
||
border-style: solid;
|
||
}
|
||
.uv-button--error[data-v-1ac9ef43] {
|
||
color: #fff;
|
||
background-color: #f56c6c;
|
||
border-color: #f56c6c;
|
||
border-width: 1px;
|
||
border-style: solid;
|
||
}
|
||
.uv-button--warning[data-v-1ac9ef43] {
|
||
color: #fff;
|
||
background-color: #f9ae3d;
|
||
border-color: #f9ae3d;
|
||
border-width: 1px;
|
||
border-style: solid;
|
||
}
|
||
.uv-button--block[data-v-1ac9ef43] {
|
||
|
||
display: flex;
|
||
|
||
flex-direction: row;
|
||
width: 100%;
|
||
}
|
||
.uv-button--circle[data-v-1ac9ef43] {
|
||
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-1ac9ef43] {
|
||
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-1ac9ef43] {
|
||
min-width: 1em;
|
||
line-height: inherit !important;
|
||
vertical-align: top;
|
||
}
|
||
.uv-button--plain[data-v-1ac9ef43] {
|
||
background-color: #fff;
|
||
}
|
||
.uv-button--hairline[data-v-1ac9ef43] {
|
||
border-width: 0.5px !important;
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.uv-overlay[data-v-b1e8b0c8] {
|
||
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 */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.uv-status-bar[data-v-4ff5a0d7] {
|
||
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-a55db101] {
|
||
width: 100%;
|
||
}
|
||
.uv-safe-area-inset-top[data-v-a55db101] {
|
||
padding-top: 0;
|
||
padding-top: constant(safe-area-inset-top);
|
||
padding-top: env(safe-area-inset-top);
|
||
}
|
||
.uv-safe-area-inset-right[data-v-a55db101] {
|
||
padding-right: 0;
|
||
padding-right: constant(safe-area-inset-right);
|
||
padding-right: env(safe-area-inset-right);
|
||
}
|
||
.uv-safe-area-inset-bottom[data-v-a55db101] {
|
||
padding-bottom: 0;
|
||
padding-bottom: constant(safe-area-inset-bottom);
|
||
padding-bottom: env(safe-area-inset-bottom);
|
||
}
|
||
.uv-safe-area-inset-left[data-v-a55db101] {
|
||
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-c66d5e79] {
|
||
position: fixed;
|
||
z-index: 99;
|
||
}
|
||
.uv-popup.top[data-v-c66d5e79], .uv-popup.left[data-v-c66d5e79], .uv-popup.right[data-v-c66d5e79] {
|
||
top: 0;
|
||
}
|
||
.uv-popup .uv-popup__content[data-v-c66d5e79] {
|
||
display: block;
|
||
overflow: hidden;
|
||
position: relative;
|
||
}
|
||
.uv-popup .uv-popup__content.left[data-v-c66d5e79], .uv-popup .uv-popup__content.right[data-v-c66d5e79] {
|
||
padding-top: 0;
|
||
flex: 1;
|
||
}
|
||
.uv-popup .uv-popup__content__close[data-v-c66d5e79] {
|
||
position: absolute;
|
||
}
|
||
.uv-popup .uv-popup__content__close--hover[data-v-c66d5e79] {
|
||
opacity: 0.4;
|
||
}
|
||
.uv-popup .uv-popup__content__close--top-left[data-v-c66d5e79] {
|
||
top: 15px;
|
||
left: 15px;
|
||
}
|
||
.uv-popup .uv-popup__content__close--top-right[data-v-c66d5e79] {
|
||
top: 15px;
|
||
right: 15px;
|
||
}
|
||
.uv-popup .uv-popup__content__close--bottom-left[data-v-c66d5e79] {
|
||
bottom: 15px;
|
||
left: 15px;
|
||
}
|
||
.uv-popup .uv-popup__content__close--bottom-right[data-v-c66d5e79] {
|
||
right: 15px;
|
||
bottom: 15px;
|
||
}
|
||
.fixforpc-z-index[data-v-c66d5e79] {
|
||
z-index: 999;
|
||
}
|
||
.fixforpc-top[data-v-c66d5e79] {
|
||
top: 0;
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.uv-border-bottom[data-v-de7aec68] {
|
||
border-bottom-width: 0.5px !important;
|
||
border-color: #dadbde !important;
|
||
border-bottom-style: solid;
|
||
}
|
||
uni-view[data-v-de7aec68], uni-scroll-view[data-v-de7aec68], uni-swiper-item[data-v-de7aec68] {
|
||
display: flex;
|
||
flex-direction: column;
|
||
flex-shrink: 0;
|
||
flex-grow: 0;
|
||
flex-basis: auto;
|
||
align-items: stretch;
|
||
align-content: flex-start;
|
||
}
|
||
.uv-calendar-header[data-v-de7aec68] {
|
||
padding-bottom: 4px;
|
||
}
|
||
.uv-calendar-header__title[data-v-de7aec68] {
|
||
font-size: 16px;
|
||
color: #303133;
|
||
text-align: center;
|
||
height: 42px;
|
||
line-height: 42px;
|
||
font-weight: bold;
|
||
}
|
||
.uv-calendar-header__subtitle[data-v-de7aec68] {
|
||
font-size: 14px;
|
||
color: #303133;
|
||
height: 40px;
|
||
text-align: center;
|
||
line-height: 40px;
|
||
font-weight: bold;
|
||
}
|
||
.uv-calendar-header__weekdays[data-v-de7aec68] {
|
||
|
||
display: flex;
|
||
|
||
flex-direction: row;
|
||
justify-content: space-between;
|
||
}
|
||
.uv-calendar-header__weekdays__weekday[data-v-de7aec68] {
|
||
font-size: 13px;
|
||
color: #303133;
|
||
line-height: 30px;
|
||
flex: 1;
|
||
text-align: center;
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
uni-view[data-v-b2cf4ec4], uni-scroll-view[data-v-b2cf4ec4], uni-swiper-item[data-v-b2cf4ec4] {
|
||
display: flex;
|
||
flex-direction: column;
|
||
flex-shrink: 0;
|
||
flex-grow: 0;
|
||
flex-basis: auto;
|
||
align-items: stretch;
|
||
align-content: flex-start;
|
||
}
|
||
.uv-calendar-month-wrapper[data-v-b2cf4ec4] {
|
||
margin-top: 4px;
|
||
}
|
||
.uv-calendar-month__title[data-v-b2cf4ec4] {
|
||
font-size: 14px;
|
||
line-height: 42px;
|
||
height: 42px;
|
||
color: #303133;
|
||
text-align: center;
|
||
font-weight: bold;
|
||
}
|
||
.uv-calendar-month__days[data-v-b2cf4ec4] {
|
||
position: relative;
|
||
|
||
display: flex;
|
||
|
||
flex-direction: row;
|
||
flex-wrap: wrap;
|
||
}
|
||
.uv-calendar-month__days__month-mark-wrapper[data-v-b2cf4ec4] {
|
||
position: absolute;
|
||
top: 0;
|
||
bottom: 0;
|
||
left: 0;
|
||
right: 0;
|
||
|
||
display: flex;
|
||
|
||
flex-direction: row;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.uv-calendar-month__days__month-mark-wrapper__text[data-v-b2cf4ec4] {
|
||
font-size: 155px;
|
||
color: rgba(231, 232, 234, 0.83);
|
||
}
|
||
.uv-calendar-month__days__day[data-v-b2cf4ec4] {
|
||
|
||
display: flex;
|
||
|
||
flex-direction: row;
|
||
padding: 2px;
|
||
width: 14.2857142857%;
|
||
box-sizing: border-box;
|
||
}
|
||
.uv-calendar-month__days__day__select[data-v-b2cf4ec4] {
|
||
flex: 1;
|
||
|
||
display: flex;
|
||
|
||
flex-direction: row;
|
||
align-items: center;
|
||
justify-content: center;
|
||
position: relative;
|
||
}
|
||
.uv-calendar-month__days__day__select__dot[data-v-b2cf4ec4] {
|
||
width: 7px;
|
||
height: 7px;
|
||
border-radius: 100px;
|
||
background-color: #f56c6c;
|
||
position: absolute;
|
||
top: 12px;
|
||
right: 7px;
|
||
}
|
||
.uv-calendar-month__days__day__select__top-info[data-v-b2cf4ec4] {
|
||
color: #606266;
|
||
text-align: center;
|
||
position: absolute;
|
||
top: 2px;
|
||
font-size: 10px;
|
||
text-align: center;
|
||
left: 0;
|
||
right: 0;
|
||
}
|
||
.uv-calendar-month__days__day__select__top-info--selected[data-v-b2cf4ec4] {
|
||
color: #ffffff;
|
||
}
|
||
.uv-calendar-month__days__day__select__top-info--disabled[data-v-b2cf4ec4] {
|
||
color: #cacbcd;
|
||
}
|
||
.uv-calendar-month__days__day__select__buttom-info[data-v-b2cf4ec4] {
|
||
color: #606266;
|
||
text-align: center;
|
||
position: absolute;
|
||
bottom: 5px;
|
||
font-size: 10px;
|
||
text-align: center;
|
||
left: 0;
|
||
right: 0;
|
||
}
|
||
.uv-calendar-month__days__day__select__buttom-info--selected[data-v-b2cf4ec4] {
|
||
color: #ffffff;
|
||
}
|
||
.uv-calendar-month__days__day__select__buttom-info--disabled[data-v-b2cf4ec4] {
|
||
color: #cacbcd;
|
||
}
|
||
.uv-calendar-month__days__day__select__info[data-v-b2cf4ec4] {
|
||
text-align: center;
|
||
font-size: 16px;
|
||
}
|
||
.uv-calendar-month__days__day__select__info--selected[data-v-b2cf4ec4] {
|
||
color: #ffffff;
|
||
}
|
||
.uv-calendar-month__days__day__select__info--disabled[data-v-b2cf4ec4] {
|
||
color: #cacbcd;
|
||
}
|
||
.uv-calendar-month__days__day__select--selected[data-v-b2cf4ec4] {
|
||
background-color: #3c9cff;
|
||
|
||
display: flex;
|
||
|
||
flex-direction: row;
|
||
justify-content: center;
|
||
align-items: center;
|
||
flex: 1;
|
||
border-radius: 3px;
|
||
}
|
||
.uv-calendar-month__days__day__select--range-selected[data-v-b2cf4ec4] {
|
||
opacity: 0.3;
|
||
border-radius: 0;
|
||
}
|
||
.uv-calendar-month__days__day__select--range-start-selected[data-v-b2cf4ec4] {
|
||
border-top-right-radius: 0;
|
||
border-bottom-right-radius: 0;
|
||
}
|
||
.uv-calendar-month__days__day__select--range-end-selected[data-v-b2cf4ec4] {
|
||
border-top-left-radius: 0;
|
||
border-bottom-left-radius: 0;
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.uv-calendar__confirm[data-v-225ec0b9] {
|
||
padding: 7px 18px;
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
uni-view[data-v-095eeec5], uni-scroll-view[data-v-095eeec5], uni-swiper-item[data-v-095eeec5] {
|
||
display: flex;
|
||
flex-direction: column;
|
||
flex-shrink: 0;
|
||
flex-grow: 0;
|
||
flex-basis: auto;
|
||
align-items: stretch;
|
||
align-content: flex-start;
|
||
}
|
||
.uv-tabbar-item[data-v-095eeec5] {
|
||
|
||
display: flex;
|
||
|
||
flex-direction: column;
|
||
align-items: center;
|
||
justify-content: center;
|
||
flex: 1;
|
||
}
|
||
.uv-tabbar-item__icon[data-v-095eeec5] {
|
||
|
||
display: flex;
|
||
|
||
flex-direction: row;
|
||
position: relative;
|
||
width: 4.6875rem;
|
||
justify-content: center;
|
||
}
|
||
.uv-tabbar-item__text[data-v-095eeec5] {
|
||
margin-top: 2px;
|
||
font-size: 12px;
|
||
color: #606266;
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.uv-border-top[data-v-20102e86] {
|
||
border-top-width: 0.5px !important;
|
||
border-color: #dadbde !important;
|
||
border-top-style: solid;
|
||
}
|
||
uni-view[data-v-20102e86], uni-scroll-view[data-v-20102e86], uni-swiper-item[data-v-20102e86] {
|
||
display: flex;
|
||
flex-direction: column;
|
||
flex-shrink: 0;
|
||
flex-grow: 0;
|
||
flex-basis: auto;
|
||
align-items: stretch;
|
||
align-content: flex-start;
|
||
}
|
||
.uv-tabbar[data-v-20102e86] {
|
||
|
||
display: flex;
|
||
|
||
flex-direction: column;
|
||
flex: 1;
|
||
justify-content: center;
|
||
}
|
||
.uv-tabbar__content[data-v-20102e86] {
|
||
|
||
display: flex;
|
||
|
||
flex-direction: column;
|
||
background-color: #fff;
|
||
}
|
||
.uv-tabbar__content__item-wrapper[data-v-20102e86] {
|
||
height: 50px;
|
||
|
||
display: flex;
|
||
|
||
flex-direction: row;
|
||
}
|
||
.uv-tabbar--fixed[data-v-20102e86] {
|
||
position: fixed;
|
||
bottom: 0;
|
||
left: 0;
|
||
right: 0;
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.content[data-v-1cf27b2a] {
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.logo[data-v-1cf27b2a] {
|
||
height: 6.25rem;
|
||
width: 6.25rem;
|
||
margin-top: 6.25rem;
|
||
margin-left: auto;
|
||
margin-right: auto;
|
||
margin-bottom: 1.5625rem;
|
||
}
|
||
.text-area[data-v-1cf27b2a] {
|
||
display: flex;
|
||
justify-content: center;
|
||
}
|
||
.title[data-v-1cf27b2a] {
|
||
font-size: 1.125rem;
|
||
color: #007aff;
|
||
}
|
||
.icon[data-v-1cf27b2a] {
|
||
width: 1.125rem;
|
||
height: 1.125rem;
|
||
} |