1109 lines
26 KiB
CSS
1109 lines
26 KiB
CSS
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
/**
|
||
* 辅助函数
|
||
*/
|
||
/**
|
||
* SCSS 配置项:命名空间以及BEM
|
||
*/
|
||
/* 转换成字符串 */
|
||
/* 判断是否存在 Modifier */
|
||
/* 判断是否存在伪类 */
|
||
/**
|
||
* 主题色切换
|
||
* @params $theme-color 主题色
|
||
* @params $type 变暗’dark‘ 变亮 'light'
|
||
* @params $mix-color 自己设置的混色
|
||
*/
|
||
/**
|
||
* 颜色结果切换, 如果开启线性渐变色 使用渐变色,如果没有开启,那么使用主题色
|
||
* @params $open-linear 是否开启线性渐变色
|
||
* @params $deg 渐变色角度
|
||
* @params $theme-color 当前配色
|
||
* @params [Array] $set 主题色明暗设置,与 $color-list 数量对应
|
||
* @params [Array] $color-list 渐变色顺序, $color-list 和 $per-list 数量相同
|
||
* @params [Array] $per-list 渐变色比例
|
||
*/
|
||
/**
|
||
* UI规范基础变量
|
||
*/
|
||
/*----------------------------------------- Theme color. start ----------------------------------------*/
|
||
/* 主题颜色 */
|
||
/* 辅助色 */
|
||
/* 文字颜色(默认浅色背景下 */
|
||
/* 暗黑模式 */
|
||
/* 图形颜色 */
|
||
/*----------------------------------------- Theme color. end -------------------------------------------*/
|
||
/*-------------------------------- Theme color application size. start --------------------------------*/
|
||
/* 文字字号 */
|
||
/* 文字字重 */
|
||
/* 尺寸 */
|
||
/*-------------------------------- Theme color application size. end --------------------------------*/
|
||
/* action-sheet */
|
||
/* badge */
|
||
/* button */
|
||
/* cell */
|
||
/* calendar */
|
||
/* checkbox */
|
||
/* collapse */
|
||
/* divider */
|
||
/* drop-menu */
|
||
/* input-number */
|
||
/* input */
|
||
/* textarea */
|
||
/* loadmore */
|
||
/* message-box */
|
||
/* notice-bar */
|
||
/* pagination */
|
||
/* picker */
|
||
/* col-picker */
|
||
/* overlay */
|
||
/* popup */
|
||
/* progress */
|
||
/* radio */
|
||
/* search */
|
||
/* slider */
|
||
/* sort-button */
|
||
/* steps */
|
||
/* switch */
|
||
/* tabs */
|
||
/* tag */
|
||
/* toast */
|
||
/* tooltip */
|
||
/* popover */
|
||
/* grid-item */
|
||
/* statustip */
|
||
/* card */
|
||
/* upload */
|
||
/* curtain */
|
||
/* notify */
|
||
/* skeleton */
|
||
/* circle */
|
||
/* swiper */
|
||
/* swiper-nav */
|
||
/* segmented */
|
||
/* tabbar */
|
||
/* tabbar-item */
|
||
/* navbar */
|
||
/* navbar-capsule */
|
||
/* table */
|
||
/* sidebar */
|
||
/* sidebar-item */
|
||
/* fab */
|
||
/* count-down */
|
||
/* number-keyboard */
|
||
/* passwod-input */
|
||
/* form-item */
|
||
/* backtop */
|
||
/* index-bar */
|
||
/**
|
||
* 混合宏
|
||
*/
|
||
/**
|
||
* SCSS 配置项:命名空间以及BEM
|
||
*/
|
||
/**
|
||
* 辅助函数
|
||
*/
|
||
/**
|
||
* SCSS 配置项:命名空间以及BEM
|
||
*/
|
||
/* 转换成字符串 */
|
||
/* 判断是否存在 Modifier */
|
||
/* 判断是否存在伪类 */
|
||
/**
|
||
* 主题色切换
|
||
* @params $theme-color 主题色
|
||
* @params $type 变暗’dark‘ 变亮 'light'
|
||
* @params $mix-color 自己设置的混色
|
||
*/
|
||
/**
|
||
* 颜色结果切换, 如果开启线性渐变色 使用渐变色,如果没有开启,那么使用主题色
|
||
* @params $open-linear 是否开启线性渐变色
|
||
* @params $deg 渐变色角度
|
||
* @params $theme-color 当前配色
|
||
* @params [Array] $set 主题色明暗设置,与 $color-list 数量对应
|
||
* @params [Array] $color-list 渐变色顺序, $color-list 和 $per-list 数量相同
|
||
* @params [Array] $per-list 渐变色比例
|
||
*/
|
||
/**
|
||
* BEM,定义块(b)
|
||
*/
|
||
/* 定义元素(e),对于伪类,会自动将 e 嵌套在 伪类 底下 */
|
||
/* 此方法用于生成穿透样式 */
|
||
/* 定义元素(e),对于伪类,会自动将 e 嵌套在 伪类 底下 */
|
||
/* 定义状态(m) */
|
||
/* 对于需要需要嵌套在 m 底下的 e,调用这个混合宏,一般在切换整个组件的状态,如切换颜色的时候 */
|
||
/* 状态,生成 is-$state 类名 */
|
||
/**
|
||
* 常用混合宏
|
||
*/
|
||
/* 单行超出隐藏 */
|
||
/* 多行超出隐藏 */
|
||
/* 清除浮动 */
|
||
/* 0.5px 边框 指定方向*/
|
||
/* 0.5px 边框 环绕 */
|
||
/**
|
||
* 三角形实现尖角样式,适用于背景透明情况
|
||
* @param $size 三角形高,底边为 $size * 2
|
||
* @param $bg 三角形背景颜色
|
||
*/
|
||
/**
|
||
* 正方形实现尖角样式,适用于背景不透明情况
|
||
* @param $size 正方形边长
|
||
* @param $bg 正方形背景颜色
|
||
* @param $z-index z-index属性值,不得大于外部包裹器
|
||
* @param $box-shadow 阴影
|
||
*/
|
||
@font-face {
|
||
font-family: "wd-icons";
|
||
src: url("//at.alicdn.com/t/c/font_4245058_s5cpwl25n7o.woff2?t=1696817709651") format("woff2"), url("//at.alicdn.com/t/c/font_4245058_s5cpwl25n7o.woff?t=1696817709651") format("woff"), url("//at.alicdn.com/t/c/font_4245058_s5cpwl25n7o.ttf?t=1696817709651") format("truetype");
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: "wd-icons";
|
||
src: url("../../assets/wd-icons.204ba0e6.ttf") format("truetype");
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
.wd-icon[data-v-7f3ba649] {
|
||
display: inline-block;
|
||
font-family: "wd-icons" !important;
|
||
font-style: normal;
|
||
font-weight: normal;
|
||
font-variant: normal;
|
||
text-transform: none;
|
||
/* Better Font Rendering =========== */
|
||
-webkit-font-smoothing: antialiased;
|
||
-moz-osx-font-smoothing: grayscale;
|
||
}
|
||
.wd-icon--image[data-v-7f3ba649] {
|
||
width: 1em;
|
||
height: 1em;
|
||
}
|
||
.wd-icon__image[data-v-7f3ba649] {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.wd-icon-usergroup-clear[data-v-7f3ba649]:before {
|
||
content: "\e739";
|
||
}
|
||
.wd-icon-user-circle[data-v-7f3ba649]:before {
|
||
content: "\e73a";
|
||
}
|
||
.wd-icon-user-talk[data-v-7f3ba649]:before {
|
||
content: "\e73b";
|
||
}
|
||
.wd-icon-user-clear[data-v-7f3ba649]:before {
|
||
content: "\e73c";
|
||
}
|
||
.wd-icon-user[data-v-7f3ba649]:before {
|
||
content: "\e73d";
|
||
}
|
||
.wd-icon-usergroup-add[data-v-7f3ba649]:before {
|
||
content: "\e73e";
|
||
}
|
||
.wd-icon-usergroup[data-v-7f3ba649]:before {
|
||
content: "\e73f";
|
||
}
|
||
.wd-icon-user-add[data-v-7f3ba649]:before {
|
||
content: "\e740";
|
||
}
|
||
.wd-icon-user-avatar[data-v-7f3ba649]:before {
|
||
content: "\e741";
|
||
}
|
||
.wd-icon-pointing-hand[data-v-7f3ba649]:before {
|
||
content: "\e742";
|
||
}
|
||
.wd-icon-cursor[data-v-7f3ba649]:before {
|
||
content: "\e743";
|
||
}
|
||
.wd-icon-fullsreen[data-v-7f3ba649]:before {
|
||
content: "\e72c";
|
||
}
|
||
.wd-icon-cloud-download[data-v-7f3ba649]:before {
|
||
content: "\e72d";
|
||
}
|
||
.wd-icon-chevron-down-rectangle[data-v-7f3ba649]:before {
|
||
content: "\e72e";
|
||
}
|
||
.wd-icon-edit[data-v-7f3ba649]:before {
|
||
content: "\e72f";
|
||
}
|
||
.wd-icon-fullscreen-exit[data-v-7f3ba649]:before {
|
||
content: "\e730";
|
||
}
|
||
.wd-icon-circle1[data-v-7f3ba649]:before {
|
||
content: "\e731";
|
||
}
|
||
.wd-icon-close-normal[data-v-7f3ba649]:before {
|
||
content: "\e732";
|
||
}
|
||
.wd-icon-browse[data-v-7f3ba649]:before {
|
||
content: "\e733";
|
||
}
|
||
.wd-icon-browse-off[data-v-7f3ba649]:before {
|
||
content: "\e734";
|
||
}
|
||
.wd-icon-chevron-up-rectangle[data-v-7f3ba649]:before {
|
||
content: "\e735";
|
||
}
|
||
.wd-icon-add-rectangle[data-v-7f3ba649]:before {
|
||
content: "\e736";
|
||
}
|
||
.wd-icon-add1[data-v-7f3ba649]:before {
|
||
content: "\e737";
|
||
}
|
||
.wd-icon-add-circle1[data-v-7f3ba649]:before {
|
||
content: "\e738";
|
||
}
|
||
.wd-icon-download1[data-v-7f3ba649]:before {
|
||
content: "\e71c";
|
||
}
|
||
.wd-icon-link[data-v-7f3ba649]:before {
|
||
content: "\e71d";
|
||
}
|
||
.wd-icon-edit-1[data-v-7f3ba649]:before {
|
||
content: "\e71e";
|
||
}
|
||
.wd-icon-jump[data-v-7f3ba649]:before {
|
||
content: "\e71f";
|
||
}
|
||
.wd-icon-chevron-down-circle[data-v-7f3ba649]:before {
|
||
content: "\e720";
|
||
}
|
||
.wd-icon-delete1[data-v-7f3ba649]:before {
|
||
content: "\e721";
|
||
}
|
||
.wd-icon-filter-clear[data-v-7f3ba649]:before {
|
||
content: "\e722";
|
||
}
|
||
.wd-icon-check-rectangle-filled[data-v-7f3ba649]:before {
|
||
content: "\e723";
|
||
}
|
||
.wd-icon-minus-circle-filled[data-v-7f3ba649]:before {
|
||
content: "\e724";
|
||
}
|
||
.wd-icon-play[data-v-7f3ba649]:before {
|
||
content: "\e725";
|
||
}
|
||
.wd-icon-pause-circle-filled[data-v-7f3ba649]:before {
|
||
content: "\e726";
|
||
}
|
||
.wd-icon-filter1[data-v-7f3ba649]:before {
|
||
content: "\e727";
|
||
}
|
||
.wd-icon-move[data-v-7f3ba649]:before {
|
||
content: "\e728";
|
||
}
|
||
.wd-icon-login[data-v-7f3ba649]:before {
|
||
content: "\e729";
|
||
}
|
||
.wd-icon-minus-circle[data-v-7f3ba649]:before {
|
||
content: "\e72a";
|
||
}
|
||
.wd-icon-close-circle[data-v-7f3ba649]:before {
|
||
content: "\e72b";
|
||
}
|
||
.wd-icon-logout[data-v-7f3ba649]:before {
|
||
content: "\e70b";
|
||
}
|
||
.wd-icon-search1[data-v-7f3ba649]:before {
|
||
content: "\e70c";
|
||
}
|
||
.wd-icon-pause-circle[data-v-7f3ba649]:before {
|
||
content: "\e70d";
|
||
}
|
||
.wd-icon-play-circle[data-v-7f3ba649]:before {
|
||
content: "\e70e";
|
||
}
|
||
.wd-icon-more1[data-v-7f3ba649]:before {
|
||
content: "\e70f";
|
||
}
|
||
.wd-icon-minus-rectangle[data-v-7f3ba649]:before {
|
||
content: "\e710";
|
||
}
|
||
.wd-icon-stop[data-v-7f3ba649]:before {
|
||
content: "\e711";
|
||
}
|
||
.wd-icon-scan1[data-v-7f3ba649]:before {
|
||
content: "\e712";
|
||
}
|
||
.wd-icon-close-rectangle[data-v-7f3ba649]:before {
|
||
content: "\e713";
|
||
}
|
||
.wd-icon-rollback[data-v-7f3ba649]:before {
|
||
content: "\e714";
|
||
}
|
||
.wd-icon-a-order-adjustmentcolumn[data-v-7f3ba649]:before {
|
||
content: "\e715";
|
||
}
|
||
.wd-icon-pause[data-v-7f3ba649]:before {
|
||
content: "\e716";
|
||
}
|
||
.wd-icon-ellipsis[data-v-7f3ba649]:before {
|
||
content: "\e717";
|
||
}
|
||
.wd-icon-cloud-upload[data-v-7f3ba649]:before {
|
||
content: "\e718";
|
||
}
|
||
.wd-icon-stop-circle-filled[data-v-7f3ba649]:before {
|
||
content: "\e719";
|
||
}
|
||
.wd-icon-clear[data-v-7f3ba649]:before {
|
||
content: "\e71a";
|
||
}
|
||
.wd-icon-remove[data-v-7f3ba649]:before {
|
||
content: "\e71b";
|
||
}
|
||
.wd-icon-zoom-out[data-v-7f3ba649]:before {
|
||
content: "\e6fb";
|
||
}
|
||
.wd-icon-thumb-down[data-v-7f3ba649]:before {
|
||
content: "\e6fc";
|
||
}
|
||
.wd-icon-setting1[data-v-7f3ba649]:before {
|
||
content: "\e6fd";
|
||
}
|
||
.wd-icon-save[data-v-7f3ba649]:before {
|
||
content: "\e6fe";
|
||
}
|
||
.wd-icon-unfold-more[data-v-7f3ba649]:before {
|
||
content: "\e6ff";
|
||
}
|
||
.wd-icon-zoom-in[data-v-7f3ba649]:before {
|
||
content: "\e700";
|
||
}
|
||
.wd-icon-thumb-up[data-v-7f3ba649]:before {
|
||
content: "\e701";
|
||
}
|
||
.wd-icon-unfold-less[data-v-7f3ba649]:before {
|
||
content: "\e702";
|
||
}
|
||
.wd-icon-play-circle-filled[data-v-7f3ba649]:before {
|
||
content: "\e703";
|
||
}
|
||
.wd-icon-poweroff[data-v-7f3ba649]:before {
|
||
content: "\e704";
|
||
}
|
||
.wd-icon-share[data-v-7f3ba649]:before {
|
||
content: "\e705";
|
||
}
|
||
.wd-icon-refresh1[data-v-7f3ba649]:before {
|
||
content: "\e706";
|
||
}
|
||
.wd-icon-link-unlink[data-v-7f3ba649]:before {
|
||
content: "\e707";
|
||
}
|
||
.wd-icon-upload[data-v-7f3ba649]:before {
|
||
content: "\e708";
|
||
}
|
||
.wd-icon-rectangle[data-v-7f3ba649]:before {
|
||
content: "\e709";
|
||
}
|
||
.wd-icon-stop-circle[data-v-7f3ba649]:before {
|
||
content: "\e70a";
|
||
}
|
||
.wd-icon-backtop-rectangle[data-v-7f3ba649]:before {
|
||
content: "\e6ea";
|
||
}
|
||
.wd-icon-caret-down[data-v-7f3ba649]:before {
|
||
content: "\e6eb";
|
||
}
|
||
.wd-icon-arrow-left1[data-v-7f3ba649]:before {
|
||
content: "\e6ec";
|
||
}
|
||
.wd-icon-help-circle[data-v-7f3ba649]:before {
|
||
content: "\e6ed";
|
||
}
|
||
.wd-icon-help-circle-filled[data-v-7f3ba649]:before {
|
||
content: "\e6ee";
|
||
}
|
||
.wd-icon-time-filled[data-v-7f3ba649]:before {
|
||
content: "\e6ef";
|
||
}
|
||
.wd-icon-close-circle-filled[data-v-7f3ba649]:before {
|
||
content: "\e6f0";
|
||
}
|
||
.wd-icon-info-circle[data-v-7f3ba649]:before {
|
||
content: "\e6f1";
|
||
}
|
||
.wd-icon-info-circle-filled[data-v-7f3ba649]:before {
|
||
content: "\e6f2";
|
||
}
|
||
.wd-icon-check1[data-v-7f3ba649]:before {
|
||
content: "\e6f3";
|
||
}
|
||
.wd-icon-help[data-v-7f3ba649]:before {
|
||
content: "\e6f4";
|
||
}
|
||
.wd-icon-error[data-v-7f3ba649]:before {
|
||
content: "\e6f5";
|
||
}
|
||
.wd-icon-check-circle[data-v-7f3ba649]:before {
|
||
content: "\e6f6";
|
||
}
|
||
.wd-icon-error-circle-filled[data-v-7f3ba649]:before {
|
||
content: "\e6f7";
|
||
}
|
||
.wd-icon-error-circle[data-v-7f3ba649]:before {
|
||
content: "\e6f8";
|
||
}
|
||
.wd-icon-check-rectangle[data-v-7f3ba649]:before {
|
||
content: "\e6f9";
|
||
}
|
||
.wd-icon-check-circle-filled[data-v-7f3ba649]:before {
|
||
content: "\e6fa";
|
||
}
|
||
.wd-icon-chevron-up[data-v-7f3ba649]:before {
|
||
content: "\e6da";
|
||
}
|
||
.wd-icon-chevron-up-circle[data-v-7f3ba649]:before {
|
||
content: "\e6db";
|
||
}
|
||
.wd-icon-chevron-right[data-v-7f3ba649]:before {
|
||
content: "\e6dc";
|
||
}
|
||
.wd-icon-arrow-down-rectangle[data-v-7f3ba649]:before {
|
||
content: "\e6dd";
|
||
}
|
||
.wd-icon-caret-up-small[data-v-7f3ba649]:before {
|
||
content: "\e6de";
|
||
}
|
||
.wd-icon-chevron-right-rectangle[data-v-7f3ba649]:before {
|
||
content: "\e6df";
|
||
}
|
||
.wd-icon-caret-right-small[data-v-7f3ba649]:before {
|
||
content: "\e6e0";
|
||
}
|
||
.wd-icon-arrow-right1[data-v-7f3ba649]:before {
|
||
content: "\e6e1";
|
||
}
|
||
.wd-icon-backtop[data-v-7f3ba649]:before {
|
||
content: "\e6e2";
|
||
}
|
||
.wd-icon-arrow-up1[data-v-7f3ba649]:before {
|
||
content: "\e6e3";
|
||
}
|
||
.wd-icon-caret-up[data-v-7f3ba649]:before {
|
||
content: "\e6e4";
|
||
}
|
||
.wd-icon-backward[data-v-7f3ba649]:before {
|
||
content: "\e6e5";
|
||
}
|
||
.wd-icon-arrow-down1[data-v-7f3ba649]:before {
|
||
content: "\e6e6";
|
||
}
|
||
.wd-icon-chevron-left[data-v-7f3ba649]:before {
|
||
content: "\e6e7";
|
||
}
|
||
.wd-icon-caret-right[data-v-7f3ba649]:before {
|
||
content: "\e6e8";
|
||
}
|
||
.wd-icon-caret-left[data-v-7f3ba649]:before {
|
||
content: "\e6e9";
|
||
}
|
||
.wd-icon-page-last[data-v-7f3ba649]:before {
|
||
content: "\e6c9";
|
||
}
|
||
.wd-icon-next[data-v-7f3ba649]:before {
|
||
content: "\e6ca";
|
||
}
|
||
.wd-icon-swap[data-v-7f3ba649]:before {
|
||
content: "\e6cb";
|
||
}
|
||
.wd-icon-round[data-v-7f3ba649]:before {
|
||
content: "\e6cc";
|
||
}
|
||
.wd-icon-previous[data-v-7f3ba649]:before {
|
||
content: "\e6cd";
|
||
}
|
||
.wd-icon-enter[data-v-7f3ba649]:before {
|
||
content: "\e6ce";
|
||
}
|
||
.wd-icon-chevron-down[data-v-7f3ba649]:before {
|
||
content: "\e6cf";
|
||
}
|
||
.wd-icon-caret-down-small[data-v-7f3ba649]:before {
|
||
content: "\e6d0";
|
||
}
|
||
.wd-icon-swap-right[data-v-7f3ba649]:before {
|
||
content: "\e6d1";
|
||
}
|
||
.wd-icon-chevron-left-circle[data-v-7f3ba649]:before {
|
||
content: "\e6d2";
|
||
}
|
||
.wd-icon-caret-left-small[data-v-7f3ba649]:before {
|
||
content: "\e6d3";
|
||
}
|
||
.wd-icon-chevron-right-circle[data-v-7f3ba649]:before {
|
||
content: "\e6d4";
|
||
}
|
||
.wd-icon-a-chevron-leftdouble[data-v-7f3ba649]:before {
|
||
content: "\e6d5";
|
||
}
|
||
.wd-icon-chevron-left-rectangle[data-v-7f3ba649]:before {
|
||
content: "\e6d6";
|
||
}
|
||
.wd-icon-a-chevron-rightdouble[data-v-7f3ba649]:before {
|
||
content: "\e6d7";
|
||
}
|
||
.wd-icon-page-first[data-v-7f3ba649]:before {
|
||
content: "\e6d8";
|
||
}
|
||
.wd-icon-forward[data-v-7f3ba649]:before {
|
||
content: "\e6d9";
|
||
}
|
||
.wd-icon-view-column[data-v-7f3ba649]:before {
|
||
content: "\e6b9";
|
||
}
|
||
.wd-icon-view-module[data-v-7f3ba649]:before {
|
||
content: "\e6ba";
|
||
}
|
||
.wd-icon-format-vertical-align-right[data-v-7f3ba649]:before {
|
||
content: "\e6bb";
|
||
}
|
||
.wd-icon-view-list[data-v-7f3ba649]:before {
|
||
content: "\e6bc";
|
||
}
|
||
.wd-icon-order-descending[data-v-7f3ba649]:before {
|
||
content: "\e6bd";
|
||
}
|
||
.wd-icon-format-horizontal-align-bottom[data-v-7f3ba649]:before {
|
||
content: "\e6be";
|
||
}
|
||
.wd-icon-queue[data-v-7f3ba649]:before {
|
||
content: "\e6bf";
|
||
}
|
||
.wd-icon-menu-fold[data-v-7f3ba649]:before {
|
||
content: "\e6c0";
|
||
}
|
||
.wd-icon-menu-unfold[data-v-7f3ba649]:before {
|
||
content: "\e6c1";
|
||
}
|
||
.wd-icon-format-horizontal-align-top[data-v-7f3ba649]:before {
|
||
content: "\e6c2";
|
||
}
|
||
.wd-icon-a-rootlist[data-v-7f3ba649]:before {
|
||
content: "\e6c3";
|
||
}
|
||
.wd-icon-order-ascending[data-v-7f3ba649]:before {
|
||
content: "\e6c4";
|
||
}
|
||
.wd-icon-format-vertical-align-left[data-v-7f3ba649]:before {
|
||
content: "\e6c5";
|
||
}
|
||
.wd-icon-format-horizontal-align-center[data-v-7f3ba649]:before {
|
||
content: "\e6c6";
|
||
}
|
||
.wd-icon-format-vertical-align-center[data-v-7f3ba649]:before {
|
||
content: "\e6c7";
|
||
}
|
||
.wd-icon-swap-left[data-v-7f3ba649]:before {
|
||
content: "\e6c8";
|
||
}
|
||
.wd-icon-flag[data-v-7f3ba649]:before {
|
||
content: "\e6aa";
|
||
}
|
||
.wd-icon-code[data-v-7f3ba649]:before {
|
||
content: "\e6ab";
|
||
}
|
||
.wd-icon-cart[data-v-7f3ba649]:before {
|
||
content: "\e6ac";
|
||
}
|
||
.wd-icon-attach[data-v-7f3ba649]:before {
|
||
content: "\e6ad";
|
||
}
|
||
.wd-icon-chart[data-v-7f3ba649]:before {
|
||
content: "\e6ae";
|
||
}
|
||
.wd-icon-creditcard[data-v-7f3ba649]:before {
|
||
content: "\e6af";
|
||
}
|
||
.wd-icon-calendar[data-v-7f3ba649]:before {
|
||
content: "\e6b0";
|
||
}
|
||
.wd-icon-app[data-v-7f3ba649]:before {
|
||
content: "\e6b1";
|
||
}
|
||
.wd-icon-books[data-v-7f3ba649]:before {
|
||
content: "\e6b2";
|
||
}
|
||
.wd-icon-barcode[data-v-7f3ba649]:before {
|
||
content: "\e6b3";
|
||
}
|
||
.wd-icon-chart-pie[data-v-7f3ba649]:before {
|
||
content: "\e6b4";
|
||
}
|
||
.wd-icon-chart-bar[data-v-7f3ba649]:before {
|
||
content: "\e6b5";
|
||
}
|
||
.wd-icon-chart-bubble[data-v-7f3ba649]:before {
|
||
content: "\e6b6";
|
||
}
|
||
.wd-icon-bulletpoint[data-v-7f3ba649]:before {
|
||
content: "\e6b7";
|
||
}
|
||
.wd-icon-bianjiliebiao[data-v-7f3ba649]:before {
|
||
content: "\e6b8";
|
||
}
|
||
.wd-icon-image[data-v-7f3ba649]:before {
|
||
content: "\e69a";
|
||
}
|
||
.wd-icon-laptop[data-v-7f3ba649]:before {
|
||
content: "\e69b";
|
||
}
|
||
.wd-icon-hourglass[data-v-7f3ba649]:before {
|
||
content: "\e69c";
|
||
}
|
||
.wd-icon-call[data-v-7f3ba649]:before {
|
||
content: "\e69d";
|
||
}
|
||
.wd-icon-mobile-vibrate[data-v-7f3ba649]:before {
|
||
content: "\e69e";
|
||
}
|
||
.wd-icon-mail[data-v-7f3ba649]:before {
|
||
content: "\e69f";
|
||
}
|
||
.wd-icon-notification-filled[data-v-7f3ba649]:before {
|
||
content: "\e6a0";
|
||
}
|
||
.wd-icon-desktop[data-v-7f3ba649]:before {
|
||
content: "\e6a1";
|
||
}
|
||
.wd-icon-history[data-v-7f3ba649]:before {
|
||
content: "\e6a2";
|
||
}
|
||
.wd-icon-discount-filled[data-v-7f3ba649]:before {
|
||
content: "\e6a3";
|
||
}
|
||
.wd-icon-dashboard[data-v-7f3ba649]:before {
|
||
content: "\e6a4";
|
||
}
|
||
.wd-icon-discount[data-v-7f3ba649]:before {
|
||
content: "\e6a5";
|
||
}
|
||
.wd-icon-heart-filled[data-v-7f3ba649]:before {
|
||
content: "\e6a6";
|
||
}
|
||
.wd-icon-chat1[data-v-7f3ba649]:before {
|
||
content: "\e6a7";
|
||
}
|
||
.wd-icon-a-controlplatform[data-v-7f3ba649]:before {
|
||
content: "\e6a8";
|
||
}
|
||
.wd-icon-gift[data-v-7f3ba649]:before {
|
||
content: "\e6a9";
|
||
}
|
||
.wd-icon-photo[data-v-7f3ba649]:before {
|
||
content: "\e692";
|
||
}
|
||
.wd-icon-play-circle-stroke[data-v-7f3ba649]:before {
|
||
content: "\e693";
|
||
}
|
||
.wd-icon-notification[data-v-7f3ba649]:before {
|
||
content: "\e694";
|
||
}
|
||
.wd-icon-cloud[data-v-7f3ba649]:before {
|
||
content: "\e695";
|
||
}
|
||
.wd-icon-gender-female[data-v-7f3ba649]:before {
|
||
content: "\e696";
|
||
}
|
||
.wd-icon-fork[data-v-7f3ba649]:before {
|
||
content: "\e697";
|
||
}
|
||
.wd-icon-layers[data-v-7f3ba649]:before {
|
||
content: "\e698";
|
||
}
|
||
.wd-icon-lock-off[data-v-7f3ba649]:before {
|
||
content: "\e699";
|
||
}
|
||
.wd-icon-location[data-v-7f3ba649]:before {
|
||
content: "\e68a";
|
||
}
|
||
.wd-icon-mobile[data-v-7f3ba649]:before {
|
||
content: "\e68b";
|
||
}
|
||
.wd-icon-qrcode[data-v-7f3ba649]:before {
|
||
content: "\e68c";
|
||
}
|
||
.wd-icon-home1[data-v-7f3ba649]:before {
|
||
content: "\e68d";
|
||
}
|
||
.wd-icon-time[data-v-7f3ba649]:before {
|
||
content: "\e68e";
|
||
}
|
||
.wd-icon-heart[data-v-7f3ba649]:before {
|
||
content: "\e68f";
|
||
}
|
||
.wd-icon-lock-on[data-v-7f3ba649]:before {
|
||
content: "\e690";
|
||
}
|
||
.wd-icon-print[data-v-7f3ba649]:before {
|
||
content: "\e691";
|
||
}
|
||
.wd-icon-slash[data-v-7f3ba649]:before {
|
||
content: "\e67a";
|
||
}
|
||
.wd-icon-usb[data-v-7f3ba649]:before {
|
||
content: "\e67b";
|
||
}
|
||
.wd-icon-tools[data-v-7f3ba649]:before {
|
||
content: "\e67c";
|
||
}
|
||
.wd-icon-wifi[data-v-7f3ba649]:before {
|
||
content: "\e67d";
|
||
}
|
||
.wd-icon-star-filled[data-v-7f3ba649]:before {
|
||
content: "\e67e";
|
||
}
|
||
.wd-icon-server[data-v-7f3ba649]:before {
|
||
content: "\e67f";
|
||
}
|
||
.wd-icon-sound[data-v-7f3ba649]:before {
|
||
content: "\e680";
|
||
}
|
||
.wd-icon-a-precisemonitor[data-v-7f3ba649]:before {
|
||
content: "\e681";
|
||
}
|
||
.wd-icon-service[data-v-7f3ba649]:before {
|
||
content: "\e682";
|
||
}
|
||
.wd-icon-tips[data-v-7f3ba649]:before {
|
||
content: "\e683";
|
||
}
|
||
.wd-icon-pin[data-v-7f3ba649]:before {
|
||
content: "\e684";
|
||
}
|
||
.wd-icon-secured[data-v-7f3ba649]:before {
|
||
content: "\e685";
|
||
}
|
||
.wd-icon-star[data-v-7f3ba649]:before {
|
||
content: "\e686";
|
||
}
|
||
.wd-icon-gender-male[data-v-7f3ba649]:before {
|
||
content: "\e687";
|
||
}
|
||
.wd-icon-shop[data-v-7f3ba649]:before {
|
||
content: "\e688";
|
||
}
|
||
.wd-icon-money-circle[data-v-7f3ba649]:before {
|
||
content: "\e689";
|
||
}
|
||
.wd-icon-file-word[data-v-7f3ba649]:before {
|
||
content: "\e66a";
|
||
}
|
||
.wd-icon-file-unknown[data-v-7f3ba649]:before {
|
||
content: "\e66b";
|
||
}
|
||
.wd-icon-folder-open[data-v-7f3ba649]:before {
|
||
content: "\e66c";
|
||
}
|
||
.wd-icon-file-pdf[data-v-7f3ba649]:before {
|
||
content: "\e66d";
|
||
}
|
||
.wd-icon-folder[data-v-7f3ba649]:before {
|
||
content: "\e66e";
|
||
}
|
||
.wd-icon-folder-add[data-v-7f3ba649]:before {
|
||
content: "\e66f";
|
||
}
|
||
.wd-icon-file[data-v-7f3ba649]:before {
|
||
content: "\e670";
|
||
}
|
||
.wd-icon-file-image[data-v-7f3ba649]:before {
|
||
content: "\e671";
|
||
}
|
||
.wd-icon-file-powerpoint[data-v-7f3ba649]:before {
|
||
content: "\e672";
|
||
}
|
||
.wd-icon-file-add[data-v-7f3ba649]:before {
|
||
content: "\e673";
|
||
}
|
||
.wd-icon-file-icon[data-v-7f3ba649]:before {
|
||
content: "\e674";
|
||
}
|
||
.wd-icon-file-paste[data-v-7f3ba649]:before {
|
||
content: "\e675";
|
||
}
|
||
.wd-icon-file-excel[data-v-7f3ba649]:before {
|
||
content: "\e676";
|
||
}
|
||
.wd-icon-file-copy[data-v-7f3ba649]:before {
|
||
content: "\e677";
|
||
}
|
||
.wd-icon-video1[data-v-7f3ba649]:before {
|
||
content: "\e678";
|
||
}
|
||
.wd-icon-wallet[data-v-7f3ba649]:before {
|
||
content: "\e679";
|
||
}
|
||
.wd-icon-ie[data-v-7f3ba649]:before {
|
||
content: "\e65d";
|
||
}
|
||
.wd-icon-logo-codepen[data-v-7f3ba649]:before {
|
||
content: "\e65e";
|
||
}
|
||
.wd-icon-github-filled[data-v-7f3ba649]:before {
|
||
content: "\e65f";
|
||
}
|
||
.wd-icon-ie-filled[data-v-7f3ba649]:before {
|
||
content: "\e660";
|
||
}
|
||
.wd-icon-apple[data-v-7f3ba649]:before {
|
||
content: "\e661";
|
||
}
|
||
.wd-icon-windows-filled[data-v-7f3ba649]:before {
|
||
content: "\e662";
|
||
}
|
||
.wd-icon-internet[data-v-7f3ba649]:before {
|
||
content: "\e663";
|
||
}
|
||
.wd-icon-github[data-v-7f3ba649]:before {
|
||
content: "\e664";
|
||
}
|
||
.wd-icon-windows[data-v-7f3ba649]:before {
|
||
content: "\e665";
|
||
}
|
||
.wd-icon-apple-filled[data-v-7f3ba649]:before {
|
||
content: "\e666";
|
||
}
|
||
.wd-icon-chrome-filled[data-v-7f3ba649]:before {
|
||
content: "\e667";
|
||
}
|
||
.wd-icon-chrome[data-v-7f3ba649]:before {
|
||
content: "\e668";
|
||
}
|
||
.wd-icon-android[data-v-7f3ba649]:before {
|
||
content: "\e669";
|
||
}
|
||
.wd-icon-edit-outline[data-v-7f3ba649]:before {
|
||
content: "\e64a";
|
||
}
|
||
.wd-icon-detection[data-v-7f3ba649]:before {
|
||
content: "\e64b";
|
||
}
|
||
.wd-icon-check-outline[data-v-7f3ba649]:before {
|
||
content: "\e64c";
|
||
}
|
||
.wd-icon-close[data-v-7f3ba649]:before {
|
||
content: "\e64d";
|
||
}
|
||
.wd-icon-check[data-v-7f3ba649]:before {
|
||
content: "\e64e";
|
||
}
|
||
.wd-icon-arrow-left[data-v-7f3ba649]:before {
|
||
content: "\e64f";
|
||
}
|
||
.wd-icon-computer[data-v-7f3ba649]:before {
|
||
content: "\e650";
|
||
}
|
||
.wd-icon-clock[data-v-7f3ba649]:before {
|
||
content: "\e651";
|
||
}
|
||
.wd-icon-check-bold[data-v-7f3ba649]:before {
|
||
content: "\e652";
|
||
}
|
||
.wd-icon-bags[data-v-7f3ba649]:before {
|
||
content: "\e653";
|
||
}
|
||
.wd-icon-arrow-down[data-v-7f3ba649]:before {
|
||
content: "\e654";
|
||
}
|
||
.wd-icon-arrow-right[data-v-7f3ba649]:before {
|
||
content: "\e655";
|
||
}
|
||
.wd-icon-circle[data-v-7f3ba649]:before {
|
||
content: "\e656";
|
||
}
|
||
.wd-icon-arrow-thin-down[data-v-7f3ba649]:before {
|
||
content: "\e657";
|
||
}
|
||
.wd-icon-camera[data-v-7f3ba649]:before {
|
||
content: "\e658";
|
||
}
|
||
.wd-icon-close-bold[data-v-7f3ba649]:before {
|
||
content: "\e659";
|
||
}
|
||
.wd-icon-add-circle[data-v-7f3ba649]:before {
|
||
content: "\e65a";
|
||
}
|
||
.wd-icon-arrow-thin-up[data-v-7f3ba649]:before {
|
||
content: "\e65b";
|
||
}
|
||
.wd-icon-add[data-v-7f3ba649]:before {
|
||
content: "\e65c";
|
||
}
|
||
.wd-icon-keyboard-delete[data-v-7f3ba649]:before {
|
||
content: "\e634";
|
||
}
|
||
.wd-icon-transfer[data-v-7f3ba649]:before {
|
||
content: "\e635";
|
||
}
|
||
.wd-icon-eye-close[data-v-7f3ba649]:before {
|
||
content: "\e61f";
|
||
}
|
||
.wd-icon-delete[data-v-7f3ba649]:before {
|
||
content: "\e61e";
|
||
}
|
||
.wd-icon-download[data-v-7f3ba649]:before {
|
||
content: "\e636";
|
||
}
|
||
.wd-icon-picture[data-v-7f3ba649]:before {
|
||
content: "\e637";
|
||
}
|
||
.wd-icon-refresh[data-v-7f3ba649]:before {
|
||
content: "\e638";
|
||
}
|
||
.wd-icon-read[data-v-7f3ba649]:before {
|
||
content: "\e639";
|
||
}
|
||
.wd-icon-note[data-v-7f3ba649]:before {
|
||
content: "\e63a";
|
||
}
|
||
.wd-icon-phone[data-v-7f3ba649]:before {
|
||
content: "\e63b";
|
||
}
|
||
.wd-icon-lenovo[data-v-7f3ba649]:before {
|
||
content: "\e63c";
|
||
}
|
||
.wd-icon-home[data-v-7f3ba649]:before {
|
||
content: "\e63d";
|
||
}
|
||
.wd-icon-search[data-v-7f3ba649]:before {
|
||
content: "\e63e";
|
||
}
|
||
.wd-icon-fill-camera[data-v-7f3ba649]:before {
|
||
content: "\e63f";
|
||
}
|
||
.wd-icon-fill-arrow-down[data-v-7f3ba649]:before {
|
||
content: "\e640";
|
||
}
|
||
.wd-icon-arrow-up[data-v-7f3ba649]:before {
|
||
content: "\e61d";
|
||
}
|
||
.wd-icon-delete-thin[data-v-7f3ba649]:before {
|
||
content: "\e641";
|
||
}
|
||
.wd-icon-filter[data-v-7f3ba649]:before {
|
||
content: "\e642";
|
||
}
|
||
.wd-icon-evaluation[data-v-7f3ba649]:before {
|
||
content: "\e643";
|
||
}
|
||
.wd-icon-close-outline[data-v-7f3ba649]:before {
|
||
content: "\e644";
|
||
}
|
||
.wd-icon-dong[data-v-7f3ba649]:before {
|
||
content: "\e645";
|
||
}
|
||
.wd-icon-error-fill[data-v-7f3ba649]:before {
|
||
content: "\e646";
|
||
}
|
||
.wd-icon-chat[data-v-7f3ba649]:before {
|
||
content: "\e647";
|
||
}
|
||
.wd-icon-decrease[data-v-7f3ba649]:before {
|
||
content: "\e648";
|
||
}
|
||
.wd-icon-copy[data-v-7f3ba649]:before {
|
||
content: "\e649";
|
||
}
|
||
.wd-icon-setting[data-v-7f3ba649]:before {
|
||
content: "\e621";
|
||
}
|
||
.wd-icon-subscribe[data-v-7f3ba649]:before {
|
||
content: "\e622";
|
||
}
|
||
.wd-icon-jdm[data-v-7f3ba649]:before {
|
||
content: "\e620";
|
||
}
|
||
.wd-icon-spool[data-v-7f3ba649]:before {
|
||
content: "\e623";
|
||
}
|
||
.wd-icon-warning[data-v-7f3ba649]:before {
|
||
content: "\e624";
|
||
}
|
||
.wd-icon-wifi-error[data-v-7f3ba649]:before {
|
||
content: "\e625";
|
||
}
|
||
.wd-icon-star-on[data-v-7f3ba649]:before {
|
||
content: "\e626";
|
||
}
|
||
.wd-icon-rotate[data-v-7f3ba649]:before {
|
||
content: "\e627";
|
||
}
|
||
.wd-icon-translate-bold[data-v-7f3ba649]:before {
|
||
content: "\e628";
|
||
}
|
||
.wd-icon-keyboard-collapse[data-v-7f3ba649]:before {
|
||
content: "\e629";
|
||
}
|
||
.wd-icon-keywords[data-v-7f3ba649]:before {
|
||
content: "\e62a";
|
||
}
|
||
.wd-icon-scan[data-v-7f3ba649]:before {
|
||
content: "\e62b";
|
||
}
|
||
.wd-icon-view[data-v-7f3ba649]:before {
|
||
content: "\e62c";
|
||
}
|
||
.wd-icon-phone-compute[data-v-7f3ba649]:before {
|
||
content: "\e62d";
|
||
}
|
||
.wd-icon-video[data-v-7f3ba649]:before {
|
||
content: "\e62e";
|
||
}
|
||
.wd-icon-thin-arrow-left[data-v-7f3ba649]:before {
|
||
content: "\e62f";
|
||
}
|
||
.wd-icon-goods[data-v-7f3ba649]:before {
|
||
content: "\e630";
|
||
}
|
||
.wd-icon-list[data-v-7f3ba649]:before {
|
||
content: "\e631";
|
||
}
|
||
.wd-icon-warn-bold[data-v-7f3ba649]:before {
|
||
content: "\e632";
|
||
}
|
||
.wd-icon-more[data-v-7f3ba649]:before {
|
||
content: "\e633";
|
||
}
|
||
|
||
/* 使用 UnoCSS 定义样式 */
|
||
.grid[data-v-ed5e2361] {
|
||
display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;
|
||
}
|
||
.view[data-v-ed5e2361] {
|
||
height:100%;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));
|
||
}
|
||
.button[data-v-ed5e2361] {
|
||
margin-top:1rem;width:100%;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(255 192 203 / var(--un-bg-opacity));padding-top:1rem;padding-bottom:1rem;text-align:center;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));
|
||
}
|