9119 lines
238 KiB
CSS
9119 lines
238 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";
|
||
}
|
||
|
||
.profile-info-container[data-v-920f38b7] {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
padding: 10px;
|
||
background-color: #ffffff;
|
||
border-radius: 15px;
|
||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||
}
|
||
.profile-info[data-v-920f38b7] {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.profile-icon[data-v-920f38b7] {
|
||
width: 50px;
|
||
height: 50px;
|
||
border-radius: 25px;
|
||
}
|
||
.profile-details[data-v-920f38b7] {
|
||
margin-left: 10px;
|
||
}
|
||
.profile-header[data-v-920f38b7] {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.profile-name[data-v-920f38b7] {
|
||
font-size: 18px;
|
||
font-weight: bold;
|
||
}
|
||
.gender-icon[data-v-920f38b7] {
|
||
width: 16px;
|
||
height: 16px;
|
||
margin-left: 5px;
|
||
}
|
||
.profile-tags[data-v-920f38b7] {
|
||
display: flex;
|
||
margin-top: 5px;
|
||
}
|
||
.profile-tag[data-v-920f38b7] {
|
||
padding: 2px 5px;
|
||
margin-right: 5px;
|
||
font-size: 12px;
|
||
color: #000000;
|
||
background-color: #fee7da;
|
||
border-radius: 5px;
|
||
}
|
||
.profile-arrow[data-v-920f38b7] {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.arrow-icon[data-v-920f38b7] {
|
||
width: 20px;
|
||
height: 20px;
|
||
/* tint-color: #ff7043; */
|
||
}
|
||
|
||
|
||
.border-wrapper[data-v-ff6daa3b] {
|
||
position: relative;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
padding: 5px 10px 5px 20px;
|
||
background-color: #ff9775;
|
||
border-radius: 15px;
|
||
}
|
||
.border-wrapper[data-v-ff6daa3b]::before {
|
||
left: -20px;
|
||
border-right: none;
|
||
}
|
||
.border-wrapper[data-v-ff6daa3b]::after {
|
||
right: -20px;
|
||
border-left: none;
|
||
}
|
||
.line[data-v-ff6daa3b] {
|
||
position: absolute;
|
||
top: 50%;
|
||
left: 0;
|
||
width: 5px;
|
||
height: 30px;
|
||
margin: 0 10px;
|
||
background-color: #fff;
|
||
border-radius: 10px;
|
||
transform: translateY(-50%);
|
||
}
|
||
.info-text[data-v-ff6daa3b] {
|
||
display: flex;
|
||
flex-direction: column;
|
||
flex-grow: 1;
|
||
padding: 10px 0;
|
||
padding-left: 15px;
|
||
background-color: #fff;
|
||
border-radius: 18px;
|
||
}
|
||
.main-text[data-v-ff6daa3b] {
|
||
font-size: 16px;
|
||
color: #000;
|
||
}
|
||
.sub-text[data-v-ff6daa3b] {
|
||
font-size: 14px;
|
||
color: #888;
|
||
}
|
||
.highlight[data-v-ff6daa3b] {
|
||
color: #ff7043;
|
||
}
|
||
.delivery-image[data-v-ff6daa3b] {
|
||
width: 50px;
|
||
height: 50px;
|
||
margin-left: 10px;
|
||
}
|
||
.courier[data-v-ff6daa3b] {
|
||
position: absolute;
|
||
top: -15%;
|
||
right: 12%;
|
||
z-index: 1;
|
||
}
|
||
.loading-dots[data-v-ff6daa3b] {
|
||
position: absolute;
|
||
right: -30px;
|
||
bottom: 0;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.dot[data-v-ff6daa3b] {
|
||
width: 8px; /* 小点的大小 */
|
||
height: 8px;
|
||
margin: 0 2px;
|
||
background-color: #ff7043; /* 小点的颜色 */
|
||
border-radius: 50%;
|
||
animation: bounce-ff6daa3b 1.4s infinite ease-in-out both;
|
||
}
|
||
.dot[data-v-ff6daa3b]:nth-child(1) {
|
||
animation-delay: -0.32s;
|
||
}
|
||
.dot[data-v-ff6daa3b]:nth-child(2) {
|
||
animation-delay: -0.16s;
|
||
}
|
||
.dot[data-v-ff6daa3b]:nth-child(3) {
|
||
animation-delay: 0s;
|
||
}
|
||
@keyframes bounce-ff6daa3b {
|
||
0%,
|
||
80%,
|
||
100% {
|
||
transform: scale(0);
|
||
}
|
||
40% {
|
||
transform: scale(1);
|
||
}
|
||
}
|
||
|
||
|
||
.carousel-container[data-v-46148006] {
|
||
position: relative;
|
||
width: 100%;
|
||
height: 12vh;
|
||
margin-top: 20px;
|
||
background-color: #ffffff;
|
||
border-radius: 10px;
|
||
}
|
||
.carousel[data-v-46148006] {
|
||
width: 100%;
|
||
}
|
||
.quick-services[data-v-46148006] {
|
||
display: flex;
|
||
justify-content: space-around;
|
||
padding: 10px;
|
||
}
|
||
.quick-service-card[data-v-46148006] {
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
justify-content: center;
|
||
width: 25%;
|
||
padding: 10px;
|
||
}
|
||
.quick-service-image[data-v-46148006] {
|
||
width: 40px;
|
||
height: 40px;
|
||
}
|
||
.quick-service-text[data-v-46148006] {
|
||
margin-top: 5px;
|
||
font-size: 14px;
|
||
text-align: center;
|
||
}
|
||
.custom-indicators[data-v-46148006] {
|
||
position: absolute;
|
||
bottom: 5%;
|
||
left: 50%;
|
||
display: flex;
|
||
justify-content: center;
|
||
transform: translate(-50%);
|
||
}
|
||
.indicator[data-v-46148006] {
|
||
width: 10px;
|
||
height: 5px;
|
||
margin: 0 1px;
|
||
background-color: #cccccc;
|
||
border-radius: 5px;
|
||
transition: width 0.3s;
|
||
}
|
||
.indicator.active[data-v-46148006] {
|
||
width: 18px;
|
||
background-color: #ffc107;
|
||
}
|
||
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.recommended-service-card[data-v-b66a6680] {
|
||
display: flex;
|
||
flex-direction: column;
|
||
width: 100%;
|
||
margin-bottom: 15px;
|
||
overflow: hidden;
|
||
background-color: #fff;
|
||
border-radius: 10px;
|
||
}
|
||
.recommended-service-image[data-v-b66a6680] {
|
||
width: 100%;
|
||
height: 100%;
|
||
-o-object-fit: cover;
|
||
object-fit: cover;
|
||
}
|
||
.text-container[data-v-b66a6680] {
|
||
bottom: 0;
|
||
width: 100%;
|
||
min-height: 120px;
|
||
padding: 10px;
|
||
background: rgba(255, 255, 255, 0.8);
|
||
}
|
||
.recommended-service-text[data-v-b66a6680] {
|
||
font-size: 16px;
|
||
font-weight: bold;
|
||
text-align: center;
|
||
}
|
||
.recommended-service-description[data-v-b66a6680] {
|
||
font-size: 11px;
|
||
color: #888;
|
||
text-align: center;
|
||
}
|
||
.recommended-service-price[data-v-b66a6680] {
|
||
font-size: 16px;
|
||
color: #ff7043;
|
||
text-align: center;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.uniui-color[data-v-b40d096c]:before {
|
||
content: "\e6cf";
|
||
}
|
||
.uniui-wallet[data-v-b40d096c]:before {
|
||
content: "\e6b1";
|
||
}
|
||
.uniui-settings-filled[data-v-b40d096c]:before {
|
||
content: "\e6ce";
|
||
}
|
||
.uniui-auth-filled[data-v-b40d096c]:before {
|
||
content: "\e6cc";
|
||
}
|
||
.uniui-shop-filled[data-v-b40d096c]:before {
|
||
content: "\e6cd";
|
||
}
|
||
.uniui-staff-filled[data-v-b40d096c]:before {
|
||
content: "\e6cb";
|
||
}
|
||
.uniui-vip-filled[data-v-b40d096c]:before {
|
||
content: "\e6c6";
|
||
}
|
||
.uniui-plus-filled[data-v-b40d096c]:before {
|
||
content: "\e6c7";
|
||
}
|
||
.uniui-folder-add-filled[data-v-b40d096c]:before {
|
||
content: "\e6c8";
|
||
}
|
||
.uniui-color-filled[data-v-b40d096c]:before {
|
||
content: "\e6c9";
|
||
}
|
||
.uniui-tune-filled[data-v-b40d096c]:before {
|
||
content: "\e6ca";
|
||
}
|
||
.uniui-calendar-filled[data-v-b40d096c]:before {
|
||
content: "\e6c0";
|
||
}
|
||
.uniui-notification-filled[data-v-b40d096c]:before {
|
||
content: "\e6c1";
|
||
}
|
||
.uniui-wallet-filled[data-v-b40d096c]:before {
|
||
content: "\e6c2";
|
||
}
|
||
.uniui-medal-filled[data-v-b40d096c]:before {
|
||
content: "\e6c3";
|
||
}
|
||
.uniui-gift-filled[data-v-b40d096c]:before {
|
||
content: "\e6c4";
|
||
}
|
||
.uniui-fire-filled[data-v-b40d096c]:before {
|
||
content: "\e6c5";
|
||
}
|
||
.uniui-refreshempty[data-v-b40d096c]:before {
|
||
content: "\e6bf";
|
||
}
|
||
.uniui-location-filled[data-v-b40d096c]:before {
|
||
content: "\e6af";
|
||
}
|
||
.uniui-person-filled[data-v-b40d096c]:before {
|
||
content: "\e69d";
|
||
}
|
||
.uniui-personadd-filled[data-v-b40d096c]:before {
|
||
content: "\e698";
|
||
}
|
||
.uniui-back[data-v-b40d096c]:before {
|
||
content: "\e6b9";
|
||
}
|
||
.uniui-forward[data-v-b40d096c]:before {
|
||
content: "\e6ba";
|
||
}
|
||
.uniui-arrow-right[data-v-b40d096c]:before {
|
||
content: "\e6bb";
|
||
}
|
||
.uniui-arrowthinright[data-v-b40d096c]:before {
|
||
content: "\e6bb";
|
||
}
|
||
.uniui-arrow-left[data-v-b40d096c]:before {
|
||
content: "\e6bc";
|
||
}
|
||
.uniui-arrowthinleft[data-v-b40d096c]:before {
|
||
content: "\e6bc";
|
||
}
|
||
.uniui-arrow-up[data-v-b40d096c]:before {
|
||
content: "\e6bd";
|
||
}
|
||
.uniui-arrowthinup[data-v-b40d096c]:before {
|
||
content: "\e6bd";
|
||
}
|
||
.uniui-arrow-down[data-v-b40d096c]:before {
|
||
content: "\e6be";
|
||
}
|
||
.uniui-arrowthindown[data-v-b40d096c]:before {
|
||
content: "\e6be";
|
||
}
|
||
.uniui-bottom[data-v-b40d096c]:before {
|
||
content: "\e6b8";
|
||
}
|
||
.uniui-arrowdown[data-v-b40d096c]:before {
|
||
content: "\e6b8";
|
||
}
|
||
.uniui-right[data-v-b40d096c]:before {
|
||
content: "\e6b5";
|
||
}
|
||
.uniui-arrowright[data-v-b40d096c]:before {
|
||
content: "\e6b5";
|
||
}
|
||
.uniui-top[data-v-b40d096c]:before {
|
||
content: "\e6b6";
|
||
}
|
||
.uniui-arrowup[data-v-b40d096c]:before {
|
||
content: "\e6b6";
|
||
}
|
||
.uniui-left[data-v-b40d096c]:before {
|
||
content: "\e6b7";
|
||
}
|
||
.uniui-arrowleft[data-v-b40d096c]:before {
|
||
content: "\e6b7";
|
||
}
|
||
.uniui-eye[data-v-b40d096c]:before {
|
||
content: "\e651";
|
||
}
|
||
.uniui-eye-filled[data-v-b40d096c]:before {
|
||
content: "\e66a";
|
||
}
|
||
.uniui-eye-slash[data-v-b40d096c]:before {
|
||
content: "\e6b3";
|
||
}
|
||
.uniui-eye-slash-filled[data-v-b40d096c]:before {
|
||
content: "\e6b4";
|
||
}
|
||
.uniui-info-filled[data-v-b40d096c]:before {
|
||
content: "\e649";
|
||
}
|
||
.uniui-reload[data-v-b40d096c]:before {
|
||
content: "\e6b2";
|
||
}
|
||
.uniui-micoff-filled[data-v-b40d096c]:before {
|
||
content: "\e6b0";
|
||
}
|
||
.uniui-map-pin-ellipse[data-v-b40d096c]:before {
|
||
content: "\e6ac";
|
||
}
|
||
.uniui-map-pin[data-v-b40d096c]:before {
|
||
content: "\e6ad";
|
||
}
|
||
.uniui-location[data-v-b40d096c]:before {
|
||
content: "\e6ae";
|
||
}
|
||
.uniui-starhalf[data-v-b40d096c]:before {
|
||
content: "\e683";
|
||
}
|
||
.uniui-star[data-v-b40d096c]:before {
|
||
content: "\e688";
|
||
}
|
||
.uniui-star-filled[data-v-b40d096c]:before {
|
||
content: "\e68f";
|
||
}
|
||
.uniui-calendar[data-v-b40d096c]:before {
|
||
content: "\e6a0";
|
||
}
|
||
.uniui-fire[data-v-b40d096c]:before {
|
||
content: "\e6a1";
|
||
}
|
||
.uniui-medal[data-v-b40d096c]:before {
|
||
content: "\e6a2";
|
||
}
|
||
.uniui-font[data-v-b40d096c]:before {
|
||
content: "\e6a3";
|
||
}
|
||
.uniui-gift[data-v-b40d096c]:before {
|
||
content: "\e6a4";
|
||
}
|
||
.uniui-link[data-v-b40d096c]:before {
|
||
content: "\e6a5";
|
||
}
|
||
.uniui-notification[data-v-b40d096c]:before {
|
||
content: "\e6a6";
|
||
}
|
||
.uniui-staff[data-v-b40d096c]:before {
|
||
content: "\e6a7";
|
||
}
|
||
.uniui-vip[data-v-b40d096c]:before {
|
||
content: "\e6a8";
|
||
}
|
||
.uniui-folder-add[data-v-b40d096c]:before {
|
||
content: "\e6a9";
|
||
}
|
||
.uniui-tune[data-v-b40d096c]:before {
|
||
content: "\e6aa";
|
||
}
|
||
.uniui-auth[data-v-b40d096c]:before {
|
||
content: "\e6ab";
|
||
}
|
||
.uniui-person[data-v-b40d096c]:before {
|
||
content: "\e699";
|
||
}
|
||
.uniui-email-filled[data-v-b40d096c]:before {
|
||
content: "\e69a";
|
||
}
|
||
.uniui-phone-filled[data-v-b40d096c]:before {
|
||
content: "\e69b";
|
||
}
|
||
.uniui-phone[data-v-b40d096c]:before {
|
||
content: "\e69c";
|
||
}
|
||
.uniui-email[data-v-b40d096c]:before {
|
||
content: "\e69e";
|
||
}
|
||
.uniui-personadd[data-v-b40d096c]:before {
|
||
content: "\e69f";
|
||
}
|
||
.uniui-chatboxes-filled[data-v-b40d096c]:before {
|
||
content: "\e692";
|
||
}
|
||
.uniui-contact[data-v-b40d096c]:before {
|
||
content: "\e693";
|
||
}
|
||
.uniui-chatbubble-filled[data-v-b40d096c]:before {
|
||
content: "\e694";
|
||
}
|
||
.uniui-contact-filled[data-v-b40d096c]:before {
|
||
content: "\e695";
|
||
}
|
||
.uniui-chatboxes[data-v-b40d096c]:before {
|
||
content: "\e696";
|
||
}
|
||
.uniui-chatbubble[data-v-b40d096c]:before {
|
||
content: "\e697";
|
||
}
|
||
.uniui-upload-filled[data-v-b40d096c]:before {
|
||
content: "\e68e";
|
||
}
|
||
.uniui-upload[data-v-b40d096c]:before {
|
||
content: "\e690";
|
||
}
|
||
.uniui-weixin[data-v-b40d096c]:before {
|
||
content: "\e691";
|
||
}
|
||
.uniui-compose[data-v-b40d096c]:before {
|
||
content: "\e67f";
|
||
}
|
||
.uniui-qq[data-v-b40d096c]:before {
|
||
content: "\e680";
|
||
}
|
||
.uniui-download-filled[data-v-b40d096c]:before {
|
||
content: "\e681";
|
||
}
|
||
.uniui-pyq[data-v-b40d096c]:before {
|
||
content: "\e682";
|
||
}
|
||
.uniui-sound[data-v-b40d096c]:before {
|
||
content: "\e684";
|
||
}
|
||
.uniui-trash-filled[data-v-b40d096c]:before {
|
||
content: "\e685";
|
||
}
|
||
.uniui-sound-filled[data-v-b40d096c]:before {
|
||
content: "\e686";
|
||
}
|
||
.uniui-trash[data-v-b40d096c]:before {
|
||
content: "\e687";
|
||
}
|
||
.uniui-videocam-filled[data-v-b40d096c]:before {
|
||
content: "\e689";
|
||
}
|
||
.uniui-spinner-cycle[data-v-b40d096c]:before {
|
||
content: "\e68a";
|
||
}
|
||
.uniui-weibo[data-v-b40d096c]:before {
|
||
content: "\e68b";
|
||
}
|
||
.uniui-videocam[data-v-b40d096c]:before {
|
||
content: "\e68c";
|
||
}
|
||
.uniui-download[data-v-b40d096c]:before {
|
||
content: "\e68d";
|
||
}
|
||
.uniui-help[data-v-b40d096c]:before {
|
||
content: "\e679";
|
||
}
|
||
.uniui-navigate-filled[data-v-b40d096c]:before {
|
||
content: "\e67a";
|
||
}
|
||
.uniui-plusempty[data-v-b40d096c]:before {
|
||
content: "\e67b";
|
||
}
|
||
.uniui-smallcircle[data-v-b40d096c]:before {
|
||
content: "\e67c";
|
||
}
|
||
.uniui-minus-filled[data-v-b40d096c]:before {
|
||
content: "\e67d";
|
||
}
|
||
.uniui-micoff[data-v-b40d096c]:before {
|
||
content: "\e67e";
|
||
}
|
||
.uniui-closeempty[data-v-b40d096c]:before {
|
||
content: "\e66c";
|
||
}
|
||
.uniui-clear[data-v-b40d096c]:before {
|
||
content: "\e66d";
|
||
}
|
||
.uniui-navigate[data-v-b40d096c]:before {
|
||
content: "\e66e";
|
||
}
|
||
.uniui-minus[data-v-b40d096c]:before {
|
||
content: "\e66f";
|
||
}
|
||
.uniui-image[data-v-b40d096c]:before {
|
||
content: "\e670";
|
||
}
|
||
.uniui-mic[data-v-b40d096c]:before {
|
||
content: "\e671";
|
||
}
|
||
.uniui-paperplane[data-v-b40d096c]:before {
|
||
content: "\e672";
|
||
}
|
||
.uniui-close[data-v-b40d096c]:before {
|
||
content: "\e673";
|
||
}
|
||
.uniui-help-filled[data-v-b40d096c]:before {
|
||
content: "\e674";
|
||
}
|
||
.uniui-paperplane-filled[data-v-b40d096c]:before {
|
||
content: "\e675";
|
||
}
|
||
.uniui-plus[data-v-b40d096c]:before {
|
||
content: "\e676";
|
||
}
|
||
.uniui-mic-filled[data-v-b40d096c]:before {
|
||
content: "\e677";
|
||
}
|
||
.uniui-image-filled[data-v-b40d096c]:before {
|
||
content: "\e678";
|
||
}
|
||
.uniui-locked-filled[data-v-b40d096c]:before {
|
||
content: "\e668";
|
||
}
|
||
.uniui-info[data-v-b40d096c]:before {
|
||
content: "\e669";
|
||
}
|
||
.uniui-locked[data-v-b40d096c]:before {
|
||
content: "\e66b";
|
||
}
|
||
.uniui-camera-filled[data-v-b40d096c]:before {
|
||
content: "\e658";
|
||
}
|
||
.uniui-chat-filled[data-v-b40d096c]:before {
|
||
content: "\e659";
|
||
}
|
||
.uniui-camera[data-v-b40d096c]:before {
|
||
content: "\e65a";
|
||
}
|
||
.uniui-circle[data-v-b40d096c]:before {
|
||
content: "\e65b";
|
||
}
|
||
.uniui-checkmarkempty[data-v-b40d096c]:before {
|
||
content: "\e65c";
|
||
}
|
||
.uniui-chat[data-v-b40d096c]:before {
|
||
content: "\e65d";
|
||
}
|
||
.uniui-circle-filled[data-v-b40d096c]:before {
|
||
content: "\e65e";
|
||
}
|
||
.uniui-flag[data-v-b40d096c]:before {
|
||
content: "\e65f";
|
||
}
|
||
.uniui-flag-filled[data-v-b40d096c]:before {
|
||
content: "\e660";
|
||
}
|
||
.uniui-gear-filled[data-v-b40d096c]:before {
|
||
content: "\e661";
|
||
}
|
||
.uniui-home[data-v-b40d096c]:before {
|
||
content: "\e662";
|
||
}
|
||
.uniui-home-filled[data-v-b40d096c]:before {
|
||
content: "\e663";
|
||
}
|
||
.uniui-gear[data-v-b40d096c]:before {
|
||
content: "\e664";
|
||
}
|
||
.uniui-smallcircle-filled[data-v-b40d096c]:before {
|
||
content: "\e665";
|
||
}
|
||
.uniui-map-filled[data-v-b40d096c]:before {
|
||
content: "\e666";
|
||
}
|
||
.uniui-map[data-v-b40d096c]:before {
|
||
content: "\e667";
|
||
}
|
||
.uniui-refresh-filled[data-v-b40d096c]:before {
|
||
content: "\e656";
|
||
}
|
||
.uniui-refresh[data-v-b40d096c]:before {
|
||
content: "\e657";
|
||
}
|
||
.uniui-cloud-upload[data-v-b40d096c]:before {
|
||
content: "\e645";
|
||
}
|
||
.uniui-cloud-download-filled[data-v-b40d096c]:before {
|
||
content: "\e646";
|
||
}
|
||
.uniui-cloud-download[data-v-b40d096c]:before {
|
||
content: "\e647";
|
||
}
|
||
.uniui-cloud-upload-filled[data-v-b40d096c]:before {
|
||
content: "\e648";
|
||
}
|
||
.uniui-redo[data-v-b40d096c]:before {
|
||
content: "\e64a";
|
||
}
|
||
.uniui-images-filled[data-v-b40d096c]:before {
|
||
content: "\e64b";
|
||
}
|
||
.uniui-undo-filled[data-v-b40d096c]:before {
|
||
content: "\e64c";
|
||
}
|
||
.uniui-more[data-v-b40d096c]:before {
|
||
content: "\e64d";
|
||
}
|
||
.uniui-more-filled[data-v-b40d096c]:before {
|
||
content: "\e64e";
|
||
}
|
||
.uniui-undo[data-v-b40d096c]:before {
|
||
content: "\e64f";
|
||
}
|
||
.uniui-images[data-v-b40d096c]:before {
|
||
content: "\e650";
|
||
}
|
||
.uniui-paperclip[data-v-b40d096c]:before {
|
||
content: "\e652";
|
||
}
|
||
.uniui-settings[data-v-b40d096c]:before {
|
||
content: "\e653";
|
||
}
|
||
.uniui-search[data-v-b40d096c]:before {
|
||
content: "\e654";
|
||
}
|
||
.uniui-redo-filled[data-v-b40d096c]:before {
|
||
content: "\e655";
|
||
}
|
||
.uniui-list[data-v-b40d096c]:before {
|
||
content: "\e644";
|
||
}
|
||
.uniui-mail-open-filled[data-v-b40d096c]:before {
|
||
content: "\e63a";
|
||
}
|
||
.uniui-hand-down-filled[data-v-b40d096c]:before {
|
||
content: "\e63c";
|
||
}
|
||
.uniui-hand-down[data-v-b40d096c]:before {
|
||
content: "\e63d";
|
||
}
|
||
.uniui-hand-up-filled[data-v-b40d096c]:before {
|
||
content: "\e63e";
|
||
}
|
||
.uniui-hand-up[data-v-b40d096c]:before {
|
||
content: "\e63f";
|
||
}
|
||
.uniui-heart-filled[data-v-b40d096c]:before {
|
||
content: "\e641";
|
||
}
|
||
.uniui-mail-open[data-v-b40d096c]:before {
|
||
content: "\e643";
|
||
}
|
||
.uniui-heart[data-v-b40d096c]:before {
|
||
content: "\e639";
|
||
}
|
||
.uniui-loop[data-v-b40d096c]:before {
|
||
content: "\e633";
|
||
}
|
||
.uniui-pulldown[data-v-b40d096c]:before {
|
||
content: "\e632";
|
||
}
|
||
.uniui-scan[data-v-b40d096c]:before {
|
||
content: "\e62a";
|
||
}
|
||
.uniui-bars[data-v-b40d096c]:before {
|
||
content: "\e627";
|
||
}
|
||
.uniui-cart-filled[data-v-b40d096c]:before {
|
||
content: "\e629";
|
||
}
|
||
.uniui-checkbox[data-v-b40d096c]:before {
|
||
content: "\e62b";
|
||
}
|
||
.uniui-checkbox-filled[data-v-b40d096c]:before {
|
||
content: "\e62c";
|
||
}
|
||
.uniui-shop[data-v-b40d096c]:before {
|
||
content: "\e62f";
|
||
}
|
||
.uniui-headphones[data-v-b40d096c]:before {
|
||
content: "\e630";
|
||
}
|
||
.uniui-cart[data-v-b40d096c]:before {
|
||
content: "\e631";
|
||
}
|
||
@font-face {
|
||
font-family: uniicons;
|
||
src: url("../../assets/uniicons.89ed7d6d.ttf") format("truetype");
|
||
}
|
||
.uni-icons[data-v-b40d096c] {
|
||
font-family: uniicons;
|
||
text-decoration: none;
|
||
text-align: center;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.uni-searchbar[data-v-d3b05381] {
|
||
display: flex;
|
||
flex-direction: row;
|
||
position: relative;
|
||
padding: 5px;
|
||
}
|
||
.uni-searchbar__box[data-v-d3b05381] {
|
||
display: flex;
|
||
box-sizing: border-box;
|
||
overflow: hidden;
|
||
position: relative;
|
||
flex: 1;
|
||
flex-direction: row;
|
||
align-items: center;
|
||
height: 36px;
|
||
padding: 5px 8px 5px 0px;
|
||
}
|
||
.uni-searchbar__box-icon-search[data-v-d3b05381] {
|
||
display: flex;
|
||
flex-direction: row;
|
||
padding: 0 8px;
|
||
justify-content: center;
|
||
align-items: center;
|
||
color: #b3b3b3;
|
||
}
|
||
.uni-searchbar__box-search-input[data-v-d3b05381] {
|
||
flex: 1;
|
||
font-size: 14px;
|
||
color: #333;
|
||
}
|
||
.uni-searchbar__box-icon-clear[data-v-d3b05381] {
|
||
align-items: center;
|
||
line-height: 24px;
|
||
padding-left: 8px;
|
||
}
|
||
.uni-searchbar__text-placeholder[data-v-d3b05381] {
|
||
font-size: 14px;
|
||
color: #b3b3b3;
|
||
margin-left: 5px;
|
||
}
|
||
.uni-searchbar__cancel[data-v-d3b05381] {
|
||
padding-left: 10px;
|
||
line-height: 36px;
|
||
font-size: 14px;
|
||
color: #333333;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.border-content[data-v-fd75520f] {
|
||
border: 0.0625rem solid #eee;
|
||
}
|
||
.search-content[data-v-fd75520f] {
|
||
flex: 1;
|
||
position: relative;
|
||
}
|
||
.search-content .search-icon[data-v-fd75520f] {
|
||
font-size: 1.1875rem;
|
||
margin-right: 0.625rem;
|
||
}
|
||
.search-content .keyword-link[data-v-fd75520f] {
|
||
position: absolute;
|
||
right: 0.5rem;
|
||
top: 0.5625rem;
|
||
}
|
||
.search-content .search-input[data-v-fd75520f] {
|
||
font-size: 0.875rem;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.uni-noticebar[data-v-05a3ade7] {
|
||
display: flex;
|
||
width: 100%;
|
||
box-sizing: border-box;
|
||
flex-direction: row;
|
||
align-items: center;
|
||
padding: 10px 12px;
|
||
}
|
||
.uni-noticebar-close[data-v-05a3ade7] {
|
||
margin-left: 8px;
|
||
margin-right: 5px;
|
||
}
|
||
.uni-noticebar-icon[data-v-05a3ade7] {
|
||
margin-right: 5px;
|
||
}
|
||
.uni-noticebar__content-wrapper[data-v-05a3ade7] {
|
||
flex: 1;
|
||
flex-direction: column;
|
||
overflow: hidden;
|
||
}
|
||
.uni-noticebar__content-wrapper--single[data-v-05a3ade7] {
|
||
line-height: 18px;
|
||
}
|
||
.uni-noticebar__content-wrapper--single[data-v-05a3ade7],
|
||
.uni-noticebar__content-wrapper--scrollable[data-v-05a3ade7] {
|
||
flex-direction: row;
|
||
}
|
||
.uni-noticebar__content-wrapper--scrollable[data-v-05a3ade7] {
|
||
position: relative;
|
||
height: 18px;
|
||
}
|
||
.uni-noticebar__content--scrollable[data-v-05a3ade7] {
|
||
flex: 1;
|
||
display: block;
|
||
overflow: hidden;
|
||
}
|
||
.uni-noticebar__content--single[data-v-05a3ade7] {
|
||
display: flex;
|
||
flex: none;
|
||
width: 100%;
|
||
justify-content: center;
|
||
}
|
||
.uni-noticebar__content-text[data-v-05a3ade7] {
|
||
font-size: 14px;
|
||
line-height: 18px;
|
||
word-break: break-all;
|
||
}
|
||
.uni-noticebar__content-text--single[data-v-05a3ade7] {
|
||
display: block;
|
||
width: 100%;
|
||
white-space: nowrap;
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
}
|
||
.uni-noticebar__content-text--scrollable[data-v-05a3ade7] {
|
||
position: absolute;
|
||
display: block;
|
||
height: 18px;
|
||
line-height: 18px;
|
||
white-space: nowrap;
|
||
padding-left: 100%;
|
||
animation: notice-05a3ade7 10s 0s linear infinite both;
|
||
animation-play-state: paused;
|
||
}
|
||
.uni-noticebar__more[data-v-05a3ade7] {
|
||
display: inline-flex;
|
||
flex-direction: row;
|
||
flex-wrap: nowrap;
|
||
align-items: center;
|
||
padding-left: 5px;
|
||
}
|
||
.uni-noticebar__more-text[data-v-05a3ade7] {
|
||
font-size: 14px;
|
||
}
|
||
@keyframes notice-05a3ade7 {
|
||
100% {
|
||
transform: translate3d(-100%, 0, 0);
|
||
}
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.notice-wrap .icon-img[data-v-b0cb1f33] {
|
||
height: 1.75rem;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.grid-wrap[data-v-61ede2aa] {
|
||
position: relative;
|
||
box-sizing: border-box;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
align-items: center;
|
||
width: 100%;
|
||
overflow: hidden;
|
||
}
|
||
.menu-box[data-v-61ede2aa] {
|
||
position: relative;
|
||
z-index: 1;
|
||
transform: translate(0, 0);
|
||
}
|
||
.menu-box .tag-box[data-v-61ede2aa] {
|
||
position: absolute;
|
||
top: 0;
|
||
right: -0.1875rem;
|
||
z-index: 2;
|
||
padding: 0.4em 0.6em 0.3em;
|
||
font-size: 2em;
|
||
line-height: 1;
|
||
white-space: nowrap;
|
||
border-radius: 6.25rem;
|
||
transform: scale(0.4) translateX(0.5em) translatey(-0.6em);
|
||
transform-origin: 100% 0;
|
||
}
|
||
.menu-box .menu-icon[data-v-61ede2aa] {
|
||
width: 2.5rem;
|
||
height: 2.5rem;
|
||
padding-bottom: 0.3125rem;
|
||
transform: translate(0, 0);
|
||
}
|
||
.menu-box .menu-title[data-v-61ede2aa] {
|
||
font-size: 0.75rem;
|
||
color: #333;
|
||
}
|
||
[data-v-61ede2aa] {
|
||
position: relative;
|
||
z-index: 1;
|
||
}
|
||
[data-v-61ede2aa] .ui-swiper-dot {
|
||
position: absolute;
|
||
bottom: 0.625rem;
|
||
z-index: 2;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
width: 100%;
|
||
height: 0.9375rem;
|
||
}
|
||
[data-v-61ede2aa] .ui-swiper-dot.default .line-box {
|
||
position: relative;
|
||
display: inline-flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
width: 6px;
|
||
height: 6px;
|
||
margin: 0 0.3125rem;
|
||
border: 2px solid transparent;
|
||
border-radius: 1.5625rem;
|
||
opacity: 0.3;
|
||
}
|
||
[data-v-61ede2aa] .ui-swiper-dot.default .line-box.cur {
|
||
width: 8px;
|
||
height: 8px;
|
||
border: 0px solid transparent;
|
||
opacity: 1;
|
||
}
|
||
[data-v-61ede2aa] .ui-swiper-dot.default .line-box.cur::after {
|
||
width: 4px;
|
||
height: 4px;
|
||
content: "";
|
||
background-color: #fff;
|
||
border-radius: 1.5625rem;
|
||
}
|
||
[data-v-61ede2aa] .ui-swiper-dot.long .line-box {
|
||
position: relative;
|
||
display: inline-block;
|
||
width: 6px;
|
||
height: 6px;
|
||
margin: 0 0.3125rem;
|
||
border-radius: 3.125rem;
|
||
opacity: 0.3;
|
||
}
|
||
[data-v-61ede2aa] .ui-swiper-dot.long .line-box.cur {
|
||
width: 0.75rem;
|
||
opacity: 1;
|
||
}
|
||
[data-v-61ede2aa] .ui-swiper-dot.line {
|
||
bottom: 0.625rem;
|
||
}
|
||
[data-v-61ede2aa] .ui-swiper-dot.line .line-box {
|
||
position: relative;
|
||
display: inline-block;
|
||
width: 30px;
|
||
height: 3px;
|
||
opacity: 0.3;
|
||
}
|
||
[data-v-61ede2aa] .ui-swiper-dot.line .line-box.cur {
|
||
opacity: 1;
|
||
}
|
||
[data-v-61ede2aa] .ui-swiper-dot.tag {
|
||
position: absolute;
|
||
right: 0.625rem;
|
||
bottom: 0.625rem;
|
||
justify-content: flex-end;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.uni-badge--x[data-v-cd618ef3] {
|
||
display: inline-block;
|
||
position: relative;
|
||
}
|
||
.uni-badge--absolute[data-v-cd618ef3] {
|
||
position: absolute;
|
||
}
|
||
.uni-badge--small[data-v-cd618ef3] {
|
||
transform: scale(0.8);
|
||
transform-origin: center center;
|
||
}
|
||
.uni-badge[data-v-cd618ef3] {
|
||
display: flex;
|
||
overflow: hidden;
|
||
box-sizing: border-box;
|
||
justify-content: center;
|
||
flex-direction: row;
|
||
height: 20px;
|
||
line-height: 18px;
|
||
color: #fff;
|
||
border-radius: 100px;
|
||
background-color: #909399;
|
||
background-color: transparent;
|
||
border: 1px solid #fff;
|
||
text-align: center;
|
||
font-family: "Helvetica Neue", Helvetica, sans-serif;
|
||
font-size: 12px;
|
||
}
|
||
.uni-badge--info[data-v-cd618ef3] {
|
||
color: #fff;
|
||
background-color: #909399;
|
||
}
|
||
.uni-badge--primary[data-v-cd618ef3] {
|
||
background-color: #2979ff;
|
||
}
|
||
.uni-badge--success[data-v-cd618ef3] {
|
||
background-color: #4cd964;
|
||
}
|
||
.uni-badge--warning[data-v-cd618ef3] {
|
||
background-color: #f0ad4e;
|
||
}
|
||
.uni-badge--error[data-v-cd618ef3] {
|
||
background-color: #dd524d;
|
||
}
|
||
.uni-badge--inverted[data-v-cd618ef3] {
|
||
padding: 0 5px 0 0;
|
||
color: #909399;
|
||
}
|
||
.uni-badge--info-inverted[data-v-cd618ef3] {
|
||
color: #909399;
|
||
background-color: transparent;
|
||
}
|
||
.uni-badge--primary-inverted[data-v-cd618ef3] {
|
||
color: #2979ff;
|
||
background-color: transparent;
|
||
}
|
||
.uni-badge--success-inverted[data-v-cd618ef3] {
|
||
color: #4cd964;
|
||
background-color: transparent;
|
||
}
|
||
.uni-badge--warning-inverted[data-v-cd618ef3] {
|
||
color: #f0ad4e;
|
||
background-color: transparent;
|
||
}
|
||
.uni-badge--error-inverted[data-v-cd618ef3] {
|
||
color: #dd524d;
|
||
background-color: transparent;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.uni-list-item[data-v-549c0327] {
|
||
display: flex;
|
||
font-size: 16px;
|
||
position: relative;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
flex-direction: row;
|
||
}
|
||
.uni-list-item--disabled[data-v-549c0327] {
|
||
opacity: 0.3;
|
||
}
|
||
.uni-list-item--hover[data-v-549c0327] {
|
||
background-color: #f1f1f1;
|
||
}
|
||
.uni-list-item__container[data-v-549c0327] {
|
||
position: relative;
|
||
display: flex;
|
||
flex-direction: row;
|
||
padding: 12px 15px;
|
||
padding-left: 15px;
|
||
flex: 1;
|
||
overflow: hidden;
|
||
}
|
||
.container--right[data-v-549c0327] {
|
||
padding-right: 0;
|
||
}
|
||
.uni-list--border[data-v-549c0327] {
|
||
position: absolute;
|
||
top: 0;
|
||
right: 0;
|
||
left: 0;
|
||
}
|
||
.uni-list--border[data-v-549c0327]:after {
|
||
position: absolute;
|
||
top: 0;
|
||
right: 0;
|
||
left: 0;
|
||
height: 1px;
|
||
content: "";
|
||
transform: scaleY(0.5);
|
||
background-color: #e5e5e5;
|
||
}
|
||
.uni-list-item__content[data-v-549c0327] {
|
||
display: flex;
|
||
padding-right: 8px;
|
||
flex: 1;
|
||
color: #3b4144;
|
||
flex-direction: column;
|
||
justify-content: space-between;
|
||
overflow: hidden;
|
||
}
|
||
.uni-list-item__content--center[data-v-549c0327] {
|
||
justify-content: center;
|
||
}
|
||
.uni-list-item__content-title[data-v-549c0327] {
|
||
font-size: 14px;
|
||
color: #3b4144;
|
||
overflow: hidden;
|
||
}
|
||
.uni-list-item__content-note[data-v-549c0327] {
|
||
margin-top: 0.1875rem;
|
||
color: #999;
|
||
font-size: 12px;
|
||
overflow: hidden;
|
||
}
|
||
.uni-list-item__extra[data-v-549c0327] {
|
||
display: flex;
|
||
flex-direction: row;
|
||
justify-content: flex-end;
|
||
align-items: center;
|
||
}
|
||
.uni-list-item__header[data-v-549c0327] {
|
||
display: flex;
|
||
flex-direction: row;
|
||
align-items: center;
|
||
}
|
||
.uni-list-item__icon[data-v-549c0327] {
|
||
margin-right: 0.5625rem;
|
||
flex-direction: row;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.uni-list-item__icon-img[data-v-549c0327] {
|
||
display: block;
|
||
height: 26px;
|
||
width: 26px;
|
||
margin-right: 10px;
|
||
}
|
||
.uni-icon-wrapper[data-v-549c0327] {
|
||
display: flex;
|
||
align-items: center;
|
||
padding: 0 10px;
|
||
}
|
||
.flex--direction[data-v-549c0327] {
|
||
flex-direction: column;
|
||
align-items: initial;
|
||
}
|
||
.flex--justify[data-v-549c0327] {
|
||
justify-content: initial;
|
||
}
|
||
.uni-list--lg[data-v-549c0327] {
|
||
height: 40px;
|
||
width: 40px;
|
||
}
|
||
.uni-list--base[data-v-549c0327] {
|
||
height: 26px;
|
||
width: 26px;
|
||
}
|
||
.uni-list--sm[data-v-549c0327] {
|
||
height: 20px;
|
||
width: 20px;
|
||
}
|
||
.uni-list-item__extra-text[data-v-549c0327] {
|
||
color: #999;
|
||
font-size: 12px;
|
||
}
|
||
.uni-ellipsis-1[data-v-549c0327] {
|
||
overflow: hidden;
|
||
white-space: nowrap;
|
||
text-overflow: ellipsis;
|
||
}
|
||
.uni-ellipsis-2[data-v-549c0327] {
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
display: -webkit-box;
|
||
-webkit-line-clamp: 2;
|
||
-webkit-box-orient: vertical;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.uni-list[data-v-31cc9eed] {
|
||
display: flex;
|
||
position: relative;
|
||
flex-direction: column;
|
||
}
|
||
.uni-list--border[data-v-31cc9eed] {
|
||
position: relative;
|
||
z-index: -1;
|
||
}
|
||
.uni-list--border-top[data-v-31cc9eed] {
|
||
position: absolute;
|
||
top: 0;
|
||
right: 0;
|
||
left: 0;
|
||
height: 1px;
|
||
transform: scaleY(0.5);
|
||
background-color: #e5e5e5;
|
||
z-index: 1;
|
||
}
|
||
.uni-list--border-bottom[data-v-31cc9eed] {
|
||
position: absolute;
|
||
bottom: 0;
|
||
right: 0;
|
||
left: 0;
|
||
height: 1px;
|
||
transform: scaleY(0.5);
|
||
background-color: #e5e5e5;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.list-icon[data-v-2df3729d] {
|
||
width: 20px;
|
||
height: 20px;
|
||
}
|
||
.menu-list-wrap[data-v-2df3729d] .uni-list {
|
||
background-color: transparent;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.uni-grid-item[data-v-645c48f3] {
|
||
height: 100%;
|
||
display: flex;
|
||
}
|
||
.uni-grid-item__box[data-v-645c48f3] {
|
||
display: flex;
|
||
width: 100%;
|
||
position: relative;
|
||
flex: 1;
|
||
flex-direction: column;
|
||
}
|
||
.uni-grid-item--border[data-v-645c48f3] {
|
||
position: relative;
|
||
z-index: 0;
|
||
border-bottom: 1px #d2d2d2 solid;
|
||
border-right: 1px #d2d2d2 solid;
|
||
}
|
||
.uni-grid-item--border-top[data-v-645c48f3] {
|
||
position: relative;
|
||
border-top: 1px #d2d2d2 solid;
|
||
z-index: 0;
|
||
}
|
||
.uni-highlight[data-v-645c48f3]:active {
|
||
background-color: #f1f1f1;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.uni-grid-wrap[data-v-d803be04] {
|
||
display: flex;
|
||
flex: 1;
|
||
flex-direction: column;
|
||
}
|
||
.uni-grid[data-v-d803be04] {
|
||
display: flex;
|
||
flex-direction: row;
|
||
flex-wrap: wrap;
|
||
}
|
||
.uni-grid--border[data-v-d803be04] {
|
||
position: relative;
|
||
z-index: 1;
|
||
border-left: 1px #d2d2d2 solid;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.menu-image[data-v-7aa952fe] {
|
||
width: 24px;
|
||
height: 24px;
|
||
}
|
||
.grid-item-box[data-v-7aa952fe] {
|
||
display: flex;
|
||
flex: 1;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
justify-content: center;
|
||
height: 100%;
|
||
}
|
||
.grid-item-box .img-box[data-v-7aa952fe] {
|
||
position: relative;
|
||
}
|
||
.grid-item-box .img-box .tag-box[data-v-7aa952fe] {
|
||
position: absolute;
|
||
top: 0;
|
||
right: 0;
|
||
z-index: 2;
|
||
padding: 0.4em 0.6em 0.3em;
|
||
font-size: 2em;
|
||
line-height: 1;
|
||
white-space: nowrap;
|
||
border-radius: 6.25rem;
|
||
transform: scale(0.4) translateX(0.5em) translatey(-0.6em);
|
||
transform-origin: 100% 0;
|
||
}
|
||
.grid-item-box .title-box .grid-tip[data-v-7aa952fe] {
|
||
font-size: 0.75rem;
|
||
text-align: center;
|
||
white-space: nowrap;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.close-icon[data-v-68bb66b9] {
|
||
position: absolute;
|
||
left: 50%;
|
||
transform: translateX(-50%);
|
||
bottom: -2.5rem;
|
||
z-index: 100;
|
||
}
|
||
.uni-popup[data-v-68bb66b9] {
|
||
position: fixed;
|
||
z-index: 99;
|
||
}
|
||
.uni-popup.top[data-v-68bb66b9], .uni-popup.left[data-v-68bb66b9], .uni-popup.right[data-v-68bb66b9] {
|
||
top: 0;
|
||
}
|
||
.uni-popup .uni-popup__wrapper[data-v-68bb66b9] {
|
||
display: block;
|
||
position: relative;
|
||
background: var(--68bb66b9-backgroundImage) no-repeat;
|
||
background-size: 100% 100%;
|
||
/* iphonex 等安全区设置,底部安全区适配 */
|
||
}
|
||
.uni-popup .uni-popup__wrapper.left[data-v-68bb66b9], .uni-popup .uni-popup__wrapper.right[data-v-68bb66b9] {
|
||
padding-top: 0;
|
||
flex: 1;
|
||
}
|
||
.fixforpc-z-index[data-v-68bb66b9] {
|
||
z-index: 999;
|
||
}
|
||
.fixforpc-top[data-v-68bb66b9] {
|
||
top: 0;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.img-box[data-v-ccf2f881] {
|
||
width: 19.0625rem;
|
||
}
|
||
.modal-img[data-v-ccf2f881] {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.horizontal-margin[data-v-0a5de89a] {
|
||
margin-right: 0.625rem;
|
||
}
|
||
.vertical-margin[data-v-0a5de89a] {
|
||
margin-bottom: 0.625rem;
|
||
}
|
||
.uni-fab[data-v-0a5de89a] {
|
||
position: fixed;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
z-index: 12;
|
||
border-radius: 45px;
|
||
}
|
||
.uni-fab--active[data-v-0a5de89a] {
|
||
opacity: 1;
|
||
}
|
||
.uni-fab--leftBottom[data-v-0a5de89a] {
|
||
left: 15px;
|
||
bottom: 30px;
|
||
}
|
||
.uni-fab--leftTop[data-v-0a5de89a] {
|
||
left: 15px;
|
||
top: 30px;
|
||
}
|
||
.uni-fab--rightBottom[data-v-0a5de89a] {
|
||
right: 0.75rem;
|
||
bottom: calc(3.125rem + env(safe-area-inset-bottom));
|
||
}
|
||
.uni-fab--rightTop[data-v-0a5de89a] {
|
||
right: 15px;
|
||
top: 30px;
|
||
}
|
||
.uni-fab__circle[data-v-0a5de89a] {
|
||
position: fixed;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
width: 2rem;
|
||
height: 2rem;
|
||
background-color: #3c3e49;
|
||
border-radius: 50%;
|
||
z-index: 13;
|
||
}
|
||
.uni-fab__circle--leftBottom[data-v-0a5de89a] {
|
||
left: 15px;
|
||
bottom: 30px;
|
||
}
|
||
.uni-fab__circle--leftTop[data-v-0a5de89a] {
|
||
left: 15px;
|
||
top: 30px;
|
||
}
|
||
.uni-fab__circle--rightBottom[data-v-0a5de89a] {
|
||
right: 1.25rem;
|
||
bottom: calc(3.75rem + env(safe-area-inset-bottom));
|
||
}
|
||
.uni-fab__circle--rightTop[data-v-0a5de89a] {
|
||
right: 15px;
|
||
top: 30px;
|
||
}
|
||
.uni-fab__circle--left[data-v-0a5de89a] {
|
||
left: 0;
|
||
}
|
||
.uni-fab__circle--right[data-v-0a5de89a] {
|
||
right: 0;
|
||
}
|
||
.uni-fab__circle--top[data-v-0a5de89a] {
|
||
top: 0;
|
||
}
|
||
.uni-fab__circle--bottom[data-v-0a5de89a] {
|
||
bottom: 0;
|
||
}
|
||
.uni-fab__plus[data-v-0a5de89a] {
|
||
font-weight: bold;
|
||
}
|
||
.fab-circle-icon[data-v-0a5de89a] {
|
||
transform: rotate(0deg);
|
||
transition: transform 0.3s;
|
||
font-weight: 200;
|
||
}
|
||
.uni-fab__plus--active[data-v-0a5de89a] {
|
||
transform: rotate(135deg);
|
||
}
|
||
.uni-fab__content[data-v-0a5de89a] {
|
||
box-sizing: border-box;
|
||
display: flex;
|
||
flex-direction: row;
|
||
border-radius: 55px;
|
||
overflow: hidden;
|
||
transition-property: width, height;
|
||
transition-duration: 0.2s;
|
||
width: 2rem;
|
||
border-color: #dddddd;
|
||
border-width: 0.03125rem;
|
||
border-style: solid;
|
||
}
|
||
.uni-fab__content--other-platform[data-v-0a5de89a] {
|
||
border-width: 0px;
|
||
}
|
||
.uni-fab__content--left[data-v-0a5de89a] {
|
||
justify-content: flex-start;
|
||
}
|
||
.uni-fab__content--right[data-v-0a5de89a] {
|
||
justify-content: flex-end;
|
||
}
|
||
.uni-fab__content--flexDirection[data-v-0a5de89a] {
|
||
flex-direction: column;
|
||
justify-content: flex-end;
|
||
}
|
||
.uni-fab__content--flexDirectionStart[data-v-0a5de89a] {
|
||
flex-direction: column;
|
||
justify-content: flex-start;
|
||
}
|
||
.uni-fab__content--flexDirectionEnd[data-v-0a5de89a] {
|
||
flex-direction: column;
|
||
justify-content: flex-end;
|
||
}
|
||
.uni-fab__item[data-v-0a5de89a] {
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: center;
|
||
align-items: center;
|
||
width: 3.125rem;
|
||
opacity: 0;
|
||
transition: opacity 0.2s;
|
||
}
|
||
.uni-fab__item--active[data-v-0a5de89a] {
|
||
opacity: 1;
|
||
}
|
||
.uni-fab__item-image[data-v-0a5de89a] {
|
||
width: 1.625rem;
|
||
height: 1.625rem;
|
||
}
|
||
.uni-fab__item-text[data-v-0a5de89a] {
|
||
color: #ffffff;
|
||
display: table;
|
||
font-size: 0.75rem;
|
||
margin-top: 4px;
|
||
}
|
||
.uni-fab__item--first[data-v-0a5de89a] {
|
||
width: 3.125rem;
|
||
height: 3.125rem;
|
||
margin-bottom: 0 !important;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
/* 模态背景 */
|
||
.modal-bg[data-v-c0e914f3] {
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
z-index: 11;
|
||
width: 100%;
|
||
height: 100%;
|
||
background-color: rgba(0, 0, 0, 0.4);
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.su-img[data-v-9b50c2b7] {
|
||
position: relative;
|
||
display: block;
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.radius[data-v-4c9668ba] {
|
||
width: 100%;
|
||
}
|
||
.ui-video-wrap[data-v-4c9668ba] {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.ui-video-wrap .poster-wrap[data-v-4c9668ba] {
|
||
position: relative;
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.ui-video-wrap .poster-wrap .poster-image[data-v-4c9668ba] {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.ui-video-wrap .poster-wrap .play-icon[data-v-4c9668ba] {
|
||
position: absolute;
|
||
top: 50%;
|
||
left: 50%;
|
||
width: 2.5rem;
|
||
height: 2.5rem;
|
||
background-color: rgba(0, 0, 0, 0.1);
|
||
border-radius: 50%;
|
||
transform: translate(-50%, -50%);
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.ui-swiper[data-v-623dde1d] {
|
||
position: relative;
|
||
}
|
||
.ui-swiper .ui-swiper-main[data-v-623dde1d] {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.ui-swiper .ui-swiper-main .swiper-image[data-v-623dde1d] {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.ui-swiper .ui-swiper-dot[data-v-623dde1d] {
|
||
position: absolute;
|
||
bottom: 0.625rem;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
width: 100%;
|
||
height: 0.9375rem;
|
||
}
|
||
.ui-swiper .ui-swiper-dot.default .line-box[data-v-623dde1d] {
|
||
position: relative;
|
||
display: inline-flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
width: 6px;
|
||
height: 6px;
|
||
margin: 0 0.3125rem;
|
||
border: 2px solid transparent;
|
||
border-radius: 1.5625rem;
|
||
opacity: 0.3;
|
||
}
|
||
.ui-swiper .ui-swiper-dot.default .line-box.cur[data-v-623dde1d] {
|
||
width: 8px;
|
||
height: 8px;
|
||
border: 0px solid transparent;
|
||
opacity: 1;
|
||
}
|
||
.ui-swiper .ui-swiper-dot.default .line-box.cur[data-v-623dde1d]::after {
|
||
width: 4px;
|
||
height: 4px;
|
||
content: "";
|
||
background-color: #fff;
|
||
border-radius: 1.5625rem;
|
||
}
|
||
.ui-swiper .ui-swiper-dot.long .line-box[data-v-623dde1d] {
|
||
position: relative;
|
||
display: inline-block;
|
||
width: 6px;
|
||
height: 6px;
|
||
margin: 0 0.3125rem;
|
||
border-radius: 3.125rem;
|
||
opacity: 0.3;
|
||
}
|
||
.ui-swiper .ui-swiper-dot.long .line-box.cur[data-v-623dde1d] {
|
||
width: 0.75rem;
|
||
opacity: 1;
|
||
}
|
||
.ui-swiper .ui-swiper-dot.line[data-v-623dde1d] {
|
||
bottom: 0.625rem;
|
||
}
|
||
.ui-swiper .ui-swiper-dot.line .line-box[data-v-623dde1d] {
|
||
position: relative;
|
||
display: inline-block;
|
||
width: 30px;
|
||
height: 3px;
|
||
opacity: 0.3;
|
||
}
|
||
.ui-swiper .ui-swiper-dot.line .line-box.cur[data-v-623dde1d] {
|
||
opacity: 1;
|
||
}
|
||
.ui-swiper .ui-swiper-dot.tag[data-v-623dde1d] {
|
||
position: absolute;
|
||
right: 0.625rem;
|
||
bottom: 0.625rem;
|
||
justify-content: flex-end;
|
||
}
|
||
.ui-swiper.card .swiper-item[data-v-623dde1d] {
|
||
left: 2.1875rem;
|
||
box-sizing: border-box;
|
||
width: 19.0625rem !important;
|
||
padding: 0.625rem 0 1.875rem;
|
||
overflow: initial;
|
||
}
|
||
.ui-swiper.card .swiper-item .ui-swiper-main[data-v-623dde1d] {
|
||
position: relative;
|
||
display: block;
|
||
width: 100%;
|
||
height: 100%;
|
||
background-size: cover;
|
||
transition: all 0.2s ease-in 0s;
|
||
transform: scale(0.9);
|
||
}
|
||
.ui-swiper.card .swiper-item .ui-swiper-main .swiper-image[data-v-623dde1d] {
|
||
height: 100%;
|
||
}
|
||
.ui-swiper.card .swiper-item .ui-swiper-main[data-v-623dde1d]::before {
|
||
position: absolute;
|
||
top: 0.3125rem;
|
||
left: 0.3125rem;
|
||
z-index: -1;
|
||
display: block;
|
||
width: 100%;
|
||
height: 100%;
|
||
content: "";
|
||
background: inherit;
|
||
filter: blur(5px);
|
||
opacity: 0.3;
|
||
transform: scale(1, 1);
|
||
transform-origin: 0 0;
|
||
}
|
||
.ui-swiper.card .swiper-item.cur .ui-swiper-main[data-v-623dde1d] {
|
||
transition: all 0.2s ease-in 0s;
|
||
transform: scale(1);
|
||
}
|
||
.ui-swiper.card .ui-swiper-dot.tag[data-v-623dde1d] {
|
||
position: absolute;
|
||
right: 2.34375rem;
|
||
bottom: 2.65625rem;
|
||
}
|
||
.ui-swiper.hotelCard .swiper-item[data-v-623dde1d] {
|
||
left: 0.9375rem;
|
||
box-sizing: border-box;
|
||
width: 20.3125rem !important;
|
||
padding: 0 0 1.5625rem;
|
||
overflow: initial;
|
||
}
|
||
.ui-swiper.hotelCard .swiper-item .ui-swiper-main[data-v-623dde1d] {
|
||
position: relative;
|
||
display: block;
|
||
width: 100%;
|
||
height: 100%;
|
||
background-size: cover;
|
||
opacity: 0.8;
|
||
transition: all 0.2s ease-in 0s;
|
||
transform: scale(0.9);
|
||
}
|
||
.ui-swiper.hotelCard .swiper-item .ui-swiper-main .swiper-image[data-v-623dde1d] {
|
||
width: 100%;
|
||
height: 12.5rem;
|
||
}
|
||
.ui-swiper.hotelCard .swiper-item .ui-swiper-main[data-v-623dde1d]::before {
|
||
position: absolute;
|
||
top: 0.3125rem;
|
||
left: 0.3125rem;
|
||
z-index: -1;
|
||
display: block;
|
||
width: 100%;
|
||
height: 100%;
|
||
content: "";
|
||
background: inherit;
|
||
filter: blur(5px);
|
||
opacity: 0.3;
|
||
transform: scale(1, 1);
|
||
transform-origin: 0 0;
|
||
}
|
||
.ui-swiper.hotelCard .swiper-item.cur .ui-swiper-main[data-v-623dde1d] {
|
||
opacity: 1;
|
||
transition: all 0.2s ease-in 0s;
|
||
transform: scale(1);
|
||
}
|
||
.ui-swiper.hotelCard .ui-swiper-dot[data-v-623dde1d] {
|
||
display: none;
|
||
}
|
||
.ui-swiper.hotelDetail .swiper-item[data-v-623dde1d] {
|
||
left: 0.9375rem;
|
||
box-sizing: border-box;
|
||
width: 21.5625rem !important;
|
||
padding: 0.625rem 0;
|
||
overflow: initial;
|
||
}
|
||
.ui-swiper.hotelDetail .swiper-item .ui-swiper-main[data-v-623dde1d] {
|
||
position: relative;
|
||
display: block;
|
||
width: 100%;
|
||
height: 100%;
|
||
background-size: cover;
|
||
transition: all 0.2s ease-in 0s;
|
||
transform: scale(0.96);
|
||
}
|
||
.ui-swiper.hotelDetail .swiper-item .ui-swiper-main .swiper-image[data-v-623dde1d] {
|
||
height: 100%;
|
||
}
|
||
.ui-swiper.hotelDetail .swiper-item.cur .ui-swiper-main[data-v-623dde1d] {
|
||
transition: all 0.2s ease-in 0s;
|
||
transform: scale(0.96);
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.ss-title-wrap[data-v-80f0b45d] {
|
||
position: relative;
|
||
height: 2.5rem;
|
||
}
|
||
.ss-title-wrap .title-content .title-text[data-v-80f0b45d] {
|
||
font-size: 0.9375rem;
|
||
color: #333;
|
||
}
|
||
.ss-title-wrap .title-content .sub-title-text[data-v-80f0b45d] {
|
||
font-size: 0.6875rem;
|
||
color: #999;
|
||
}
|
||
.ss-title-wrap .more-box[data-v-80f0b45d] {
|
||
position: absolute;
|
||
top: 50%;
|
||
right: 0.625rem;
|
||
font-size: 0.6875rem;
|
||
color: #999;
|
||
white-space: nowrap;
|
||
transform: translateY(-50%);
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.ss-cube-wrap[data-v-3dda7bec] {
|
||
position: relative;
|
||
z-index: 2;
|
||
width: 23.4375rem;
|
||
}
|
||
.cube-img-wrap[data-v-3dda7bec] {
|
||
position: absolute;
|
||
z-index: 3;
|
||
overflow: hidden;
|
||
}
|
||
.cube-img[data-v-3dda7bec] {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.sss[data-v-9e767c11] {
|
||
z-index: -100;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.wrap[data-v-abed7e77] {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.wrap .divider[data-v-abed7e77] {
|
||
width: 100%;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.hotzone-wrap[data-v-b4c2442a] {
|
||
position: relative;
|
||
}
|
||
.hotzone-box[data-v-b4c2442a] {
|
||
position: absolute;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.score-img[data-v-88659292] {
|
||
width: 1.125rem;
|
||
height: 1.125rem;
|
||
margin: 0 0.125rem;
|
||
}
|
||
.ss-order-card-warp[data-v-88659292] {
|
||
padding: 0.625rem;
|
||
}
|
||
.ss-order-card-warp .img-box[data-v-88659292] {
|
||
width: 5.125rem;
|
||
height: 5.125rem;
|
||
overflow: hidden;
|
||
border-radius: 0.3125rem;
|
||
}
|
||
.ss-order-card-warp .img-box .order-img[data-v-88659292] {
|
||
width: 5.125rem;
|
||
height: 5.125rem;
|
||
}
|
||
.ss-order-card-warp .box-right[data-v-88659292] {
|
||
position: relative;
|
||
flex: 1;
|
||
}
|
||
.ss-order-card-warp .box-right .tool-box[data-v-88659292] {
|
||
position: absolute;
|
||
right: 0;
|
||
bottom: -0.3125rem;
|
||
}
|
||
.ss-order-card-warp .title-text[data-v-88659292] {
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
line-height: 1.25rem;
|
||
}
|
||
.ss-order-card-warp .spec-text[data-v-88659292] {
|
||
display: -webkit-box;
|
||
min-width: 0;
|
||
overflow: hidden;
|
||
font-size: 0.75rem;
|
||
font-weight: 400;
|
||
color: #999999;
|
||
text-overflow: ellipsis;
|
||
-webkit-line-clamp: 1;
|
||
-webkit-box-orient: vertical;
|
||
}
|
||
.ss-order-card-warp .price-text[data-v-88659292] {
|
||
font-family: OPPOSANS;
|
||
font-size: 0.75rem;
|
||
font-weight: 500;
|
||
}
|
||
.ss-order-card-warp .total-text[data-v-88659292] {
|
||
margin-left: 0.25rem;
|
||
font-size: 0.75rem;
|
||
font-weight: 400;
|
||
line-height: 0.75rem;
|
||
color: #999999;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.ui-fixed .ui-fixed-box[data-v-f2c62a34] {
|
||
position: relative;
|
||
width: 100%;
|
||
}
|
||
.ui-fixed .ui-fixed-box.fixed[data-v-f2c62a34] {
|
||
position: fixed;
|
||
}
|
||
.ui-fixed .ui-fixed-box .ui-fixed-content[data-v-f2c62a34] {
|
||
position: relative;
|
||
}
|
||
.ui-fixed .ui-fixed-box .ui-fixed-bg[data-v-f2c62a34] {
|
||
position: absolute;
|
||
top: 0;
|
||
z-index: 1;
|
||
width: 100%;
|
||
height: 100%;
|
||
pointer-events: none;
|
||
}
|
||
.inset-bottom[data-v-f2c62a34] {
|
||
background: #fff;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.uni-load-more[data-v-db9a50fe] {
|
||
display: flex;
|
||
flex-direction: row;
|
||
height: 40px;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.uni-load-more__text[data-v-db9a50fe] {
|
||
font-size: 14px;
|
||
margin-left: 8px;
|
||
}
|
||
.uni-load-more__img[data-v-db9a50fe] {
|
||
width: 24px;
|
||
height: 24px;
|
||
}
|
||
.uni-load-more__img--nvue[data-v-db9a50fe] {
|
||
color: #666666;
|
||
}
|
||
.uni-load-more__img--android[data-v-db9a50fe],
|
||
.uni-load-more__img--ios[data-v-db9a50fe] {
|
||
width: 24px;
|
||
height: 24px;
|
||
transform: rotate(0deg);
|
||
}
|
||
.uni-load-more__img--android[data-v-db9a50fe] {
|
||
animation: loading-ios 1s 0s linear infinite;
|
||
}
|
||
@keyframes loading-android-db9a50fe {
|
||
0% {
|
||
transform: rotate(0deg);
|
||
}
|
||
100% {
|
||
transform: rotate(360deg);
|
||
}
|
||
}
|
||
.uni-load-more__img--ios-H5[data-v-db9a50fe] {
|
||
position: relative;
|
||
animation: loading-ios-H5-db9a50fe 1s 0s step-end infinite;
|
||
}
|
||
.uni-load-more__img--ios-H5 uni-image[data-v-db9a50fe] {
|
||
position: absolute;
|
||
width: 100%;
|
||
height: 100%;
|
||
left: 0;
|
||
top: 0;
|
||
}
|
||
@keyframes loading-ios-H5-db9a50fe {
|
||
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-db9a50fe] {
|
||
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-db9a50fe] {
|
||
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-db9a50fe]:nth-child(1) {
|
||
animation: loading-android-MP-1-db9a50fe 1s 0s linear infinite;
|
||
}
|
||
.uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-db9a50fe]:nth-child(2) {
|
||
animation: loading-android-MP-2-db9a50fe 1s 0s linear infinite;
|
||
}
|
||
.uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-db9a50fe]:nth-child(3) {
|
||
animation: loading-android-MP-3-db9a50fe 1s 0s linear infinite;
|
||
}
|
||
@keyframes loading-android-db9a50fe {
|
||
0% {
|
||
transform: rotate(0deg);
|
||
}
|
||
100% {
|
||
transform: rotate(360deg);
|
||
}
|
||
}
|
||
@keyframes loading-android-MP-1-db9a50fe {
|
||
0% {
|
||
transform: rotate(0deg);
|
||
}
|
||
50% {
|
||
transform: rotate(90deg);
|
||
}
|
||
100% {
|
||
transform: rotate(360deg);
|
||
}
|
||
}
|
||
@keyframes loading-android-MP-2-db9a50fe {
|
||
0% {
|
||
transform: rotate(0deg);
|
||
}
|
||
50% {
|
||
transform: rotate(180deg);
|
||
}
|
||
100% {
|
||
transform: rotate(360deg);
|
||
}
|
||
}
|
||
@keyframes loading-android-MP-3-db9a50fe {
|
||
0% {
|
||
transform: rotate(0deg);
|
||
}
|
||
50% {
|
||
transform: rotate(270deg);
|
||
}
|
||
100% {
|
||
transform: rotate(360deg);
|
||
}
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.empty-box[data-v-04f11fc7] {
|
||
width: 100%;
|
||
}
|
||
.empty-icon[data-v-04f11fc7] {
|
||
width: 7.5rem;
|
||
}
|
||
.empty-text[data-v-04f11fc7] {
|
||
font-size: 0.8125rem;
|
||
font-weight: 500;
|
||
color: #999999;
|
||
}
|
||
.empty-btn[data-v-04f11fc7] {
|
||
width: 10rem;
|
||
height: 2.1875rem;
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
color: var(--04f11fc7-buttonColor);
|
||
border: 0.0625rem solid var(--04f11fc7-buttonColor);
|
||
border-radius: 1.09375rem;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.uni-status-bar[data-v-b26c3f0c] {
|
||
height: var(--status-bar-height);
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.bg-main[data-v-23167941] {
|
||
background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient)) !important;
|
||
color: #fff !important;
|
||
}
|
||
.icon-box[data-v-23167941] {
|
||
background: #ffffff;
|
||
box-shadow: 0px 0px 0.125rem rgba(51, 51, 51, 0.08), 0px 0.125rem 0.1875rem 0.0625rem rgba(102, 102, 102, 0.12);
|
||
border-radius: 0.9375rem;
|
||
width: 4.1875rem;
|
||
height: 1.75rem;
|
||
margin-left: 0.25rem;
|
||
}
|
||
.icon-box .line[data-v-23167941] {
|
||
width: 0.0625rem;
|
||
height: 0.75rem;
|
||
background: #e5e5e7;
|
||
}
|
||
.icon-box .sicon-back[data-v-23167941] {
|
||
font-size: 1rem;
|
||
color: #000;
|
||
}
|
||
.icon-box .sicon-home[data-v-23167941] {
|
||
font-size: 1rem;
|
||
color: #000;
|
||
}
|
||
.icon-box .sicon-more[data-v-23167941] {
|
||
font-size: 1rem;
|
||
color: #000;
|
||
}
|
||
.icon-box .icon-button[data-v-23167941] {
|
||
width: 2.09375rem;
|
||
height: 1.75rem;
|
||
}
|
||
.icon-box .icon-button-left[data-v-23167941]:hover {
|
||
background: rgba(0, 0, 0, 0.16);
|
||
border-radius: 0.9375rem 0px 0px 0.9375rem;
|
||
}
|
||
.icon-box .icon-button-right[data-v-23167941]:hover {
|
||
background: rgba(0, 0, 0, 0.16);
|
||
border-radius: 0px 0.9375rem 0.9375rem 0px;
|
||
}
|
||
.fixed-bg[data-v-23167941] {
|
||
position: absolute;
|
||
width: 100%;
|
||
height: 100%;
|
||
top: 0;
|
||
z-index: 1;
|
||
pointer-events: none;
|
||
}
|
||
.uni-nav-bar-text[data-v-23167941] {
|
||
font-size: 1.0625rem;
|
||
}
|
||
.uni-nav-bar-right-text[data-v-23167941] {
|
||
font-size: 12px;
|
||
}
|
||
.uni-navbar__content[data-v-23167941] {
|
||
position: relative;
|
||
background-color: transparent;
|
||
}
|
||
.uni-navbar-btn-text[data-v-23167941] {
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: flex-start;
|
||
align-items: center;
|
||
line-height: 18px;
|
||
}
|
||
.uni-navbar__header[data-v-23167941] {
|
||
display: flex;
|
||
padding: 0 10px;
|
||
flex-direction: row;
|
||
justify-content: space-between;
|
||
height: 44px;
|
||
font-size: 12px;
|
||
position: relative;
|
||
z-index: 2;
|
||
}
|
||
.uni-navbar__header-btns[data-v-23167941] {
|
||
overflow: hidden;
|
||
display: flex;
|
||
flex-wrap: nowrap;
|
||
flex-direction: row;
|
||
min-width: 1.25rem;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.uni-navbar__header-btns-left[data-v-23167941] {
|
||
display: flex;
|
||
width: 3.75rem;
|
||
justify-content: flex-start;
|
||
align-items: center;
|
||
}
|
||
.uni-navbar__header-btns-right[data-v-23167941] {
|
||
display: flex;
|
||
flex-direction: row;
|
||
justify-content: flex-end;
|
||
align-items: center;
|
||
}
|
||
.uni-navbar__header-container[data-v-23167941] {
|
||
position: absolute;
|
||
left: 50%;
|
||
transform: translateX(-50%) translateY(-50%);
|
||
top: 50%;
|
||
}
|
||
.uni-navbar__header-container-inner[data-v-23167941] {
|
||
display: flex;
|
||
flex: 1;
|
||
flex-direction: row;
|
||
align-items: center;
|
||
justify-content: center;
|
||
font-size: 12px;
|
||
overflow: hidden;
|
||
}
|
||
.uni-navbar__placeholder-view[data-v-23167941] {
|
||
height: 44px;
|
||
}
|
||
.uni-navbar--fixed[data-v-23167941] {
|
||
position: fixed;
|
||
z-index: 998;
|
||
left: 0;
|
||
right: 0;
|
||
}
|
||
.uni-navbar--shadow[data-v-23167941] {
|
||
box-shadow: 0 1px 6px #ccc;
|
||
}
|
||
.uni-navbar--border[data-v-23167941] {
|
||
border-bottom-width: 0.03125rem;
|
||
border-bottom-style: solid;
|
||
border-bottom-color: #eee;
|
||
}
|
||
.uni-ellipsis-1[data-v-23167941] {
|
||
overflow: hidden;
|
||
white-space: nowrap;
|
||
text-overflow: ellipsis;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.ui-navbar-box[data-v-5fb279fa] {
|
||
width: 100%;
|
||
background-color: transparent;
|
||
}
|
||
.ui-navbar-box .ui-bar[data-v-5fb279fa] {
|
||
position: relative;
|
||
z-index: 2;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
white-space: nowrap;
|
||
}
|
||
.ui-navbar-box .ui-bar .left[data-v-5fb279fa] {
|
||
position: relative;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
.ui-navbar-box .ui-bar .left .back[data-v-5fb279fa] {
|
||
position: relative;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
.ui-navbar-box .ui-bar .left .back .back-icon[data-v-5fb279fa] {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
width: 1.75rem;
|
||
height: 1.75rem;
|
||
margin: 0 0.3125rem;
|
||
font-size: 1.4375rem !important;
|
||
}
|
||
.ui-navbar-box .ui-bar .left .back .back-icon.opacityIcon[data-v-5fb279fa] {
|
||
position: relative;
|
||
background-color: rgba(127, 127, 127, 0.5);
|
||
border-radius: 50%;
|
||
}
|
||
.ui-navbar-box .ui-bar .left .back .back-icon.opacityIcon[data-v-5fb279fa]::after {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
display: block;
|
||
width: 200%;
|
||
height: 200%;
|
||
pointer-events: none;
|
||
content: "";
|
||
border: 1px solid currentColor;
|
||
border-radius: inherit;
|
||
opacity: 0.1;
|
||
transform: scale(0.5);
|
||
transform-origin: 0 0;
|
||
}
|
||
.ui-navbar-box .ui-bar .left .back .back-icon.opacityIcon[data-v-5fb279fa]::before {
|
||
transform: scale(0.9);
|
||
}
|
||
.ui-navbar-box .ui-bar .left .capsule[data-v-5fb279fa] {
|
||
position: relative;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
position: relative;
|
||
border-radius: 100px;
|
||
}
|
||
.ui-navbar-box .ui-bar .left .capsule.dark[data-v-5fb279fa] {
|
||
background-color: rgba(255, 255, 255, 0.5);
|
||
}
|
||
.ui-navbar-box .ui-bar .left .capsule.light[data-v-5fb279fa] {
|
||
background-color: rgba(0, 0, 0, 0.15);
|
||
}
|
||
.ui-navbar-box .ui-bar .left .capsule[data-v-5fb279fa]::after {
|
||
position: absolute;
|
||
top: 20%;
|
||
left: 50%;
|
||
display: block;
|
||
width: 1px;
|
||
height: 60%;
|
||
pointer-events: none;
|
||
content: "";
|
||
background-color: currentColor;
|
||
opacity: 0.1;
|
||
}
|
||
.ui-navbar-box .ui-bar .left .capsule[data-v-5fb279fa]::before {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
display: block;
|
||
width: 200%;
|
||
height: 200%;
|
||
pointer-events: none;
|
||
content: "";
|
||
border: 1px solid currentColor;
|
||
border-radius: inherit;
|
||
opacity: 0.1;
|
||
transform: scale(0.5);
|
||
transform-origin: 0 0;
|
||
}
|
||
.ui-navbar-box .ui-bar .left .capsule .capsule-back[data-v-5fb279fa],
|
||
.ui-navbar-box .ui-bar .left .capsule .capsule-home[data-v-5fb279fa] {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
flex: 1;
|
||
}
|
||
.ui-navbar-box .ui-bar .left .capsule.isFristPage .capsule-back[data-v-5fb279fa], .ui-navbar-box .ui-bar .left .capsule.isFristPage[data-v-5fb279fa]::after {
|
||
display: none;
|
||
}
|
||
.ui-navbar-box .ui-bar .right[data-v-5fb279fa] {
|
||
position: relative;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
.ui-navbar-box .ui-bar .right .right-content[data-v-5fb279fa] {
|
||
|
||
display: flex;
|
||
|
||
flex-direction: row;
|
||
flex-direction: row-reverse;
|
||
}
|
||
.ui-navbar-box .ui-bar .center[data-v-5fb279fa] {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
flex: 1;
|
||
text-align: center;
|
||
text-overflow: ellipsis;
|
||
}
|
||
.ui-navbar-box .ui-bar .center .image[data-v-5fb279fa] {
|
||
display: block;
|
||
max-width: calc(100vw - 200px);
|
||
height: 36px;
|
||
}
|
||
.ui-navbar-box .ui-bar-bg[data-v-5fb279fa] {
|
||
position: absolute;
|
||
top: 0;
|
||
z-index: 1;
|
||
width: 100%;
|
||
height: 100%;
|
||
pointer-events: none;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.nav-title[data-v-ba103e8b] {
|
||
font-size: 1.125rem;
|
||
color: #333;
|
||
text-align: center;
|
||
}
|
||
.menu-icon-wrap .nav-image[data-v-ba103e8b] {
|
||
height: 24px;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.nav-box[data-v-fae5cc12] {
|
||
position: relative;
|
||
width: 23.4375rem;
|
||
height: 100%;
|
||
}
|
||
.nav-box .nav-item[data-v-fae5cc12] {
|
||
position: absolute;
|
||
top: 50%;
|
||
transform: translateY(-50%);
|
||
}
|
||
.nav-box .nav-icon[data-v-fae5cc12] {
|
||
position: absolute;
|
||
top: 50%;
|
||
left: 0.625rem;
|
||
transform: translateY(-50%);
|
||
}
|
||
.nav-box .nav-icon .inner-icon-box[data-v-fae5cc12] {
|
||
background: none !important;
|
||
border: 1px solid rgba(255, 255, 255, 0.4);
|
||
}
|
||
.nav-box .nav-icon .icon-box[data-v-fae5cc12] {
|
||
width: 4.1875rem;
|
||
height: 1.75rem;
|
||
margin-left: 0.25rem;
|
||
background: #ffffff;
|
||
border-radius: 0.9375rem;
|
||
box-shadow: 0px 0px 0.125rem rgba(51, 51, 51, 0.08), 0px 0.125rem 0.1875rem 0.0625rem rgba(102, 102, 102, 0.12);
|
||
}
|
||
.nav-box .nav-icon .icon-box .line[data-v-fae5cc12] {
|
||
width: 0.0625rem;
|
||
height: 0.75rem;
|
||
background: #e5e5e7;
|
||
}
|
||
.nav-box .nav-icon .icon-box .sicon-back[data-v-fae5cc12] {
|
||
font-size: 1rem;
|
||
}
|
||
.nav-box .nav-icon .icon-box .sicon-home[data-v-fae5cc12] {
|
||
font-size: 1rem;
|
||
}
|
||
.nav-box .nav-icon .icon-box .sicon-more[data-v-fae5cc12] {
|
||
font-size: 1rem;
|
||
}
|
||
.nav-box .nav-icon .icon-box .icon-button[data-v-fae5cc12] {
|
||
width: 2.09375rem;
|
||
height: 1.75rem;
|
||
}
|
||
.nav-box .nav-icon .icon-box .icon-button-left[data-v-fae5cc12]:hover {
|
||
background: rgba(0, 0, 0, 0.16);
|
||
border-radius: 0.9375rem 0px 0px 0.9375rem;
|
||
}
|
||
.nav-box .nav-icon .icon-box .icon-button-right[data-v-fae5cc12]:hover {
|
||
background: rgba(0, 0, 0, 0.16);
|
||
border-radius: 0px 0.9375rem 0.9375rem 0px;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.icon-box[data-v-f9f9d438] {
|
||
width: 4.1875rem;
|
||
height: 1.75rem;
|
||
margin-left: 0.25rem;
|
||
border: 1px solid rgba(255, 255, 255, 0.4);
|
||
border-radius: 0.9375rem;
|
||
box-shadow: 0px 0px 0.125rem rgba(51, 51, 51, 0.08), 0px 0.125rem 0.1875rem 0.0625rem rgba(102, 102, 102, 0.12);
|
||
}
|
||
.icon-box .line[data-v-f9f9d438] {
|
||
width: 0.0625rem;
|
||
height: 0.75rem;
|
||
background: #e5e5e7;
|
||
}
|
||
.icon-box .sicon-back[data-v-f9f9d438] {
|
||
font-size: 1rem;
|
||
}
|
||
.icon-box .sicon-home[data-v-f9f9d438] {
|
||
font-size: 1rem;
|
||
}
|
||
.icon-box .sicon-more[data-v-f9f9d438] {
|
||
font-size: 1rem;
|
||
}
|
||
.icon-box .icon-button[data-v-f9f9d438] {
|
||
width: 2.09375rem;
|
||
height: 1.75rem;
|
||
}
|
||
.icon-box .icon-button-left[data-v-f9f9d438]:hover {
|
||
background: rgba(0, 0, 0, 0.16);
|
||
border-radius: 0.9375rem 0px 0px 0.9375rem;
|
||
}
|
||
.icon-box .icon-button-right[data-v-f9f9d438]:hover {
|
||
background: rgba(0, 0, 0, 0.16);
|
||
border-radius: 0px 0.9375rem 0.9375rem 0px;
|
||
}
|
||
.navbar-title[data-v-f9f9d438] {
|
||
font-size: 1.125rem;
|
||
}
|
||
.tools-icon[data-v-f9f9d438] {
|
||
font-size: 1.25rem;
|
||
}
|
||
.ui-navbar-box[data-v-f9f9d438] {
|
||
width: 100%;
|
||
background-color: transparent;
|
||
}
|
||
.ui-navbar-box .ui-bar[data-v-f9f9d438] {
|
||
position: relative;
|
||
z-index: 2;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
white-space: nowrap;
|
||
}
|
||
.ui-navbar-box .ui-bar .left[data-v-f9f9d438] {
|
||
position: relative;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
.ui-navbar-box .ui-bar .left .back[data-v-f9f9d438] {
|
||
position: relative;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
.ui-navbar-box .ui-bar .left .back .back-icon[data-v-f9f9d438] {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
width: 1.75rem;
|
||
height: 1.75rem;
|
||
margin: 0 0.3125rem;
|
||
font-size: 1.4375rem !important;
|
||
}
|
||
.ui-navbar-box .ui-bar .left .back .back-icon.opacityIcon[data-v-f9f9d438] {
|
||
position: relative;
|
||
background-color: rgba(127, 127, 127, 0.5);
|
||
border-radius: 50%;
|
||
}
|
||
.ui-navbar-box .ui-bar .left .back .back-icon.opacityIcon[data-v-f9f9d438]::after {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
display: block;
|
||
width: 200%;
|
||
height: 200%;
|
||
pointer-events: none;
|
||
content: "";
|
||
border: 1px solid currentColor;
|
||
border-radius: inherit;
|
||
opacity: 0.1;
|
||
transform: scale(0.5);
|
||
transform-origin: 0 0;
|
||
}
|
||
.ui-navbar-box .ui-bar .left .back .back-icon.opacityIcon[data-v-f9f9d438]::before {
|
||
transform: scale(0.9);
|
||
}
|
||
.ui-navbar-box .ui-bar .left .capsule[data-v-f9f9d438] {
|
||
position: relative;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
position: relative;
|
||
border-radius: 100px;
|
||
}
|
||
.ui-navbar-box .ui-bar .left .capsule.dark[data-v-f9f9d438] {
|
||
background-color: rgba(255, 255, 255, 0.5);
|
||
}
|
||
.ui-navbar-box .ui-bar .left .capsule.light[data-v-f9f9d438] {
|
||
background-color: rgba(0, 0, 0, 0.15);
|
||
}
|
||
.ui-navbar-box .ui-bar .left .capsule[data-v-f9f9d438]::after {
|
||
position: absolute;
|
||
top: 20%;
|
||
left: 50%;
|
||
display: block;
|
||
width: 1px;
|
||
height: 60%;
|
||
pointer-events: none;
|
||
content: "";
|
||
background-color: currentColor;
|
||
opacity: 0.1;
|
||
}
|
||
.ui-navbar-box .ui-bar .left .capsule[data-v-f9f9d438]::before {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
display: block;
|
||
width: 200%;
|
||
height: 200%;
|
||
pointer-events: none;
|
||
content: "";
|
||
border: 1px solid currentColor;
|
||
border-radius: inherit;
|
||
opacity: 0.1;
|
||
transform: scale(0.5);
|
||
transform-origin: 0 0;
|
||
}
|
||
.ui-navbar-box .ui-bar .left .capsule .capsule-back[data-v-f9f9d438],
|
||
.ui-navbar-box .ui-bar .left .capsule .capsule-home[data-v-f9f9d438] {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
flex: 1;
|
||
}
|
||
.ui-navbar-box .ui-bar .left .capsule.isFristPage .capsule-back[data-v-f9f9d438], .ui-navbar-box .ui-bar .left .capsule.isFristPage[data-v-f9f9d438]::after {
|
||
display: none;
|
||
}
|
||
.ui-navbar-box .ui-bar .right[data-v-f9f9d438] {
|
||
position: relative;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
.ui-navbar-box .ui-bar .right .right-content[data-v-f9f9d438] {
|
||
|
||
display: flex;
|
||
|
||
flex-direction: row;
|
||
flex-direction: row-reverse;
|
||
}
|
||
.ui-navbar-box .ui-bar .center[data-v-f9f9d438] {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
position: absolute;
|
||
left: 50%;
|
||
text-overflow: ellipsis;
|
||
transform: translateX(-50%);
|
||
}
|
||
.ui-navbar-box .ui-bar .center .image[data-v-f9f9d438] {
|
||
display: block;
|
||
max-width: calc(100vw - 200px);
|
||
height: 36px;
|
||
}
|
||
.ui-navbar-box .ui-bar-bg[data-v-f9f9d438] {
|
||
position: absolute;
|
||
top: 0;
|
||
z-index: 1;
|
||
width: 100%;
|
||
height: 100%;
|
||
pointer-events: none;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.tabbar-center-item[data-v-21c8b054] {
|
||
position: absolute;
|
||
z-index: 2;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
width: 40px;
|
||
height: 40px;
|
||
background-color: rebeccapurple;
|
||
border-radius: 50%;
|
||
transform: scale(1.3) translateY(-6px);
|
||
}
|
||
.tabbar-center-item .center-image[data-v-21c8b054] {
|
||
width: 25px;
|
||
height: 25px;
|
||
}
|
||
.u-tabbar-item[data-v-21c8b054] {
|
||
position: relative;
|
||
z-index: 1;
|
||
display: flex;
|
||
flex: 1;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.u-tabbar-item__icon[data-v-21c8b054] {
|
||
position: relative;
|
||
display: flex;
|
||
justify-content: center;
|
||
width: 4.6875rem;
|
||
}
|
||
.u-tabbar-item__text[data-v-21c8b054] {
|
||
margin-top: 2px;
|
||
font-size: 12px;
|
||
color: var(--textSize);
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.u-tabbar[data-v-f4931457] {
|
||
display: flex;
|
||
flex: 1;
|
||
justify-content: center;
|
||
}
|
||
.u-tabbar__content[data-v-f4931457] {
|
||
display: flex;
|
||
flex-direction: column;
|
||
background-color: #fff;
|
||
box-shadow: 0px -2px 4px 0px rgba(51, 51, 51, 0.06);
|
||
}
|
||
.u-tabbar__content__item-wrapper[data-v-f4931457] {
|
||
height: 50px;
|
||
display: flex;
|
||
justify-content: space-around;
|
||
align-items: center;
|
||
}
|
||
.u-tabbar .mid-tabbar[data-v-f4931457] {
|
||
border-radius: 0.9375rem 0.9375rem 0 0;
|
||
}
|
||
.u-tabbar--fixed[data-v-f4931457] {
|
||
position: fixed;
|
||
bottom: -1px;
|
||
left: 0;
|
||
right: 0;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.u-page[data-v-e8c0b5dc] {
|
||
padding: 0;
|
||
}
|
||
.u-page__item__title[data-v-e8c0b5dc] {
|
||
padding: 15px;
|
||
font-size: 15px;
|
||
color: var(--textSize);
|
||
background-color: #fff;
|
||
}
|
||
.u-page__item__title__slot-title[data-v-e8c0b5dc] {
|
||
font-size: 14px;
|
||
color: var(--textSize);
|
||
}
|
||
.u-page__item__slot-icon[data-v-e8c0b5dc] {
|
||
width: 25px;
|
||
height: 25px;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.uni-easyinput[data-v-af395001] {
|
||
width: 100%;
|
||
flex: 1;
|
||
position: relative;
|
||
text-align: left;
|
||
color: #333;
|
||
font-size: 14px;
|
||
}
|
||
.uni-easyinput__content[data-v-af395001] {
|
||
flex: 1;
|
||
width: 100%;
|
||
display: flex;
|
||
box-sizing: border-box;
|
||
min-height: 2.25rem;
|
||
flex-direction: row;
|
||
align-items: center;
|
||
}
|
||
.uni-easyinput__content-input[data-v-af395001] {
|
||
width: auto;
|
||
position: relative;
|
||
overflow: hidden;
|
||
flex: 1;
|
||
line-height: 1.75rem;
|
||
font-size: 0.875rem;
|
||
height: 1.75rem;
|
||
}
|
||
.uni-easyinput__placeholder-class[data-v-af395001] {
|
||
color: #bbbbbb;
|
||
font-size: 0.875rem;
|
||
font-weight: 400;
|
||
line-height: normal;
|
||
}
|
||
.is-textarea[data-v-af395001] {
|
||
align-items: flex-start;
|
||
}
|
||
.is-textarea-icon[data-v-af395001] {
|
||
margin-top: 5px;
|
||
}
|
||
.uni-easyinput__content-textarea[data-v-af395001] {
|
||
position: relative;
|
||
overflow: hidden;
|
||
flex: 1;
|
||
line-height: 1.5;
|
||
font-size: 14px;
|
||
padding-top: 6px;
|
||
padding-bottom: 10px;
|
||
height: 80px;
|
||
min-height: 80px;
|
||
width: auto;
|
||
}
|
||
.input-padding[data-v-af395001] {
|
||
padding-left: 10px;
|
||
}
|
||
.content-clear-icon[data-v-af395001] {
|
||
padding: 0 5px;
|
||
}
|
||
.label-icon[data-v-af395001] {
|
||
margin-right: 5px;
|
||
margin-top: -1px;
|
||
}
|
||
.is-input-border[data-v-af395001] {
|
||
display: flex;
|
||
box-sizing: border-box;
|
||
flex-direction: row;
|
||
align-items: center;
|
||
border: 1px solid #dcdfe6;
|
||
border-radius: 4px;
|
||
}
|
||
.uni-error-message[data-v-af395001] {
|
||
position: absolute;
|
||
bottom: -17px;
|
||
left: 0;
|
||
line-height: 12px;
|
||
color: #e43d33;
|
||
font-size: 12px;
|
||
text-align: left;
|
||
}
|
||
.uni-error-msg--boeder[data-v-af395001] {
|
||
position: relative;
|
||
bottom: 0;
|
||
line-height: 22px;
|
||
}
|
||
.is-input-error-border[data-v-af395001] {
|
||
border-color: #e43d33;
|
||
}
|
||
.uni-easyinput--border[data-v-af395001] {
|
||
margin-bottom: 0;
|
||
padding: 10px 15px;
|
||
border-top: 1px #eee solid;
|
||
}
|
||
.uni-easyinput-error[data-v-af395001] {
|
||
padding-bottom: 0;
|
||
}
|
||
.is-first-border[data-v-af395001] {
|
||
border: none;
|
||
}
|
||
.is-disabled[data-v-af395001] {
|
||
border-color: red;
|
||
background-color: #f7f6f6;
|
||
color: #d5d5d5;
|
||
}
|
||
.is-disabled .uni-easyinput__placeholder-class[data-v-af395001] {
|
||
color: #d5d5d5;
|
||
font-size: 12px;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.uni-forms-item[data-v-4c3fe719] {
|
||
position: relative;
|
||
padding: 0px;
|
||
text-align: left;
|
||
color: #333;
|
||
font-size: 14px;
|
||
}
|
||
.uni-forms-item__box[data-v-4c3fe719] {
|
||
position: relative;
|
||
}
|
||
.uni-forms-item__inner[data-v-4c3fe719] {
|
||
display: flex;
|
||
padding-bottom: 22px;
|
||
}
|
||
.is-direction-left[data-v-4c3fe719] {
|
||
flex-direction: row;
|
||
}
|
||
.is-direction-top[data-v-4c3fe719] {
|
||
flex-direction: column;
|
||
}
|
||
.uni-forms-item__label[data-v-4c3fe719] {
|
||
display: flex;
|
||
flex-shrink: 0;
|
||
box-sizing: border-box;
|
||
flex-direction: row;
|
||
align-items: center;
|
||
width: 65px;
|
||
padding: 5px 0;
|
||
height: 2.25rem;
|
||
}
|
||
.uni-forms-item__label .label-text[data-v-4c3fe719] {
|
||
font-size: 0.875rem;
|
||
color: #333333;
|
||
}
|
||
.uni-forms-item__label .label-seat[data-v-4c3fe719] {
|
||
margin-right: 5px;
|
||
}
|
||
.uni-forms-item__content[data-v-4c3fe719] {
|
||
width: 100%;
|
||
box-sizing: border-box;
|
||
min-height: 36px;
|
||
flex: 1;
|
||
}
|
||
.label-icon[data-v-4c3fe719] {
|
||
margin-right: 5px;
|
||
margin-top: -1px;
|
||
}
|
||
.is-required[data-v-4c3fe719] {
|
||
color: #dd524d;
|
||
font-weight: bold;
|
||
}
|
||
.uni-error-message[data-v-4c3fe719] {
|
||
position: absolute;
|
||
bottom: 0px;
|
||
left: 0;
|
||
text-align: left;
|
||
}
|
||
.uni-error-message-text[data-v-4c3fe719] {
|
||
line-height: 1.375rem;
|
||
color: #dd524d;
|
||
font-size: 0.75rem;
|
||
}
|
||
.uni-error-msg--boeder[data-v-4c3fe719] {
|
||
position: relative;
|
||
bottom: 0;
|
||
line-height: 22px;
|
||
}
|
||
.is-input-error-border[data-v-4c3fe719] {
|
||
border-color: #dd524d;
|
||
}
|
||
.uni-forms-item--border[data-v-4c3fe719] {
|
||
margin-bottom: 0;
|
||
padding: 10px 0;
|
||
border-top: 1px #eee solid;
|
||
}
|
||
.uni-forms-item--border .uni-forms-item__inner[data-v-4c3fe719] {
|
||
padding: 0;
|
||
}
|
||
.is-first-border[data-v-4c3fe719] {
|
||
border: none;
|
||
}
|
||
.uni-forms--no-padding[data-v-4c3fe719] {
|
||
padding: 0;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
@keyframes title-animation-c3c700fb {
|
||
0% {
|
||
font-size: 1rem;
|
||
}
|
||
100% {
|
||
font-size: 1.125rem;
|
||
}
|
||
}
|
||
.login-wrap[data-v-c3c700fb] {
|
||
min-height: 15.625rem;
|
||
padding: 1.5625rem 1.0625rem;
|
||
background-color: #fff;
|
||
border-radius: 0.625rem 0.625rem 0 0;
|
||
}
|
||
.head-box .head-title[data-v-c3c700fb] {
|
||
min-width: 5rem;
|
||
font-size: 1.125rem;
|
||
font-weight: bold;
|
||
line-height: 1.125rem;
|
||
color: #333333;
|
||
}
|
||
.head-box .head-title-active[data-v-c3c700fb] {
|
||
width: 5rem;
|
||
font-size: 1rem;
|
||
font-weight: 600;
|
||
line-height: 1.125rem;
|
||
color: #999;
|
||
}
|
||
.head-box .head-title-animation[data-v-c3c700fb] {
|
||
animation-name: title-animation-c3c700fb;
|
||
animation-duration: 0.1s;
|
||
animation-timing-function: ease-out;
|
||
animation-fill-mode: forwards;
|
||
}
|
||
.head-box .head-title-line[data-v-c3c700fb] {
|
||
position: relative;
|
||
}
|
||
.head-box .head-title-line[data-v-c3c700fb]::before {
|
||
position: absolute;
|
||
top: 50%;
|
||
left: -0.9375rem;
|
||
width: 0.03125rem;
|
||
height: 1.0625rem;
|
||
content: "";
|
||
background-color: #e4e7ed;
|
||
transform: translateY(-50%);
|
||
}
|
||
.head-box .head-subtitle[data-v-c3c700fb] {
|
||
display: flex;
|
||
font-size: 0.8125rem;
|
||
font-weight: 400;
|
||
color: #afb6c0;
|
||
text-align: left;
|
||
}
|
||
.code-btn-start[data-v-c3c700fb] {
|
||
width: 5rem;
|
||
height: 1.75rem;
|
||
font-size: 0.8125rem;
|
||
font-weight: 400;
|
||
line-height: normal;
|
||
color: var(--ui-BG-Main);
|
||
border: 0.0625rem solid var(--ui-BG-Main);
|
||
border-radius: 0.875rem;
|
||
opacity: 1;
|
||
}
|
||
.forgot-btn[data-v-c3c700fb] {
|
||
width: 5rem;
|
||
font-size: 0.9375rem;
|
||
font-weight: 500;
|
||
line-height: 1.75rem;
|
||
color: #999;
|
||
}
|
||
.login-btn-start[data-v-c3c700fb] {
|
||
width: 4.9375rem;
|
||
height: 1.75rem;
|
||
font-size: 0.8125rem;
|
||
font-weight: 500;
|
||
line-height: normal;
|
||
color: #fff;
|
||
background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
|
||
border-radius: 0.875rem;
|
||
}
|
||
.type-btn[data-v-c3c700fb] {
|
||
width: 6.25rem;
|
||
padding: 0.625rem;
|
||
margin: 1.25rem auto;
|
||
font-size: 0.9375rem;
|
||
font-weight: 500;
|
||
color: #999999;
|
||
}
|
||
.auto-login-box[data-v-c3c700fb] {
|
||
width: 100%;
|
||
}
|
||
.auto-login-box .auto-login-btn[data-v-c3c700fb] {
|
||
width: 2.125rem;
|
||
height: 2.125rem;
|
||
margin: 0 0.9375rem;
|
||
border-radius: 50%;
|
||
}
|
||
.auto-login-box .auto-login-img[data-v-c3c700fb] {
|
||
width: 2.125rem;
|
||
height: 2.125rem;
|
||
border-radius: 50%;
|
||
}
|
||
.agreement-box[data-v-c3c700fb] {
|
||
margin: 2.5rem auto 0;
|
||
}
|
||
.agreement-box .protocol-check[data-v-c3c700fb] {
|
||
transform: scale(0.7);
|
||
}
|
||
.agreement-box .agreement-text[data-v-c3c700fb] {
|
||
font-size: 0.8125rem;
|
||
font-weight: 500;
|
||
color: #999999;
|
||
}
|
||
.agreement-box .agreement-text .tcp-text[data-v-c3c700fb] {
|
||
color: var(--ui-BG-Main);
|
||
}
|
||
.editPwd-btn-box .save-btn[data-v-c3c700fb] {
|
||
width: 21.5625rem;
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
line-height: 2.1875rem;
|
||
color: #ffffff;
|
||
background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
|
||
border-radius: 1.09375rem;
|
||
}
|
||
.editPwd-btn-box .forgot-btn[data-v-c3c700fb] {
|
||
width: 21.5625rem;
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
line-height: 2.1875rem;
|
||
color: #999999;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
@keyframes title-animation-429524c1 {
|
||
0% {
|
||
font-size: 1rem;
|
||
}
|
||
100% {
|
||
font-size: 1.125rem;
|
||
}
|
||
}
|
||
.login-wrap[data-v-429524c1] {
|
||
min-height: 15.625rem;
|
||
padding: 1.5625rem 1.0625rem;
|
||
background-color: #fff;
|
||
border-radius: 0.625rem 0.625rem 0 0;
|
||
}
|
||
.head-box .head-title[data-v-429524c1] {
|
||
min-width: 5rem;
|
||
font-size: 1.125rem;
|
||
font-weight: bold;
|
||
line-height: 1.125rem;
|
||
color: #333333;
|
||
}
|
||
.head-box .head-title-active[data-v-429524c1] {
|
||
width: 5rem;
|
||
font-size: 1rem;
|
||
font-weight: 600;
|
||
line-height: 1.125rem;
|
||
color: #999;
|
||
}
|
||
.head-box .head-title-animation[data-v-429524c1] {
|
||
animation-name: title-animation-429524c1;
|
||
animation-duration: 0.1s;
|
||
animation-timing-function: ease-out;
|
||
animation-fill-mode: forwards;
|
||
}
|
||
.head-box .head-title-line[data-v-429524c1] {
|
||
position: relative;
|
||
}
|
||
.head-box .head-title-line[data-v-429524c1]::before {
|
||
position: absolute;
|
||
top: 50%;
|
||
left: -0.9375rem;
|
||
width: 0.03125rem;
|
||
height: 1.0625rem;
|
||
content: "";
|
||
background-color: #e4e7ed;
|
||
transform: translateY(-50%);
|
||
}
|
||
.head-box .head-subtitle[data-v-429524c1] {
|
||
display: flex;
|
||
font-size: 0.8125rem;
|
||
font-weight: 400;
|
||
color: #afb6c0;
|
||
text-align: left;
|
||
}
|
||
.code-btn-start[data-v-429524c1] {
|
||
width: 5rem;
|
||
height: 1.75rem;
|
||
font-size: 0.8125rem;
|
||
font-weight: 400;
|
||
line-height: normal;
|
||
color: var(--ui-BG-Main);
|
||
border: 0.0625rem solid var(--ui-BG-Main);
|
||
border-radius: 0.875rem;
|
||
opacity: 1;
|
||
}
|
||
.forgot-btn[data-v-429524c1] {
|
||
width: 5rem;
|
||
font-size: 0.9375rem;
|
||
font-weight: 500;
|
||
line-height: 1.75rem;
|
||
color: #999;
|
||
}
|
||
.login-btn-start[data-v-429524c1] {
|
||
width: 4.9375rem;
|
||
height: 1.75rem;
|
||
font-size: 0.8125rem;
|
||
font-weight: 500;
|
||
line-height: normal;
|
||
color: #fff;
|
||
background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
|
||
border-radius: 0.875rem;
|
||
}
|
||
.type-btn[data-v-429524c1] {
|
||
width: 6.25rem;
|
||
padding: 0.625rem;
|
||
margin: 1.25rem auto;
|
||
font-size: 0.9375rem;
|
||
font-weight: 500;
|
||
color: #999999;
|
||
}
|
||
.auto-login-box[data-v-429524c1] {
|
||
width: 100%;
|
||
}
|
||
.auto-login-box .auto-login-btn[data-v-429524c1] {
|
||
width: 2.125rem;
|
||
height: 2.125rem;
|
||
margin: 0 0.9375rem;
|
||
border-radius: 50%;
|
||
}
|
||
.auto-login-box .auto-login-img[data-v-429524c1] {
|
||
width: 2.125rem;
|
||
height: 2.125rem;
|
||
border-radius: 50%;
|
||
}
|
||
.agreement-box[data-v-429524c1] {
|
||
margin: 2.5rem auto 0;
|
||
}
|
||
.agreement-box .protocol-check[data-v-429524c1] {
|
||
transform: scale(0.7);
|
||
}
|
||
.agreement-box .agreement-text[data-v-429524c1] {
|
||
font-size: 0.8125rem;
|
||
font-weight: 500;
|
||
color: #999999;
|
||
}
|
||
.agreement-box .agreement-text .tcp-text[data-v-429524c1] {
|
||
color: var(--ui-BG-Main);
|
||
}
|
||
.editPwd-btn-box .save-btn[data-v-429524c1] {
|
||
width: 21.5625rem;
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
line-height: 2.1875rem;
|
||
color: #ffffff;
|
||
background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
|
||
border-radius: 1.09375rem;
|
||
}
|
||
.editPwd-btn-box .forgot-btn[data-v-429524c1] {
|
||
width: 21.5625rem;
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
line-height: 2.1875rem;
|
||
color: #999999;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
@keyframes title-animation-35e75114 {
|
||
0% {
|
||
font-size: 1rem;
|
||
}
|
||
100% {
|
||
font-size: 1.125rem;
|
||
}
|
||
}
|
||
.login-wrap[data-v-35e75114] {
|
||
min-height: 15.625rem;
|
||
padding: 1.5625rem 1.0625rem;
|
||
background-color: #fff;
|
||
border-radius: 0.625rem 0.625rem 0 0;
|
||
}
|
||
.head-box .head-title[data-v-35e75114] {
|
||
min-width: 5rem;
|
||
font-size: 1.125rem;
|
||
font-weight: bold;
|
||
line-height: 1.125rem;
|
||
color: #333333;
|
||
}
|
||
.head-box .head-title-active[data-v-35e75114] {
|
||
width: 5rem;
|
||
font-size: 1rem;
|
||
font-weight: 600;
|
||
line-height: 1.125rem;
|
||
color: #999;
|
||
}
|
||
.head-box .head-title-animation[data-v-35e75114] {
|
||
animation-name: title-animation-35e75114;
|
||
animation-duration: 0.1s;
|
||
animation-timing-function: ease-out;
|
||
animation-fill-mode: forwards;
|
||
}
|
||
.head-box .head-title-line[data-v-35e75114] {
|
||
position: relative;
|
||
}
|
||
.head-box .head-title-line[data-v-35e75114]::before {
|
||
position: absolute;
|
||
top: 50%;
|
||
left: -0.9375rem;
|
||
width: 0.03125rem;
|
||
height: 1.0625rem;
|
||
content: "";
|
||
background-color: #e4e7ed;
|
||
transform: translateY(-50%);
|
||
}
|
||
.head-box .head-subtitle[data-v-35e75114] {
|
||
display: flex;
|
||
font-size: 0.8125rem;
|
||
font-weight: 400;
|
||
color: #afb6c0;
|
||
text-align: left;
|
||
}
|
||
.code-btn-start[data-v-35e75114] {
|
||
width: 5rem;
|
||
height: 1.75rem;
|
||
font-size: 0.8125rem;
|
||
font-weight: 400;
|
||
line-height: normal;
|
||
color: var(--ui-BG-Main);
|
||
border: 0.0625rem solid var(--ui-BG-Main);
|
||
border-radius: 0.875rem;
|
||
opacity: 1;
|
||
}
|
||
.forgot-btn[data-v-35e75114] {
|
||
width: 5rem;
|
||
font-size: 0.9375rem;
|
||
font-weight: 500;
|
||
line-height: 1.75rem;
|
||
color: #999;
|
||
}
|
||
.login-btn-start[data-v-35e75114] {
|
||
width: 4.9375rem;
|
||
height: 1.75rem;
|
||
font-size: 0.8125rem;
|
||
font-weight: 500;
|
||
line-height: normal;
|
||
color: #fff;
|
||
background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
|
||
border-radius: 0.875rem;
|
||
}
|
||
.type-btn[data-v-35e75114] {
|
||
width: 6.25rem;
|
||
padding: 0.625rem;
|
||
margin: 1.25rem auto;
|
||
font-size: 0.9375rem;
|
||
font-weight: 500;
|
||
color: #999999;
|
||
}
|
||
.auto-login-box[data-v-35e75114] {
|
||
width: 100%;
|
||
}
|
||
.auto-login-box .auto-login-btn[data-v-35e75114] {
|
||
width: 2.125rem;
|
||
height: 2.125rem;
|
||
margin: 0 0.9375rem;
|
||
border-radius: 50%;
|
||
}
|
||
.auto-login-box .auto-login-img[data-v-35e75114] {
|
||
width: 2.125rem;
|
||
height: 2.125rem;
|
||
border-radius: 50%;
|
||
}
|
||
.agreement-box[data-v-35e75114] {
|
||
margin: 2.5rem auto 0;
|
||
}
|
||
.agreement-box .protocol-check[data-v-35e75114] {
|
||
transform: scale(0.7);
|
||
}
|
||
.agreement-box .agreement-text[data-v-35e75114] {
|
||
font-size: 0.8125rem;
|
||
font-weight: 500;
|
||
color: #999999;
|
||
}
|
||
.agreement-box .agreement-text .tcp-text[data-v-35e75114] {
|
||
color: var(--ui-BG-Main);
|
||
}
|
||
.editPwd-btn-box .save-btn[data-v-35e75114] {
|
||
width: 21.5625rem;
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
line-height: 2.1875rem;
|
||
color: #ffffff;
|
||
background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
|
||
border-radius: 1.09375rem;
|
||
}
|
||
.editPwd-btn-box .forgot-btn[data-v-35e75114] {
|
||
width: 21.5625rem;
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
line-height: 2.1875rem;
|
||
color: #999999;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
@keyframes title-animation-1896a8ad {
|
||
0% {
|
||
font-size: 1rem;
|
||
}
|
||
100% {
|
||
font-size: 1.125rem;
|
||
}
|
||
}
|
||
.login-wrap[data-v-1896a8ad] {
|
||
min-height: 15.625rem;
|
||
padding: 1.5625rem 1.0625rem;
|
||
background-color: #fff;
|
||
border-radius: 0.625rem 0.625rem 0 0;
|
||
}
|
||
.head-box .head-title[data-v-1896a8ad] {
|
||
min-width: 5rem;
|
||
font-size: 1.125rem;
|
||
font-weight: bold;
|
||
line-height: 1.125rem;
|
||
color: #333333;
|
||
}
|
||
.head-box .head-title-active[data-v-1896a8ad] {
|
||
width: 5rem;
|
||
font-size: 1rem;
|
||
font-weight: 600;
|
||
line-height: 1.125rem;
|
||
color: #999;
|
||
}
|
||
.head-box .head-title-animation[data-v-1896a8ad] {
|
||
animation-name: title-animation-1896a8ad;
|
||
animation-duration: 0.1s;
|
||
animation-timing-function: ease-out;
|
||
animation-fill-mode: forwards;
|
||
}
|
||
.head-box .head-title-line[data-v-1896a8ad] {
|
||
position: relative;
|
||
}
|
||
.head-box .head-title-line[data-v-1896a8ad]::before {
|
||
position: absolute;
|
||
top: 50%;
|
||
left: -0.9375rem;
|
||
width: 0.03125rem;
|
||
height: 1.0625rem;
|
||
content: "";
|
||
background-color: #e4e7ed;
|
||
transform: translateY(-50%);
|
||
}
|
||
.head-box .head-subtitle[data-v-1896a8ad] {
|
||
display: flex;
|
||
font-size: 0.8125rem;
|
||
font-weight: 400;
|
||
color: #afb6c0;
|
||
text-align: left;
|
||
}
|
||
.code-btn-start[data-v-1896a8ad] {
|
||
width: 5rem;
|
||
height: 1.75rem;
|
||
font-size: 0.8125rem;
|
||
font-weight: 400;
|
||
line-height: normal;
|
||
color: var(--ui-BG-Main);
|
||
border: 0.0625rem solid var(--ui-BG-Main);
|
||
border-radius: 0.875rem;
|
||
opacity: 1;
|
||
}
|
||
.forgot-btn[data-v-1896a8ad] {
|
||
width: 5rem;
|
||
font-size: 0.9375rem;
|
||
font-weight: 500;
|
||
line-height: 1.75rem;
|
||
color: #999;
|
||
}
|
||
.login-btn-start[data-v-1896a8ad] {
|
||
width: 4.9375rem;
|
||
height: 1.75rem;
|
||
font-size: 0.8125rem;
|
||
font-weight: 500;
|
||
line-height: normal;
|
||
color: #fff;
|
||
background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
|
||
border-radius: 0.875rem;
|
||
}
|
||
.type-btn[data-v-1896a8ad] {
|
||
width: 6.25rem;
|
||
padding: 0.625rem;
|
||
margin: 1.25rem auto;
|
||
font-size: 0.9375rem;
|
||
font-weight: 500;
|
||
color: #999999;
|
||
}
|
||
.auto-login-box[data-v-1896a8ad] {
|
||
width: 100%;
|
||
}
|
||
.auto-login-box .auto-login-btn[data-v-1896a8ad] {
|
||
width: 2.125rem;
|
||
height: 2.125rem;
|
||
margin: 0 0.9375rem;
|
||
border-radius: 50%;
|
||
}
|
||
.auto-login-box .auto-login-img[data-v-1896a8ad] {
|
||
width: 2.125rem;
|
||
height: 2.125rem;
|
||
border-radius: 50%;
|
||
}
|
||
.agreement-box[data-v-1896a8ad] {
|
||
margin: 2.5rem auto 0;
|
||
}
|
||
.agreement-box .protocol-check[data-v-1896a8ad] {
|
||
transform: scale(0.7);
|
||
}
|
||
.agreement-box .agreement-text[data-v-1896a8ad] {
|
||
font-size: 0.8125rem;
|
||
font-weight: 500;
|
||
color: #999999;
|
||
}
|
||
.agreement-box .agreement-text .tcp-text[data-v-1896a8ad] {
|
||
color: var(--ui-BG-Main);
|
||
}
|
||
.editPwd-btn-box .save-btn[data-v-1896a8ad] {
|
||
width: 21.5625rem;
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
line-height: 2.1875rem;
|
||
color: #ffffff;
|
||
background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
|
||
border-radius: 1.09375rem;
|
||
}
|
||
.editPwd-btn-box .forgot-btn[data-v-1896a8ad] {
|
||
width: 21.5625rem;
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
line-height: 2.1875rem;
|
||
color: #999999;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
@keyframes title-animation-10f00a07 {
|
||
0% {
|
||
font-size: 1rem;
|
||
}
|
||
100% {
|
||
font-size: 1.125rem;
|
||
}
|
||
}
|
||
.login-wrap[data-v-10f00a07] {
|
||
min-height: 15.625rem;
|
||
padding: 1.5625rem 1.0625rem;
|
||
background-color: #fff;
|
||
border-radius: 0.625rem 0.625rem 0 0;
|
||
}
|
||
.head-box .head-title[data-v-10f00a07] {
|
||
min-width: 5rem;
|
||
font-size: 1.125rem;
|
||
font-weight: bold;
|
||
line-height: 1.125rem;
|
||
color: #333333;
|
||
}
|
||
.head-box .head-title-active[data-v-10f00a07] {
|
||
width: 5rem;
|
||
font-size: 1rem;
|
||
font-weight: 600;
|
||
line-height: 1.125rem;
|
||
color: #999;
|
||
}
|
||
.head-box .head-title-animation[data-v-10f00a07] {
|
||
animation-name: title-animation-10f00a07;
|
||
animation-duration: 0.1s;
|
||
animation-timing-function: ease-out;
|
||
animation-fill-mode: forwards;
|
||
}
|
||
.head-box .head-title-line[data-v-10f00a07] {
|
||
position: relative;
|
||
}
|
||
.head-box .head-title-line[data-v-10f00a07]::before {
|
||
position: absolute;
|
||
top: 50%;
|
||
left: -0.9375rem;
|
||
width: 0.03125rem;
|
||
height: 1.0625rem;
|
||
content: "";
|
||
background-color: #e4e7ed;
|
||
transform: translateY(-50%);
|
||
}
|
||
.head-box .head-subtitle[data-v-10f00a07] {
|
||
display: flex;
|
||
font-size: 0.8125rem;
|
||
font-weight: 400;
|
||
color: #afb6c0;
|
||
text-align: left;
|
||
}
|
||
.code-btn-start[data-v-10f00a07] {
|
||
width: 5rem;
|
||
height: 1.75rem;
|
||
font-size: 0.8125rem;
|
||
font-weight: 400;
|
||
line-height: normal;
|
||
color: var(--ui-BG-Main);
|
||
border: 0.0625rem solid var(--ui-BG-Main);
|
||
border-radius: 0.875rem;
|
||
opacity: 1;
|
||
}
|
||
.forgot-btn[data-v-10f00a07] {
|
||
width: 5rem;
|
||
font-size: 0.9375rem;
|
||
font-weight: 500;
|
||
line-height: 1.75rem;
|
||
color: #999;
|
||
}
|
||
.login-btn-start[data-v-10f00a07] {
|
||
width: 4.9375rem;
|
||
height: 1.75rem;
|
||
font-size: 0.8125rem;
|
||
font-weight: 500;
|
||
line-height: normal;
|
||
color: #fff;
|
||
background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
|
||
border-radius: 0.875rem;
|
||
}
|
||
.type-btn[data-v-10f00a07] {
|
||
width: 6.25rem;
|
||
padding: 0.625rem;
|
||
margin: 1.25rem auto;
|
||
font-size: 0.9375rem;
|
||
font-weight: 500;
|
||
color: #999999;
|
||
}
|
||
.auto-login-box[data-v-10f00a07] {
|
||
width: 100%;
|
||
}
|
||
.auto-login-box .auto-login-btn[data-v-10f00a07] {
|
||
width: 2.125rem;
|
||
height: 2.125rem;
|
||
margin: 0 0.9375rem;
|
||
border-radius: 50%;
|
||
}
|
||
.auto-login-box .auto-login-img[data-v-10f00a07] {
|
||
width: 2.125rem;
|
||
height: 2.125rem;
|
||
border-radius: 50%;
|
||
}
|
||
.agreement-box[data-v-10f00a07] {
|
||
margin: 2.5rem auto 0;
|
||
}
|
||
.agreement-box .protocol-check[data-v-10f00a07] {
|
||
transform: scale(0.7);
|
||
}
|
||
.agreement-box .agreement-text[data-v-10f00a07] {
|
||
font-size: 0.8125rem;
|
||
font-weight: 500;
|
||
color: #999999;
|
||
}
|
||
.agreement-box .agreement-text .tcp-text[data-v-10f00a07] {
|
||
color: var(--ui-BG-Main);
|
||
}
|
||
.editPwd-btn-box .save-btn[data-v-10f00a07] {
|
||
width: 21.5625rem;
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
line-height: 2.1875rem;
|
||
color: #ffffff;
|
||
background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
|
||
border-radius: 1.09375rem;
|
||
}
|
||
.editPwd-btn-box .forgot-btn[data-v-10f00a07] {
|
||
width: 21.5625rem;
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
line-height: 2.1875rem;
|
||
color: #999999;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
@keyframes title-animation-86e02340 {
|
||
0% {
|
||
font-size: 1rem;
|
||
}
|
||
100% {
|
||
font-size: 1.125rem;
|
||
}
|
||
}
|
||
.login-wrap[data-v-86e02340] {
|
||
min-height: 15.625rem;
|
||
padding: 1.5625rem 1.0625rem;
|
||
background-color: #fff;
|
||
border-radius: 0.625rem 0.625rem 0 0;
|
||
}
|
||
.head-box .head-title[data-v-86e02340] {
|
||
min-width: 5rem;
|
||
font-size: 1.125rem;
|
||
font-weight: bold;
|
||
line-height: 1.125rem;
|
||
color: #333333;
|
||
}
|
||
.head-box .head-title-active[data-v-86e02340] {
|
||
width: 5rem;
|
||
font-size: 1rem;
|
||
font-weight: 600;
|
||
line-height: 1.125rem;
|
||
color: #999;
|
||
}
|
||
.head-box .head-title-animation[data-v-86e02340] {
|
||
animation-name: title-animation-86e02340;
|
||
animation-duration: 0.1s;
|
||
animation-timing-function: ease-out;
|
||
animation-fill-mode: forwards;
|
||
}
|
||
.head-box .head-title-line[data-v-86e02340] {
|
||
position: relative;
|
||
}
|
||
.head-box .head-title-line[data-v-86e02340]::before {
|
||
position: absolute;
|
||
top: 50%;
|
||
left: -0.9375rem;
|
||
width: 0.03125rem;
|
||
height: 1.0625rem;
|
||
content: "";
|
||
background-color: #e4e7ed;
|
||
transform: translateY(-50%);
|
||
}
|
||
.head-box .head-subtitle[data-v-86e02340] {
|
||
display: flex;
|
||
font-size: 0.8125rem;
|
||
font-weight: 400;
|
||
color: #afb6c0;
|
||
text-align: left;
|
||
}
|
||
.code-btn-start[data-v-86e02340] {
|
||
width: 5rem;
|
||
height: 1.75rem;
|
||
font-size: 0.8125rem;
|
||
font-weight: 400;
|
||
line-height: normal;
|
||
color: var(--ui-BG-Main);
|
||
border: 0.0625rem solid var(--ui-BG-Main);
|
||
border-radius: 0.875rem;
|
||
opacity: 1;
|
||
}
|
||
.forgot-btn[data-v-86e02340] {
|
||
width: 5rem;
|
||
font-size: 0.9375rem;
|
||
font-weight: 500;
|
||
line-height: 1.75rem;
|
||
color: #999;
|
||
}
|
||
.login-btn-start[data-v-86e02340] {
|
||
width: 4.9375rem;
|
||
height: 1.75rem;
|
||
font-size: 0.8125rem;
|
||
font-weight: 500;
|
||
line-height: normal;
|
||
color: #fff;
|
||
background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
|
||
border-radius: 0.875rem;
|
||
}
|
||
.type-btn[data-v-86e02340] {
|
||
width: 6.25rem;
|
||
padding: 0.625rem;
|
||
margin: 1.25rem auto;
|
||
font-size: 0.9375rem;
|
||
font-weight: 500;
|
||
color: #999999;
|
||
}
|
||
.auto-login-box[data-v-86e02340] {
|
||
width: 100%;
|
||
}
|
||
.auto-login-box .auto-login-btn[data-v-86e02340] {
|
||
width: 2.125rem;
|
||
height: 2.125rem;
|
||
margin: 0 0.9375rem;
|
||
border-radius: 50%;
|
||
}
|
||
.auto-login-box .auto-login-img[data-v-86e02340] {
|
||
width: 2.125rem;
|
||
height: 2.125rem;
|
||
border-radius: 50%;
|
||
}
|
||
.agreement-box[data-v-86e02340] {
|
||
margin: 2.5rem auto 0;
|
||
}
|
||
.agreement-box .protocol-check[data-v-86e02340] {
|
||
transform: scale(0.7);
|
||
}
|
||
.agreement-box .agreement-text[data-v-86e02340] {
|
||
font-size: 0.8125rem;
|
||
font-weight: 500;
|
||
color: #999999;
|
||
}
|
||
.agreement-box .agreement-text .tcp-text[data-v-86e02340] {
|
||
color: var(--ui-BG-Main);
|
||
}
|
||
.editPwd-btn-box .save-btn[data-v-86e02340] {
|
||
width: 21.5625rem;
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
line-height: 2.1875rem;
|
||
color: #ffffff;
|
||
background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
|
||
border-radius: 1.09375rem;
|
||
}
|
||
.editPwd-btn-box .forgot-btn[data-v-86e02340] {
|
||
width: 21.5625rem;
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
line-height: 2.1875rem;
|
||
color: #999999;
|
||
}
|
||
.foot-box[data-v-86e02340] {
|
||
display: flex;
|
||
justify-content: center;
|
||
width: 100%;
|
||
}
|
||
.authorization-btn[data-v-86e02340] {
|
||
width: 21.4375rem;
|
||
height: 2.5rem;
|
||
color: #fff;
|
||
background-color: var(--ui-BG-Main);
|
||
border-radius: 1.25rem;
|
||
}
|
||
.avatar-img[data-v-86e02340] {
|
||
width: 2.25rem;
|
||
height: 2.25rem;
|
||
border-radius: 1.125rem;
|
||
}
|
||
.cicon-forward[data-v-86e02340] {
|
||
font-size: 0.9375rem;
|
||
color: #595959;
|
||
}
|
||
.avatar-btn[data-v-86e02340] {
|
||
justify-content: space-between;
|
||
width: 100%;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
@keyframes title-animation-f2e2e309 {
|
||
0% {
|
||
font-size: 1rem;
|
||
}
|
||
100% {
|
||
font-size: 1.125rem;
|
||
}
|
||
}
|
||
.login-wrap[data-v-f2e2e309] {
|
||
min-height: 15.625rem;
|
||
padding: 1.5625rem 1.0625rem;
|
||
background-color: #fff;
|
||
border-radius: 0.625rem 0.625rem 0 0;
|
||
}
|
||
.head-box .head-title[data-v-f2e2e309] {
|
||
min-width: 5rem;
|
||
font-size: 1.125rem;
|
||
font-weight: bold;
|
||
line-height: 1.125rem;
|
||
color: #333333;
|
||
}
|
||
.head-box .head-title-active[data-v-f2e2e309] {
|
||
width: 5rem;
|
||
font-size: 1rem;
|
||
font-weight: 600;
|
||
line-height: 1.125rem;
|
||
color: #999;
|
||
}
|
||
.head-box .head-title-animation[data-v-f2e2e309] {
|
||
animation-name: title-animation-f2e2e309;
|
||
animation-duration: 0.1s;
|
||
animation-timing-function: ease-out;
|
||
animation-fill-mode: forwards;
|
||
}
|
||
.head-box .head-title-line[data-v-f2e2e309] {
|
||
position: relative;
|
||
}
|
||
.head-box .head-title-line[data-v-f2e2e309]::before {
|
||
position: absolute;
|
||
top: 50%;
|
||
left: -0.9375rem;
|
||
width: 0.03125rem;
|
||
height: 1.0625rem;
|
||
content: "";
|
||
background-color: #e4e7ed;
|
||
transform: translateY(-50%);
|
||
}
|
||
.head-box .head-subtitle[data-v-f2e2e309] {
|
||
display: flex;
|
||
font-size: 0.8125rem;
|
||
font-weight: 400;
|
||
color: #afb6c0;
|
||
text-align: left;
|
||
}
|
||
.code-btn-start[data-v-f2e2e309] {
|
||
width: 5rem;
|
||
height: 1.75rem;
|
||
font-size: 0.8125rem;
|
||
font-weight: 400;
|
||
line-height: normal;
|
||
color: var(--ui-BG-Main);
|
||
border: 0.0625rem solid var(--ui-BG-Main);
|
||
border-radius: 0.875rem;
|
||
opacity: 1;
|
||
}
|
||
.forgot-btn[data-v-f2e2e309] {
|
||
width: 5rem;
|
||
font-size: 0.9375rem;
|
||
font-weight: 500;
|
||
line-height: 1.75rem;
|
||
color: #999;
|
||
}
|
||
.login-btn-start[data-v-f2e2e309] {
|
||
width: 4.9375rem;
|
||
height: 1.75rem;
|
||
font-size: 0.8125rem;
|
||
font-weight: 500;
|
||
line-height: normal;
|
||
color: #fff;
|
||
background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
|
||
border-radius: 0.875rem;
|
||
}
|
||
.type-btn[data-v-f2e2e309] {
|
||
width: 6.25rem;
|
||
padding: 0.625rem;
|
||
margin: 1.25rem auto;
|
||
font-size: 0.9375rem;
|
||
font-weight: 500;
|
||
color: #999999;
|
||
}
|
||
.auto-login-box[data-v-f2e2e309] {
|
||
width: 100%;
|
||
}
|
||
.auto-login-box .auto-login-btn[data-v-f2e2e309] {
|
||
width: 2.125rem;
|
||
height: 2.125rem;
|
||
margin: 0 0.9375rem;
|
||
border-radius: 50%;
|
||
}
|
||
.auto-login-box .auto-login-img[data-v-f2e2e309] {
|
||
width: 2.125rem;
|
||
height: 2.125rem;
|
||
border-radius: 50%;
|
||
}
|
||
.agreement-box[data-v-f2e2e309] {
|
||
margin: 2.5rem auto 0;
|
||
}
|
||
.agreement-box .protocol-check[data-v-f2e2e309] {
|
||
transform: scale(0.7);
|
||
}
|
||
.agreement-box .agreement-text[data-v-f2e2e309] {
|
||
font-size: 0.8125rem;
|
||
font-weight: 500;
|
||
color: #999999;
|
||
}
|
||
.agreement-box .agreement-text .tcp-text[data-v-f2e2e309] {
|
||
color: var(--ui-BG-Main);
|
||
}
|
||
.editPwd-btn-box .save-btn[data-v-f2e2e309] {
|
||
width: 21.5625rem;
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
line-height: 2.1875rem;
|
||
color: #ffffff;
|
||
background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
|
||
border-radius: 1.09375rem;
|
||
}
|
||
.editPwd-btn-box .forgot-btn[data-v-f2e2e309] {
|
||
width: 21.5625rem;
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
line-height: 2.1875rem;
|
||
color: #999999;
|
||
}
|
||
.shake[data-v-f2e2e309] {
|
||
animation: shake-f2e2e309 0.05s linear 4 alternate;
|
||
}
|
||
@keyframes shake-f2e2e309 {
|
||
from {
|
||
transform: translateX(-0.3125rem);
|
||
}
|
||
to {
|
||
transform: translateX(0.3125rem);
|
||
}
|
||
}
|
||
.register-box[data-v-f2e2e309] {
|
||
position: relative;
|
||
justify-content: center;
|
||
}
|
||
.register-box .register-btn[data-v-f2e2e309] {
|
||
color: #999999;
|
||
font-size: 0.9375rem;
|
||
font-weight: 500;
|
||
}
|
||
.register-box .register-title[data-v-f2e2e309] {
|
||
color: #999999;
|
||
font-size: 0.9375rem;
|
||
font-weight: 400;
|
||
margin-right: 0.75rem;
|
||
}
|
||
.register-box .or-title[data-v-f2e2e309] {
|
||
margin: 0 0.5rem;
|
||
color: #999999;
|
||
font-size: 0.9375rem;
|
||
font-weight: 400;
|
||
}
|
||
.register-box .login-btn[data-v-f2e2e309] {
|
||
color: var(--ui-BG-Main);
|
||
font-size: 0.9375rem;
|
||
font-weight: 500;
|
||
}
|
||
.register-box .circle[data-v-f2e2e309] {
|
||
position: absolute;
|
||
right: 0;
|
||
top: 0.5625rem;
|
||
width: 0.25rem;
|
||
height: 0.25rem;
|
||
border-radius: 0.25rem;
|
||
background: var(--ui-BG-Main);
|
||
}
|
||
.safe-box[data-v-f2e2e309] {
|
||
height: calc(constant(safe-area-inset-bottom) / 5 * 3);
|
||
height: calc(env(safe-area-inset-bottom) / 5 * 3);
|
||
}
|
||
.tcp-text[data-v-f2e2e309] {
|
||
color: var(--ui-BG-Main);
|
||
}
|
||
.agreement-text[data-v-f2e2e309] {
|
||
color: #999999;
|
||
}
|
||
|
||
.lime-painter[data-v-3b541daf],
|
||
.lime-painter__canvas[data-v-3b541daf] {
|
||
|
||
width: 100%;
|
||
}
|
||
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.popup-box[data-v-83ec39d9] {
|
||
position: relative;
|
||
}
|
||
.poster-title[data-v-83ec39d9] {
|
||
color: #999;
|
||
}
|
||
.poster-btn-box[data-v-83ec39d9] {
|
||
position: absolute;
|
||
bottom: -2.5rem;
|
||
left: 50%;
|
||
width: 18.75rem;
|
||
transform: translateX(-50%);
|
||
}
|
||
.poster-btn-box .cancel-btn[data-v-83ec39d9] {
|
||
width: 7.5rem;
|
||
height: 2.1875rem;
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
line-height: 2.1875rem;
|
||
color: #999999;
|
||
background: #ffffff;
|
||
border-radius: 1.09375rem;
|
||
}
|
||
.poster-btn-box .save-btn[data-v-83ec39d9] {
|
||
width: 7.5rem;
|
||
height: 2.1875rem;
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
line-height: 2.1875rem;
|
||
border-radius: 1.09375rem;
|
||
}
|
||
.poster-img[data-v-83ec39d9] {
|
||
border-radius: 0.625rem;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.guide-image[data-v-c1f79fbc] {
|
||
position: fixed;
|
||
top: 0;
|
||
right: 0.9375rem;
|
||
z-index: 10080;
|
||
width: 18.125rem;
|
||
height: 13.4375rem;
|
||
}
|
||
.share-box[data-v-c1f79fbc] {
|
||
width: 23.4375rem;
|
||
padding-top: 0.9375rem;
|
||
background: #ffffff;
|
||
border-radius: 0.9375rem 0.9375rem 0 0;
|
||
}
|
||
.share-box .share-foot[data-v-c1f79fbc] {
|
||
height: 2.5rem;
|
||
font-size: 0.75rem;
|
||
color: #bbbbbb;
|
||
border-top: 0.03125rem solid #eeeeee;
|
||
}
|
||
.share-box .share-list-box .share-btn[data-v-c1f79fbc] {
|
||
padding: 0;
|
||
line-height: 1;
|
||
background: none;
|
||
border: none;
|
||
}
|
||
.share-box .share-list-box .share-btn[data-v-c1f79fbc]::after {
|
||
border: none;
|
||
}
|
||
.share-box .share-list-box .share-item[data-v-c1f79fbc] {
|
||
flex: 1;
|
||
padding-bottom: 0.625rem;
|
||
}
|
||
.share-box .share-list-box .share-item .share-img[data-v-c1f79fbc] {
|
||
width: 2.1875rem;
|
||
height: 2.1875rem;
|
||
margin-bottom: 0.625rem;
|
||
background: #f8f9fa;
|
||
border-radius: 50%;
|
||
}
|
||
.share-box .share-list-box .share-item .share-title[data-v-c1f79fbc] {
|
||
font-size: 0.75rem;
|
||
color: #666666;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.tools-wrap .title[data-v-9c20c8f1] {
|
||
font-size: 1.125rem;
|
||
font-weight: bold;
|
||
color: #333333;
|
||
}
|
||
.tools-wrap .list-item[data-v-9c20c8f1] {
|
||
width: calc(25vw - 0.625rem);
|
||
}
|
||
.tools-wrap .list-item .list-image[data-v-9c20c8f1] {
|
||
width: 3.25rem;
|
||
height: 3.25rem;
|
||
border-radius: 1.625rem;
|
||
background: var(--ui-BG);
|
||
}
|
||
.tools-wrap .list-item .list-image .list-icon[data-v-9c20c8f1] {
|
||
width: 1.6875rem;
|
||
height: 1.6875rem;
|
||
}
|
||
.tools-wrap .list-item .list-title[data-v-9c20c8f1] {
|
||
font-size: 0.8125rem;
|
||
font-weight: 500;
|
||
color: #333333;
|
||
}
|
||
.uni-popup[data-v-9c20c8f1] {
|
||
top: 0 !important;
|
||
}
|
||
[data-v-9c20c8f1] .button-hover {
|
||
background: #fafafa !important;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.page-app[data-v-73531f52] {
|
||
position: relative;
|
||
z-index: 2;
|
||
display: flex;
|
||
width: 100%;
|
||
height: 100vh;
|
||
color: var(--ui-TC);
|
||
background-color: var(--ui-BG-1) !important;
|
||
}
|
||
.page-app .page-main[data-v-73531f52] {
|
||
position: absolute;
|
||
z-index: 1;
|
||
display: flex;
|
||
flex-direction: column;
|
||
width: 100%;
|
||
min-height: 100%;
|
||
}
|
||
.page-app .page-main .page-body[data-v-73531f52] {
|
||
position: relative;
|
||
z-index: 1;
|
||
flex: 1;
|
||
width: 100%;
|
||
}
|
||
.page-app .page-main .page-img[data-v-73531f52] {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
z-index: 0;
|
||
width: 100vw;
|
||
height: 100vh;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.cart-box .cart-header[data-v-d3961c3f] {
|
||
position: fixed;
|
||
top: var(--d3961c3f-sys_navBar) rpx;
|
||
left: 0;
|
||
z-index: 1000;
|
||
box-sizing: border-box;
|
||
width: 100%;
|
||
height: 2.1875rem;
|
||
background-color: #f6f6f6;
|
||
}
|
||
.cart-box .cart-footer[data-v-d3961c3f] {
|
||
height: 3.125rem;
|
||
background-color: #fff;
|
||
}
|
||
.cart-box .cart-footer .pay-btn[data-v-d3961c3f] {
|
||
min-width: 6.25rem;
|
||
height: 2.5rem;
|
||
padding: 0 1.25rem;
|
||
line-height: 2.5rem;
|
||
border-radius: 1.25rem;
|
||
}
|
||
.cart-box .cart-content[data-v-d3961c3f] {
|
||
box-sizing: border-box;
|
||
width: 100%;
|
||
padding: 0 0.625rem;
|
||
margin-top: 2.1875rem;
|
||
}
|
||
.cart-box .cart-content .goods-box[data-v-d3961c3f] {
|
||
background-color: #fff;
|
||
}
|
||
.cart-box .cart-content .goods-box[data-v-d3961c3f]:last-child {
|
||
margin-bottom: 1.25rem;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.tag-icon-box[data-v-4abaee11] {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
z-index: 2;
|
||
}
|
||
.tag-icon-box .tag-icon[data-v-4abaee11] {
|
||
width: 2.25rem;
|
||
height: 1.375rem;
|
||
}
|
||
.seckill-tag[data-v-4abaee11] {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
z-index: 2;
|
||
width: 2.125rem;
|
||
height: 1.1875rem;
|
||
font-size: 0.75rem;
|
||
font-weight: 500;
|
||
line-height: 1rem;
|
||
color: #ffffff;
|
||
background: linear-gradient(90deg, #ff5854 0%, #ff2621 100%);
|
||
border-radius: 0.3125rem 0px 0.3125rem 0px;
|
||
}
|
||
.groupon-tag[data-v-4abaee11] {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
z-index: 2;
|
||
width: 2.125rem;
|
||
height: 1.1875rem;
|
||
font-size: 0.75rem;
|
||
font-weight: 500;
|
||
line-height: 1rem;
|
||
color: #ffffff;
|
||
background: linear-gradient(90deg, #fe832a 0%, #ff6600 100%);
|
||
border-radius: 0.3125rem 0px 0.3125rem 0px;
|
||
}
|
||
.goods-img[data-v-4abaee11] {
|
||
width: 100%;
|
||
height: 100%;
|
||
background-color: #f5f5f5;
|
||
}
|
||
.price-unit[data-v-4abaee11] {
|
||
margin-right: -4px;
|
||
}
|
||
.sales-text[data-v-4abaee11] {
|
||
display: table;
|
||
margin-left: 0;
|
||
font-size: 0.75rem;
|
||
color: #c4c4c4;
|
||
transform: scale(0.8);
|
||
}
|
||
.activity-tag[data-v-4abaee11] {
|
||
flex-shrink: 0;
|
||
padding: 0 0.3125rem;
|
||
font-size: 0.625rem;
|
||
line-height: 0.9375rem;
|
||
color: #ff0000;
|
||
border: 1px solid rgba(255, 0, 0, 0.25);
|
||
border-radius: 4px;
|
||
}
|
||
.goods-origin-price[data-v-4abaee11] {
|
||
font-size: 0.625rem;
|
||
line-height: 1.125rem;
|
||
color: #c4c4c4;
|
||
text-decoration: line-through;
|
||
}
|
||
.xs-goods-card[data-v-4abaee11] {
|
||
position: relative;
|
||
overflow: hidden;
|
||
background-color: #ffffff;
|
||
}
|
||
.xs-goods-card .xs-img-box[data-v-4abaee11] {
|
||
width: 4rem;
|
||
height: 4rem;
|
||
margin-right: 0.625rem;
|
||
}
|
||
.xs-goods-card .xs-goods-title[data-v-4abaee11] {
|
||
font-size: 0.8125rem;
|
||
font-weight: 500;
|
||
color: #333;
|
||
}
|
||
.xs-goods-card .xs-goods-price[data-v-4abaee11] {
|
||
font-size: 0.9375rem;
|
||
color: #ff3000;
|
||
}
|
||
.sm-goods-card[data-v-4abaee11] {
|
||
position: relative;
|
||
overflow: hidden;
|
||
background-color: #ffffff;
|
||
}
|
||
.sm-goods-card .sm-img-box[data-v-4abaee11] {
|
||
width: 100%;
|
||
height: 6.5rem;
|
||
}
|
||
.sm-goods-card .sm-goods-content[data-v-4abaee11] {
|
||
box-sizing: border-box;
|
||
padding: 0.625rem 0.5rem;
|
||
}
|
||
.sm-goods-card .sm-goods-title[data-v-4abaee11] {
|
||
font-size: 0.8125rem;
|
||
color: #333;
|
||
}
|
||
.sm-goods-card .sm-goods-price[data-v-4abaee11] {
|
||
font-size: 0.9375rem;
|
||
color: #ff3000;
|
||
}
|
||
.md-goods-card[data-v-4abaee11] {
|
||
position: relative;
|
||
z-index: 1;
|
||
width: 100%;
|
||
overflow: hidden;
|
||
background-color: #ffffff;
|
||
}
|
||
.md-goods-card .md-img-box[data-v-4abaee11] {
|
||
width: 100%;
|
||
}
|
||
.md-goods-card .md-goods-title[data-v-4abaee11] {
|
||
width: 100%;
|
||
font-size: 0.8125rem;
|
||
color: #333;
|
||
}
|
||
.md-goods-card .md-goods-subtitle[data-v-4abaee11] {
|
||
font-size: 0.75rem;
|
||
font-weight: 400;
|
||
color: #999999;
|
||
}
|
||
.md-goods-card .md-goods-price[data-v-4abaee11] {
|
||
font-size: 0.9375rem;
|
||
line-height: 1.125rem;
|
||
color: #ff3000;
|
||
}
|
||
.md-goods-card .cart-box[data-v-4abaee11] {
|
||
position: absolute;
|
||
right: 0.625rem;
|
||
bottom: 1.5625rem;
|
||
z-index: 2;
|
||
width: 1.6875rem;
|
||
height: 1.6875rem;
|
||
background: linear-gradient(90deg, #fe8900, #ff5e00);
|
||
border-radius: 50%;
|
||
}
|
||
.md-goods-card .cart-box .cart-icon[data-v-4abaee11] {
|
||
width: 0.9375rem;
|
||
height: 0.9375rem;
|
||
}
|
||
.lg-goods-card[data-v-4abaee11] {
|
||
position: relative;
|
||
z-index: 1;
|
||
height: 8.75rem;
|
||
overflow: hidden;
|
||
background-color: #ffffff;
|
||
}
|
||
.lg-goods-card .lg-img-box[data-v-4abaee11] {
|
||
width: 8.75rem;
|
||
height: 8.75rem;
|
||
margin-right: 0.625rem;
|
||
}
|
||
.lg-goods-card .lg-goods-title[data-v-4abaee11] {
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
color: #333333;
|
||
}
|
||
.lg-goods-card .lg-goods-subtitle[data-v-4abaee11] {
|
||
font-size: 0.75rem;
|
||
font-weight: 400;
|
||
color: #999999;
|
||
}
|
||
.lg-goods-card .lg-goods-price[data-v-4abaee11] {
|
||
font-size: 0.9375rem;
|
||
line-height: 1.125rem;
|
||
color: #ff3000;
|
||
}
|
||
.lg-goods-card .buy-box[data-v-4abaee11] {
|
||
position: absolute;
|
||
right: 0.625rem;
|
||
bottom: 0.625rem;
|
||
z-index: 2;
|
||
width: 3.75rem;
|
||
height: 1.5625rem;
|
||
font-size: 0.75rem;
|
||
color: #ffffff;
|
||
background: linear-gradient(90deg, #fe8900, #ff5e00);
|
||
border-radius: 0.78125rem;
|
||
}
|
||
.lg-goods-card .tag-box[data-v-4abaee11] {
|
||
width: 100%;
|
||
}
|
||
.sl-goods-card[data-v-4abaee11] {
|
||
position: relative;
|
||
z-index: 1;
|
||
width: 100%;
|
||
overflow: hidden;
|
||
background-color: #ffffff;
|
||
}
|
||
.sl-goods-card .sl-goods-content[data-v-4abaee11] {
|
||
box-sizing: border-box;
|
||
padding: 0.625rem 0.625rem;
|
||
}
|
||
.sl-goods-card .sl-img-box[data-v-4abaee11] {
|
||
width: 100%;
|
||
height: 11.25rem;
|
||
}
|
||
.sl-goods-card .sl-goods-title[data-v-4abaee11] {
|
||
font-size: 0.8125rem;
|
||
font-weight: 500;
|
||
color: #333;
|
||
}
|
||
.sl-goods-card .sl-goods-subtitle[data-v-4abaee11] {
|
||
font-size: 0.75rem;
|
||
font-weight: 400;
|
||
line-height: 0.9375rem;
|
||
color: #999999;
|
||
}
|
||
.sl-goods-card .sl-goods-price[data-v-4abaee11] {
|
||
font-size: 0.9375rem;
|
||
line-height: 1.125rem;
|
||
color: #ff3000;
|
||
}
|
||
.sl-goods-card .buy-box[data-v-4abaee11] {
|
||
position: absolute;
|
||
right: 0.625rem;
|
||
bottom: 0.625rem;
|
||
z-index: 2;
|
||
width: 4.625rem;
|
||
height: 1.5625rem;
|
||
font-size: 0.75rem;
|
||
color: #ffffff;
|
||
background: linear-gradient(90deg, #fe8900, #ff5e00);
|
||
border-radius: 0.78125rem;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.goods-md-wrap[data-v-d21c0114] {
|
||
width: 100%;
|
||
}
|
||
.goods-list-box[data-v-d21c0114] {
|
||
box-sizing: border-box;
|
||
width: 50%;
|
||
}
|
||
.goods-list-box .left-list[data-v-d21c0114]:nth-last-child(1) {
|
||
margin-bottom: 0 !important;
|
||
}
|
||
.goods-list-box .right-list[data-v-d21c0114]:nth-last-child(1) {
|
||
margin-bottom: 0 !important;
|
||
}
|
||
.goods-box[data-v-d21c0114]:nth-last-of-type(1) {
|
||
margin-bottom: 0 !important;
|
||
}
|
||
.goods-md-box[data-v-d21c0114],
|
||
.goods-sl-box[data-v-d21c0114],
|
||
.goods-lg-box[data-v-d21c0114] {
|
||
position: relative;
|
||
}
|
||
.goods-md-box .cart-btn[data-v-d21c0114],
|
||
.goods-sl-box .cart-btn[data-v-d21c0114],
|
||
.goods-lg-box .cart-btn[data-v-d21c0114] {
|
||
position: absolute;
|
||
right: 0.625rem;
|
||
bottom: 0.5625rem;
|
||
z-index: 11;
|
||
height: 1.5625rem;
|
||
padding: 0 0.625rem;
|
||
font-size: 0.75rem;
|
||
line-height: 1.5625rem;
|
||
color: #fff;
|
||
border-radius: 0.78125rem;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.goods-xs-box[data-v-5e440b7c] {
|
||
width: 100%;
|
||
}
|
||
.goods-xs-box .goods-xs-list[data-v-5e440b7c] {
|
||
box-sizing: border-box;
|
||
flex-shrink: 0;
|
||
width: 50%;
|
||
overflow: hidden;
|
||
}
|
||
.goods-sm-box[data-v-5e440b7c] {
|
||
box-sizing: border-box;
|
||
margin: 0 auto;
|
||
}
|
||
.goods-sm-box .goods-card-box[data-v-5e440b7c] {
|
||
box-sizing: border-box;
|
||
flex-shrink: 0;
|
||
width: 33.3%;
|
||
overflow: hidden;
|
||
}
|
||
.goods-scroll-box[data-v-5e440b7c] {
|
||
box-sizing: border-box;
|
||
width: 100%;
|
||
margin: 0 auto;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.goods-list[data-v-9aaf1567] {
|
||
position: relative;
|
||
}
|
||
.goods-list .cart-btn[data-v-9aaf1567] {
|
||
position: absolute;
|
||
bottom: 0.3125rem;
|
||
right: 0.625rem;
|
||
z-index: 11;
|
||
height: 1.5625rem;
|
||
line-height: 1.5625rem;
|
||
padding: 0 0.625rem;
|
||
border-radius: 0.78125rem;
|
||
font-size: 0.75rem;
|
||
color: #fff;
|
||
background: linear-gradient(90deg, #ff6600 0%, #fe832a 100%);
|
||
}
|
||
.goods-list[data-v-9aaf1567]:nth-last-of-type(1) {
|
||
margin-bottom: 0 !important;
|
||
}
|
||
.goods-sm-box[data-v-9aaf1567] {
|
||
margin: 0 auto;
|
||
box-sizing: border-box;
|
||
}
|
||
.goods-sm-box .goods-card-box[data-v-9aaf1567] {
|
||
flex-shrink: 0;
|
||
overflow: hidden;
|
||
width: 33.3%;
|
||
box-sizing: border-box;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.header-box[data-v-e9825f2b] {
|
||
height: 3.125rem;
|
||
}
|
||
.goods-list[data-v-e9825f2b] {
|
||
position: relative;
|
||
}
|
||
.goods-list[data-v-e9825f2b]:nth-last-child(1) {
|
||
margin-bottom: 0 !important;
|
||
}
|
||
.goods-list .cart-btn[data-v-e9825f2b] {
|
||
position: absolute;
|
||
bottom: 0.3125rem;
|
||
right: 0.625rem;
|
||
z-index: 11;
|
||
height: 1.5625rem;
|
||
line-height: 1.5625rem;
|
||
padding: 0 0.625rem;
|
||
border-radius: 0.78125rem;
|
||
font-size: 0.75rem;
|
||
color: #fff;
|
||
background: linear-gradient(90deg, #ff6600 0%, #fe832a 100%);
|
||
}
|
||
.goods-sm-box[data-v-e9825f2b] {
|
||
margin: 0 auto;
|
||
box-sizing: border-box;
|
||
}
|
||
.goods-sm-box .goods-card-box[data-v-e9825f2b] {
|
||
flex-shrink: 0;
|
||
overflow: hidden;
|
||
width: 33.3%;
|
||
box-sizing: border-box;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.md-goods-card[data-v-4b820e36] {
|
||
position: relative;
|
||
z-index: 1;
|
||
width: 100%;
|
||
height: 13.25rem;
|
||
overflow: hidden;
|
||
background-color: #ffffff;
|
||
}
|
||
.md-goods-card .icon-box[data-v-4b820e36] {
|
||
position: absolute;
|
||
top: 0.3125rem;
|
||
left: 0.625rem;
|
||
z-index: 1;
|
||
width: 4.25rem;
|
||
height: 1.25rem;
|
||
background: rgba(0, 0, 0, 0.5);
|
||
border-radius: 0.625rem;
|
||
}
|
||
.md-goods-card .icon-box .icon[data-v-4b820e36] {
|
||
width: 1.25rem;
|
||
height: 1.25rem;
|
||
border-radius: 0.625rem 0px 0.625rem 0.625rem;
|
||
}
|
||
.md-goods-card .icon-box .title[data-v-4b820e36] {
|
||
font-size: 0.75rem;
|
||
font-weight: 500;
|
||
color: #ffffff;
|
||
}
|
||
.md-goods-card .md-goods-content[data-v-4b820e36] {
|
||
position: absolute;
|
||
bottom: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
padding: 0.625rem;
|
||
background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.02) 100%);
|
||
}
|
||
.md-goods-card .md-img-box[data-v-4b820e36] {
|
||
width: 100%;
|
||
height: 100%;
|
||
-o-object-fit: cover;
|
||
object-fit: cover;
|
||
}
|
||
.md-goods-card .md-goods-title[data-v-4b820e36] {
|
||
width: 100%;
|
||
font-size: 0.8125rem;
|
||
color: #333;
|
||
}
|
||
.md-goods-card .md-goods-subtitle[data-v-4b820e36] {
|
||
font-size: 0.75rem;
|
||
font-weight: 400;
|
||
color: #999999;
|
||
}
|
||
.sl-goods-card[data-v-4b820e36] {
|
||
position: relative;
|
||
z-index: 1;
|
||
width: 100%;
|
||
height: 12.5rem;
|
||
overflow: hidden;
|
||
background-color: #ffffff;
|
||
}
|
||
.sl-goods-card .icon-box[data-v-4b820e36] {
|
||
position: absolute;
|
||
top: 0.3125rem;
|
||
left: 0.625rem;
|
||
z-index: 1;
|
||
width: 4.25rem;
|
||
height: 1.25rem;
|
||
background: rgba(0, 0, 0, 0.5);
|
||
border-radius: 0.625rem;
|
||
}
|
||
.sl-goods-card .icon-box .icon[data-v-4b820e36] {
|
||
width: 1.25rem;
|
||
height: 1.25rem;
|
||
border-radius: 0.625rem 0px 0.625rem 0.625rem;
|
||
}
|
||
.sl-goods-card .icon-box .title[data-v-4b820e36] {
|
||
font-size: 0.75rem;
|
||
font-weight: 500;
|
||
color: #ffffff;
|
||
}
|
||
.sl-goods-card .sl-goods-content[data-v-4b820e36] {
|
||
position: absolute;
|
||
bottom: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
padding: 0.625rem;
|
||
background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.02) 100%);
|
||
}
|
||
.sl-goods-card .sl-img-box[data-v-4b820e36] {
|
||
width: 100%;
|
||
height: 100%;
|
||
-o-object-fit: cover;
|
||
object-fit: cover;
|
||
}
|
||
.sl-goods-card .sl-goods-title[data-v-4b820e36] {
|
||
width: 100%;
|
||
font-size: 0.8125rem;
|
||
color: #333;
|
||
}
|
||
.sl-goods-card .sl-goods-subtitle[data-v-4b820e36] {
|
||
font-size: 0.75rem;
|
||
font-weight: 400;
|
||
color: #999999;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.goods-list-box[data-v-bad806d1] {
|
||
box-sizing: border-box;
|
||
flex-shrink: 0;
|
||
width: 50%;
|
||
overflow: hidden;
|
||
}
|
||
.goods-box[data-v-bad806d1]:nth-last-of-type(1) {
|
||
margin-bottom: 0 !important;
|
||
}
|
||
.goods-md-box[data-v-bad806d1],
|
||
.goods-sl-box[data-v-bad806d1] {
|
||
position: relative;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.xs-coupon-card[data-v-419931dc] {
|
||
width: 7.09375rem;
|
||
overflow: hidden;
|
||
border-radius: 0.3125rem;
|
||
}
|
||
.xs-coupon-card .value-text[data-v-419931dc] {
|
||
font-size: 1.5625rem;
|
||
font-weight: bold;
|
||
line-height: 1.5625rem;
|
||
color: var(--419931dc-textColor);
|
||
vertical-align: text-bottom;
|
||
}
|
||
.xs-coupon-card .value-unit[data-v-419931dc] {
|
||
font-size: 0.75rem;
|
||
line-height: 1.1875rem;
|
||
color: var(--419931dc-textColor);
|
||
}
|
||
.xs-coupon-card .title-text[data-v-419931dc] {
|
||
width: 4.6875rem;
|
||
font-size: 0.75rem;
|
||
line-height: 0.9375rem;
|
||
color: var(--419931dc-textColor);
|
||
text-align: center;
|
||
}
|
||
.xs-coupon-card .card-btn[data-v-419931dc] {
|
||
width: 4.375rem;
|
||
height: 1.5625rem;
|
||
font-size: 0.75rem;
|
||
line-height: 1.5625rem;
|
||
color: var(--419931dc-btnTextColor);
|
||
background-color: var(--419931dc-btnBg);
|
||
border-color: var(--419931dc-btnTextColor);
|
||
border-style: solid;
|
||
border-width: 1px;
|
||
border-radius: 0.78125rem;
|
||
}
|
||
.md-coupon-card[data-v-419931dc] {
|
||
width: 10.3125rem;
|
||
height: 5.25rem;
|
||
overflow: hidden;
|
||
border-radius: 0.3125rem;
|
||
}
|
||
.md-coupon-card .card-right[data-v-419931dc],
|
||
.md-coupon-card .card-left[data-v-419931dc] {
|
||
height: 100%;
|
||
}
|
||
.md-coupon-card .value-text[data-v-419931dc] {
|
||
font-size: 1.125rem;
|
||
font-weight: bold;
|
||
line-height: 1.125rem;
|
||
color: var(--419931dc-textColor);
|
||
vertical-align: text-bottom;
|
||
}
|
||
.md-coupon-card .value-unit[data-v-419931dc] {
|
||
font-size: 0.6875rem;
|
||
line-height: 0.875rem;
|
||
color: var(--419931dc-textColor);
|
||
}
|
||
.md-coupon-card .title-text[data-v-419931dc],
|
||
.md-coupon-card .surplus-text[data-v-419931dc] {
|
||
font-size: 0.6875rem;
|
||
line-height: 0.6875rem;
|
||
color: var(--419931dc-textColor);
|
||
}
|
||
.md-coupon-card .card-btn[data-v-419931dc] {
|
||
width: 1.875rem;
|
||
height: 100%;
|
||
}
|
||
.md-coupon-card .card-btn .btn-text[data-v-419931dc] {
|
||
font-size: 0.75rem;
|
||
color: var(--419931dc-btnTextColor);
|
||
text-align: center;
|
||
writing-mode: vertical-lr;
|
||
writing-mode: tb-lr;
|
||
}
|
||
.lg-coupon-card[data-v-419931dc] {
|
||
width: 22.125rem;
|
||
height: 5.25rem;
|
||
overflow: hidden;
|
||
border-radius: 0.3125rem;
|
||
}
|
||
.lg-coupon-card .card-right[data-v-419931dc],
|
||
.lg-coupon-card .card-left[data-v-419931dc] {
|
||
height: 100%;
|
||
}
|
||
.lg-coupon-card .value-text[data-v-419931dc] {
|
||
font-size: 1.5625rem;
|
||
font-weight: bold;
|
||
line-height: 1.5625rem;
|
||
color: var(--419931dc-textColor);
|
||
vertical-align: text-bottom;
|
||
}
|
||
.lg-coupon-card .value-unit[data-v-419931dc] {
|
||
font-size: 0.6875rem;
|
||
line-height: 1rem;
|
||
color: var(--419931dc-textColor);
|
||
}
|
||
.lg-coupon-card .title-text[data-v-419931dc],
|
||
.lg-coupon-card .sellby-text[data-v-419931dc],
|
||
.lg-coupon-card .surplus-text[data-v-419931dc] {
|
||
font-size: 0.6875rem;
|
||
line-height: 0.6875rem;
|
||
color: var(--419931dc-textColor);
|
||
}
|
||
.lg-coupon-card .card-right[data-v-419931dc] {
|
||
width: 6.25rem;
|
||
}
|
||
.lg-coupon-card .card-right .card-btn[data-v-419931dc] {
|
||
width: 4.375rem;
|
||
height: 1.5625rem;
|
||
font-size: 0.75rem;
|
||
line-height: 1.5625rem;
|
||
color: var(--419931dc-btnTextColor);
|
||
background-color: var(--419931dc-btnBg);
|
||
border-color: var(--419931dc-btnTextColor);
|
||
border-style: solid;
|
||
border-width: 1px;
|
||
border-radius: 0.78125rem;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.card-btn[data-v-ed608225] {
|
||
width: 4.375rem;
|
||
height: 1.5625rem;
|
||
border-radius: 0.78125rem;
|
||
font-size: 0.75rem;
|
||
line-height: 1.5625rem;
|
||
}
|
||
.card-btn.vertical[data-v-ed608225] {
|
||
width: 1.5625rem;
|
||
height: 4.375rem;
|
||
margin: auto 0.625rem auto 0;
|
||
}
|
||
.card-btn.vertical .btn-text[data-v-ed608225] {
|
||
font-size: 0.75rem;
|
||
text-align: center;
|
||
writing-mode: vertical-lr;
|
||
}
|
||
.coupon-item[data-v-ed608225]:nth-of-type(1) {
|
||
margin-left: 0 !important;
|
||
}
|
||
|
||
/* a 标签默认效果 */
|
||
._a[data-v-11c21da8] {
|
||
padding: 1.5px 0 1.5px 0;
|
||
color: #366092;
|
||
word-break: break-all;
|
||
}
|
||
|
||
/* a 标签点击态效果 */
|
||
._hover[data-v-11c21da8] {
|
||
text-decoration: underline;
|
||
opacity: 0.7;
|
||
}
|
||
|
||
/* 图片默认效果 */
|
||
._img[data-v-11c21da8] {
|
||
max-width: 100%;
|
||
-webkit-touch-callout: none;
|
||
}
|
||
|
||
/* 内部样式 */
|
||
._block[data-v-11c21da8] {
|
||
display: block;
|
||
}
|
||
._b[data-v-11c21da8],
|
||
._strong[data-v-11c21da8] {
|
||
font-weight: bold;
|
||
}
|
||
._code[data-v-11c21da8] {
|
||
font-family: monospace;
|
||
}
|
||
._del[data-v-11c21da8] {
|
||
text-decoration: line-through;
|
||
}
|
||
._em[data-v-11c21da8],
|
||
._i[data-v-11c21da8] {
|
||
font-style: italic;
|
||
}
|
||
._h1[data-v-11c21da8] {
|
||
font-size: 2em;
|
||
}
|
||
._h2[data-v-11c21da8] {
|
||
font-size: 1.5em;
|
||
}
|
||
._h3[data-v-11c21da8] {
|
||
font-size: 1.17em;
|
||
}
|
||
._h5[data-v-11c21da8] {
|
||
font-size: 0.83em;
|
||
}
|
||
._h6[data-v-11c21da8] {
|
||
font-size: 0.67em;
|
||
}
|
||
._h1[data-v-11c21da8],
|
||
._h2[data-v-11c21da8],
|
||
._h3[data-v-11c21da8],
|
||
._h4[data-v-11c21da8],
|
||
._h5[data-v-11c21da8],
|
||
._h6[data-v-11c21da8] {
|
||
display: block;
|
||
font-weight: bold;
|
||
}
|
||
._image[data-v-11c21da8] {
|
||
height: 1px;
|
||
}
|
||
._ins[data-v-11c21da8] {
|
||
text-decoration: underline;
|
||
}
|
||
._li[data-v-11c21da8] {
|
||
display: list-item;
|
||
}
|
||
._ol[data-v-11c21da8] {
|
||
list-style-type: decimal;
|
||
}
|
||
._ol[data-v-11c21da8],
|
||
._ul[data-v-11c21da8] {
|
||
display: block;
|
||
padding-left: 40px;
|
||
margin: 1em 0;
|
||
}
|
||
._q[data-v-11c21da8]::before {
|
||
content: '"';
|
||
}
|
||
._q[data-v-11c21da8]::after {
|
||
content: '"';
|
||
}
|
||
._sub[data-v-11c21da8] {
|
||
font-size: smaller;
|
||
vertical-align: sub;
|
||
}
|
||
._sup[data-v-11c21da8] {
|
||
font-size: smaller;
|
||
vertical-align: super;
|
||
}
|
||
._thead[data-v-11c21da8],
|
||
._tbody[data-v-11c21da8],
|
||
._tfoot[data-v-11c21da8] {
|
||
display: table-row-group;
|
||
}
|
||
._tr[data-v-11c21da8] {
|
||
display: table-row;
|
||
}
|
||
._td[data-v-11c21da8],
|
||
._th[data-v-11c21da8] {
|
||
display: table-cell;
|
||
vertical-align: middle;
|
||
}
|
||
._th[data-v-11c21da8] {
|
||
font-weight: bold;
|
||
text-align: center;
|
||
}
|
||
._ul[data-v-11c21da8] {
|
||
list-style-type: disc;
|
||
}
|
||
._ul ._ul[data-v-11c21da8] {
|
||
margin: 0;
|
||
list-style-type: circle;
|
||
}
|
||
._ul ._ul ._ul[data-v-11c21da8] {
|
||
list-style-type: square;
|
||
}
|
||
._abbr[data-v-11c21da8],
|
||
._b[data-v-11c21da8],
|
||
._code[data-v-11c21da8],
|
||
._del[data-v-11c21da8],
|
||
._em[data-v-11c21da8],
|
||
._i[data-v-11c21da8],
|
||
._ins[data-v-11c21da8],
|
||
._label[data-v-11c21da8],
|
||
._q[data-v-11c21da8],
|
||
._span[data-v-11c21da8],
|
||
._strong[data-v-11c21da8],
|
||
._sub[data-v-11c21da8],
|
||
._sup[data-v-11c21da8] {
|
||
display: inline;
|
||
}
|
||
._video[data-v-11c21da8] {
|
||
width: 300px;
|
||
height: 225px;
|
||
}
|
||
|
||
|
||
|
||
|
||
/* 根节点样式 */
|
||
._root[data-v-1e18fb5b] {
|
||
padding: 1px 0;
|
||
overflow-x: auto;
|
||
overflow-y: hidden;
|
||
-webkit-overflow-scrolling: touch;
|
||
}
|
||
|
||
/* 长按复制 */
|
||
._select[data-v-1e18fb5b] {
|
||
-webkit-user-select: text;
|
||
-moz-user-select: text;
|
||
user-select: text;
|
||
}
|
||
|
||
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.ss-user-info-wrap[data-v-d488225c] {
|
||
box-sizing: border-box;
|
||
}
|
||
.ss-user-info-wrap .avatar-box[data-v-d488225c] {
|
||
width: 3.125rem;
|
||
height: 3.125rem;
|
||
overflow: hidden;
|
||
border-radius: 50%;
|
||
}
|
||
.ss-user-info-wrap .avatar-box .avatar-img[data-v-d488225c] {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.ss-user-info-wrap .nick-name[data-v-d488225c] {
|
||
font-size: 1.0625rem;
|
||
font-weight: 400;
|
||
line-height: normal;
|
||
color: #333333;
|
||
}
|
||
.ss-user-info-wrap .vip-img[data-v-d488225c] {
|
||
width: 0.9375rem;
|
||
height: 0.9375rem;
|
||
}
|
||
.ss-user-info-wrap .sicon-qrcode[data-v-d488225c] {
|
||
font-size: 1.25rem;
|
||
}
|
||
.bind-mobile-box[data-v-d488225c] {
|
||
box-sizing: border-box;
|
||
width: 100%;
|
||
height: 2.625rem;
|
||
padding: 0 1.0625rem 0 1.375rem;
|
||
background: #ffffff;
|
||
box-shadow: 0px -0.25rem 0.28125rem 0px rgba(224, 224, 224, 0.3);
|
||
}
|
||
.bind-mobile-box .cicon-mobile-o[data-v-d488225c] {
|
||
font-size: 0.9375rem;
|
||
color: #ff690d;
|
||
}
|
||
.bind-mobile-box .mobile-title[data-v-d488225c] {
|
||
font-size: 0.75rem;
|
||
font-weight: 500;
|
||
color: #ff690d;
|
||
}
|
||
.bind-mobile-box .bind-btn[data-v-d488225c] {
|
||
width: 3.125rem;
|
||
height: 1.5625rem;
|
||
font-size: 0.75rem;
|
||
font-weight: 500;
|
||
color: #ffffff;
|
||
background: #ff6100;
|
||
border-radius: 0.78125rem;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.ss-order-menu-wrap .menu-item[data-v-02be8d20] {
|
||
height: 5rem;
|
||
position: relative;
|
||
z-index: 10;
|
||
}
|
||
.ss-order-menu-wrap .menu-item .menu-title[data-v-02be8d20] {
|
||
font-size: 0.75rem;
|
||
line-height: 0.75rem;
|
||
color: #333333;
|
||
}
|
||
.ss-order-menu-wrap .menu-item .item-icon[data-v-02be8d20] {
|
||
width: 1.375rem;
|
||
height: 1.375rem;
|
||
}
|
||
.ss-order-menu-wrap .menu-item .num-icon[data-v-02be8d20] {
|
||
position: absolute;
|
||
right: 0.5625rem;
|
||
top: 0.5625rem;
|
||
padding: 0 0.25rem;
|
||
height: 0.8125rem;
|
||
background: #ff4d4f;
|
||
border-radius: 0.40625rem;
|
||
color: #fefefe;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.ss-order-menu-wrap .menu-item .num-icon .num[data-v-02be8d20] {
|
||
font-size: 0.75rem;
|
||
transform: scale(0.8);
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.ss-wallet-menu-wrap .menu-wallet[data-v-d1b74d4f] {
|
||
width: 4.5rem;
|
||
}
|
||
.ss-wallet-menu-wrap .menu-item[data-v-d1b74d4f] {
|
||
height: 5rem;
|
||
}
|
||
.ss-wallet-menu-wrap .menu-item .menu-title[data-v-d1b74d4f] {
|
||
font-size: 0.75rem;
|
||
line-height: 0.75rem;
|
||
color: #333333;
|
||
}
|
||
.ss-wallet-menu-wrap .menu-item .item-icon[data-v-d1b74d4f] {
|
||
width: 1.375rem;
|
||
height: 1.375rem;
|
||
}
|
||
.ss-wallet-menu-wrap .menu-item .value-box[data-v-d1b74d4f] {
|
||
height: 1.5625rem;
|
||
text-align: center;
|
||
}
|
||
.ss-wallet-menu-wrap .menu-item .value-box .value-text[data-v-d1b74d4f] {
|
||
font-family: OPPOSANS;
|
||
font-size: 0.875rem;
|
||
line-height: 0.875rem;
|
||
color: #000000;
|
||
vertical-align: text-bottom;
|
||
}
|
||
.ss-wallet-menu-wrap .menu-item .value-box .unit-text[data-v-d1b74d4f] {
|
||
font-size: 0.75rem;
|
||
line-height: 0.75rem;
|
||
color: #343434;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.ss-coupon-menu-wrap .menu-item[data-v-5dbd620c] {
|
||
height: 5rem;
|
||
}
|
||
.ss-coupon-menu-wrap .menu-item .menu-title[data-v-5dbd620c] {
|
||
font-size: 0.75rem;
|
||
line-height: 0.75rem;
|
||
color: #333333;
|
||
}
|
||
.ss-coupon-menu-wrap .menu-item .item-icon[data-v-5dbd620c] {
|
||
width: 1.375rem;
|
||
height: 1.375rem;
|
||
}
|
||
.ss-coupon-menu-wrap .menu-wallet[data-v-5dbd620c] {
|
||
width: 4.5rem;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.empty-state[data-v-f262d0f3] {
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
justify-content: center;
|
||
text-align: center;
|
||
}
|
||
.empty-state .img[data-v-f262d0f3] {
|
||
width: 100%;
|
||
width: 250px;
|
||
height: auto;
|
||
margin: 20px 0;
|
||
}
|
||
.empty-state .txt[data-v-f262d0f3] {
|
||
font-size: 16px;
|
||
color: #666;
|
||
text-align: center;
|
||
}
|
||
|
||
.loading-animation[data-v-d759de86] {
|
||
display: flex;
|
||
gap: 5px;
|
||
justify-content: space-around;
|
||
width: 100px;
|
||
}
|
||
.ball[data-v-d759de86] {
|
||
width: 15px;
|
||
height: 15px;
|
||
border-radius: 50%;
|
||
animation: bounce-d759de86 1.2s infinite ease-in-out;
|
||
}
|
||
.ball[data-v-d759de86]:nth-child(1) {
|
||
animation-delay: -0.32s;
|
||
}
|
||
.ball[data-v-d759de86]:nth-child(2) {
|
||
animation-delay: -0.16s;
|
||
}
|
||
.ball[data-v-d759de86]:nth-child(3) {
|
||
animation-delay: -0.13s;
|
||
}
|
||
.ball[data-v-d759de86]:nth-child(4) {
|
||
animation-delay: -0.07s;
|
||
}
|
||
.ball[data-v-d759de86]:nth-child(5) {
|
||
animation-delay: -0.04s;
|
||
}
|
||
.ball[data-v-d759de86]:nth-child(6) {
|
||
animation-delay: 0s;
|
||
}
|
||
@keyframes bounce-d759de86 {
|
||
0%,
|
||
80%,
|
||
100% {
|
||
transform: scale(0);
|
||
}
|
||
40% {
|
||
transform: scale(1);
|
||
}
|
||
}
|
||
|
||
|
||
.recommended-services[data-v-bdee1576] {
|
||
width: 100%;
|
||
padding: 10px;
|
||
}
|
||
.masonry[data-v-bdee1576] {
|
||
gap: 10px;
|
||
-moz-column-gap: 15px;
|
||
column-gap: 15px;
|
||
width: 100%;
|
||
-moz-column-count: 2;
|
||
column-count: 2;
|
||
}
|
||
|
||
|
||
.carousel-container[data-v-99a7ce9b] {
|
||
position: relative;
|
||
width: 100vw;
|
||
height: 30vh;
|
||
background-color: #ff8261;
|
||
border-radius: 10px 10px 0 0;
|
||
}
|
||
.carousel[data-v-99a7ce9b] {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.banner-content[data-v-99a7ce9b] {
|
||
box-sizing: border-box;
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: flex-start;
|
||
justify-content: center;
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.banner-image[data-v-99a7ce9b] {
|
||
width: 100%;
|
||
-o-object-fit: cover;
|
||
object-fit: cover;
|
||
}
|
||
.custom-indicators[data-v-99a7ce9b] {
|
||
position: absolute;
|
||
bottom: 20%;
|
||
left: 5%;
|
||
display: flex;
|
||
justify-content: center;
|
||
}
|
||
.indicator[data-v-99a7ce9b] {
|
||
width: 10px;
|
||
height: 5px;
|
||
margin: 0 2px;
|
||
background-color: #cccccc;
|
||
border-radius: 5px;
|
||
transition: width 0.3s;
|
||
}
|
||
.indicator.active[data-v-99a7ce9b] {
|
||
width: 18px;
|
||
background-color: #ffc107;
|
||
}
|
||
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.wd-transition[data-v-879b24c0] {
|
||
transition-timing-function: ease;
|
||
}
|
||
.wd-fade-enter-active[data-v-879b24c0],
|
||
.wd-fade-leave-active[data-v-879b24c0] {
|
||
transition-property: opacity;
|
||
}
|
||
.wd-fade-enter[data-v-879b24c0],
|
||
.wd-fade-leave-to[data-v-879b24c0] {
|
||
opacity: 0;
|
||
}
|
||
.wd-fade-up-enter-active[data-v-879b24c0],
|
||
.wd-fade-up-leave-active[data-v-879b24c0],
|
||
.wd-fade-down-enter-active[data-v-879b24c0],
|
||
.wd-fade-down-leave-active[data-v-879b24c0],
|
||
.wd-fade-left-enter-active[data-v-879b24c0],
|
||
.wd-fade-left-leave-active[data-v-879b24c0],
|
||
.wd-fade-right-enter-active[data-v-879b24c0],
|
||
.wd-fade-right-enter-active[data-v-879b24c0] {
|
||
transition-property: opacity, transform;
|
||
}
|
||
.wd-fade-up-enter[data-v-879b24c0],
|
||
.wd-fade-up-leave-to[data-v-879b24c0] {
|
||
transform: translate3d(0, 100%, 0);
|
||
opacity: 0;
|
||
}
|
||
.wd-fade-down-enter[data-v-879b24c0],
|
||
.wd-fade-down-leave-to[data-v-879b24c0] {
|
||
transform: translate3d(0, -100%, 0);
|
||
opacity: 0;
|
||
}
|
||
.wd-fade-left-enter[data-v-879b24c0],
|
||
.wd-fade-left-leave-to[data-v-879b24c0] {
|
||
transform: translate3d(-100%, 0, 0);
|
||
opacity: 0;
|
||
}
|
||
.wd-fade-right-enter[data-v-879b24c0],
|
||
.wd-fade-right-leave-to[data-v-879b24c0] {
|
||
transform: translate3d(100%, 0, 0);
|
||
opacity: 0;
|
||
}
|
||
.wd-slide-up-enter-active[data-v-879b24c0],
|
||
.wd-slide-up-leave-active[data-v-879b24c0],
|
||
.wd-slide-down-enter-active[data-v-879b24c0],
|
||
.wd-slide-down-leave-active[data-v-879b24c0],
|
||
.wd-slide-left-enter-active[data-v-879b24c0],
|
||
.wd-slide-left-leave-active[data-v-879b24c0],
|
||
.wd-slide-right-enter-active[data-v-879b24c0],
|
||
.wd-slide-right-enter-active[data-v-879b24c0] {
|
||
transition-property: transform;
|
||
}
|
||
.wd-slide-up-enter[data-v-879b24c0],
|
||
.wd-slide-up-leave-to[data-v-879b24c0] {
|
||
transform: translate3d(0, 100%, 0);
|
||
}
|
||
.wd-slide-down-enter[data-v-879b24c0],
|
||
.wd-slide-down-leave-to[data-v-879b24c0] {
|
||
transform: translate3d(0, -100%, 0);
|
||
}
|
||
.wd-slide-left-enter[data-v-879b24c0],
|
||
.wd-slide-left-leave-to[data-v-879b24c0] {
|
||
transform: translate3d(-100%, 0, 0);
|
||
}
|
||
.wd-slide-right-enter[data-v-879b24c0],
|
||
.wd-slide-right-leave-to[data-v-879b24c0] {
|
||
transform: translate3d(100%, 0, 0);
|
||
}
|
||
.wd-zoom-in-enter-active[data-v-879b24c0],
|
||
.wd-zoom-in-leave-active[data-v-879b24c0] {
|
||
transition-property: opacity, transform;
|
||
transform-origin: center center;
|
||
}
|
||
.wd-zoom-in-enter[data-v-879b24c0],
|
||
.wd-zoom-in-leave-to[data-v-879b24c0] {
|
||
opacity: 0;
|
||
transform: scale(0.7);
|
||
}
|
||
/* 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
|
||
*/
|
||
/**
|
||
* 辅助函数
|
||
*/
|
||
/**
|
||
* 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 阴影
|
||
*/
|
||
/**
|
||
* 辅助函数
|
||
*/
|
||
/**
|
||
* 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 */
|
||
.wot-theme-dark .wd-overlay[data-v-60b321fa] {
|
||
background: var(--wot-overlay-bg-dark, rgba(0, 0, 0, 0.75));
|
||
}
|
||
.wd-overlay[data-v-60b321fa] {
|
||
position: fixed;
|
||
left: 0;
|
||
top: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
background: var(--wot-overlay-bg, rgba(0, 0, 0, 0.65));
|
||
}
|
||
|
||
.loading-animation[data-v-ca9fbe80] {
|
||
display: flex;
|
||
gap: 5px;
|
||
justify-content: space-around;
|
||
width: 100px;
|
||
}
|
||
.ball[data-v-ca9fbe80] {
|
||
width: 15px;
|
||
height: 15px;
|
||
border-radius: 50%;
|
||
animation: bounce-ca9fbe80 1.2s infinite ease-in-out;
|
||
}
|
||
.ball[data-v-ca9fbe80]:nth-child(1) {
|
||
animation-delay: -0.32s;
|
||
}
|
||
.ball[data-v-ca9fbe80]:nth-child(2) {
|
||
animation-delay: -0.16s;
|
||
}
|
||
.ball[data-v-ca9fbe80]:nth-child(3) {
|
||
animation-delay: -0.13s;
|
||
}
|
||
.ball[data-v-ca9fbe80]:nth-child(4) {
|
||
animation-delay: -0.07s;
|
||
}
|
||
.ball[data-v-ca9fbe80]:nth-child(5) {
|
||
animation-delay: -0.04s;
|
||
}
|
||
.ball[data-v-ca9fbe80]:nth-child(6) {
|
||
animation-delay: 0s;
|
||
}
|
||
@keyframes bounce-ca9fbe80 {
|
||
0%,
|
||
80%,
|
||
100% {
|
||
transform: scale(0);
|
||
}
|
||
40% {
|
||
transform: scale(1);
|
||
}
|
||
}
|
||
|
||
/* 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
|
||
*/
|
||
/**
|
||
* 辅助函数
|
||
*/
|
||
/**
|
||
* 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 阴影
|
||
*/
|
||
/**
|
||
* 辅助函数
|
||
*/
|
||
/**
|
||
* 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 */
|
||
.wot-theme-dark .wd-popover__pos[data-v-a71218c5] {
|
||
background: rgb(75, 76, 77);
|
||
color: var(--wot-dark-color, var(--wot-color-white, rgb(255, 255, 255)));
|
||
box-shadow: 0px 2px 10px 0px rgba(75, 76, 77, 0.1);
|
||
}
|
||
.wot-theme-dark .wd-popover__menu[data-v-a71218c5] {
|
||
background: rgb(75, 76, 77);
|
||
}
|
||
.wot-theme-dark .wd-popover__inner[data-v-a71218c5] {
|
||
background-color: rgb(75, 76, 77);
|
||
}
|
||
.wot-theme-dark .wd-popover__menu-inner[data-v-a71218c5] {
|
||
position: relative;
|
||
}
|
||
.wot-theme-dark .wd-popover__menu-inner[data-v-a71218c5]::after {
|
||
position: absolute;
|
||
display: block;
|
||
content: "";
|
||
width: 100%;
|
||
height: 1px;
|
||
left: 0;
|
||
top: 0;
|
||
transform: scaleY(0.5);
|
||
background: var(--wot-dark-border-color, #3a3a3c);
|
||
}
|
||
.wot-theme-dark .wd-popover__arrow[data-v-a71218c5] {
|
||
position: absolute;
|
||
width: var(--wot-popover-arrow-size, 6px);
|
||
height: var(--wot-popover-arrow-size, 6px);
|
||
z-index: var(--wot-popover-z-index, var(--wot-tooltip-z-index, 500))-1;
|
||
}
|
||
.wot-theme-dark .wd-popover__arrow-down[data-v-a71218c5] {
|
||
transform: translateX(-50%);
|
||
bottom: 0;
|
||
}
|
||
.wot-theme-dark .wd-popover__arrow-down[data-v-a71218c5]:after {
|
||
content: "";
|
||
width: var(--wot-popover-arrow-size, 6px);
|
||
height: var(--wot-popover-arrow-size, 6px);
|
||
background-color: rgb(75, 76, 77);
|
||
position: absolute;
|
||
left: 0;
|
||
bottom: calc(-1 * var(--wot-popover-arrow-size, 6px) / 2);
|
||
transform: rotateZ(45deg);
|
||
box-shadow: var(--wot-popover-arrow-box-shadow, 0px 2px 10px 0px rgba(0, 0, 0, 0.2));
|
||
}
|
||
.wot-theme-dark .wd-popover__arrow-up[data-v-a71218c5] {
|
||
transform: translateX(-50%);
|
||
top: 0;
|
||
}
|
||
.wot-theme-dark .wd-popover__arrow-up[data-v-a71218c5]:after {
|
||
content: "";
|
||
width: var(--wot-popover-arrow-size, 6px);
|
||
height: var(--wot-popover-arrow-size, 6px);
|
||
background-color: rgb(75, 76, 77);
|
||
position: absolute;
|
||
left: 0;
|
||
top: calc(-1 * var(--wot-popover-arrow-size, 6px) / 2);
|
||
transform: rotateZ(45deg);
|
||
box-shadow: var(--wot-popover-arrow-box-shadow, 0px 2px 10px 0px rgba(0, 0, 0, 0.2));
|
||
}
|
||
.wot-theme-dark .wd-popover__arrow-left[data-v-a71218c5] {
|
||
transform: translateY(-50%);
|
||
left: 0;
|
||
}
|
||
.wot-theme-dark .wd-popover__arrow-left[data-v-a71218c5]:after {
|
||
content: "";
|
||
width: var(--wot-popover-arrow-size, 6px);
|
||
height: var(--wot-popover-arrow-size, 6px);
|
||
background-color: rgb(75, 76, 77);
|
||
position: absolute;
|
||
left: calc(-1 * var(--wot-popover-arrow-size, 6px) / 2);
|
||
top: 0;
|
||
transform: rotateZ(45deg);
|
||
box-shadow: var(--wot-popover-arrow-box-shadow, 0px 2px 10px 0px rgba(0, 0, 0, 0.2));
|
||
}
|
||
.wot-theme-dark .wd-popover__arrow-right[data-v-a71218c5] {
|
||
transform: translateY(-50%);
|
||
right: 0;
|
||
}
|
||
.wot-theme-dark .wd-popover__arrow-right[data-v-a71218c5]:after {
|
||
content: "";
|
||
width: var(--wot-popover-arrow-size, 6px);
|
||
height: var(--wot-popover-arrow-size, 6px);
|
||
background-color: rgb(75, 76, 77);
|
||
position: absolute;
|
||
right: calc(-1 * var(--wot-popover-arrow-size, 6px) / 2);
|
||
top: 0;
|
||
transform: rotateZ(45deg);
|
||
box-shadow: var(--wot-popover-arrow-box-shadow, 0px 2px 10px 0px rgba(0, 0, 0, 0.2));
|
||
}
|
||
.wd-popover[data-v-a71218c5] {
|
||
position: relative;
|
||
display: inline-block;
|
||
}
|
||
[data-v-a71218c5] .wd-popover__icon {
|
||
vertical-align: middle;
|
||
font-size: 18px;
|
||
margin-right: 5px;
|
||
}
|
||
.wd-popover__menu-inner[data-v-a71218c5] {
|
||
position: relative;
|
||
padding: var(--wot-popover-padding, 15px) 0;
|
||
display: flex;
|
||
align-items: center;
|
||
position: relative;
|
||
}
|
||
.wd-popover__menu-inner[data-v-a71218c5]::after {
|
||
position: absolute;
|
||
display: block;
|
||
content: "";
|
||
width: 100%;
|
||
height: 1px;
|
||
left: 0;
|
||
top: 0;
|
||
transform: scaleY(0.5);
|
||
background: var(--wot-popover-border-color, rgba(0, 0, 0, 0.09));
|
||
}
|
||
.wd-popover__menu-inner[data-v-a71218c5]:first-child::after {
|
||
display: none;
|
||
}
|
||
.wd-popover__menu[data-v-a71218c5] {
|
||
display: inline-block;
|
||
padding: 0 var(--wot-popover-padding, 15px);
|
||
white-space: nowrap;
|
||
z-index: var(--wot-popover-z-index, var(--wot-tooltip-z-index, 500));
|
||
position: relative;
|
||
background: var(--wot-popover-bg, var(--wot-color-white, rgb(255, 255, 255)));
|
||
border-radius: var(--wot-popover-radius, 4px);
|
||
}
|
||
[data-v-a71218c5] .wd-popover__pos {
|
||
position: absolute;
|
||
box-sizing: border-box;
|
||
background-clip: padding-box;
|
||
text-align: center;
|
||
min-height: 36px;
|
||
z-index: var(--wot-popover-z-index, var(--wot-tooltip-z-index, 500));
|
||
line-height: var(--wot-popover-line-height, 18px);
|
||
font-size: var(--wot-popover-fs, var(--wot-fs-content, 14px));
|
||
border-radius: var(--wot-popover-radius, 4px);
|
||
transition: opacity 0.2s;
|
||
background: var(--wot-popover-bg, var(--wot-color-white, rgb(255, 255, 255)));
|
||
box-shadow: var(--wot-popover-box-shadow, 0px 2px 10px 0px rgba(0, 0, 0, 0.1));
|
||
color: var(--wot-popover-color, rgba(0, 0, 0, 0.85));
|
||
}
|
||
.wd-popover__hidden[data-v-a71218c5] {
|
||
left: -100vw;
|
||
visibility: hidden;
|
||
}
|
||
.wd-popover__container[data-v-a71218c5] {
|
||
position: relative;
|
||
line-height: var(--wot-tooltip-line-height, 18px);
|
||
font-size: var(--wot-tooltip-fs, var(--wot-fs-content, 14px));
|
||
}
|
||
.wd-popover__inner[data-v-a71218c5] {
|
||
position: relative;
|
||
white-space: nowrap;
|
||
padding: var(--wot-popover-padding, 15px);
|
||
line-height: var(--wot-popover-line-height, 18px);
|
||
z-index: var(--wot-popover-z-index, var(--wot-tooltip-z-index, 500));
|
||
background-color: var(--wot-popover-bg, var(--wot-color-white, rgb(255, 255, 255)));
|
||
border-radius: var(--wot-popover-radius, 4px);
|
||
}
|
||
[data-v-a71218c5] .wd-popover__close-icon {
|
||
font-size: 12px;
|
||
position: absolute;
|
||
right: -8px;
|
||
top: -10px;
|
||
transform: scale(0.5);
|
||
padding: 10px;
|
||
}
|
||
.wd-popover__arrow[data-v-a71218c5] {
|
||
position: absolute;
|
||
width: var(--wot-popover-arrow-size, 6px);
|
||
height: var(--wot-popover-arrow-size, 6px);
|
||
z-index: var(--wot-popover-z-index, var(--wot-tooltip-z-index, 500))-1;
|
||
}
|
||
.wd-popover__arrow-down[data-v-a71218c5] {
|
||
transform: translateX(-50%);
|
||
bottom: 0;
|
||
}
|
||
.wd-popover__arrow-down[data-v-a71218c5]:after {
|
||
content: "";
|
||
width: var(--wot-popover-arrow-size, 6px);
|
||
height: var(--wot-popover-arrow-size, 6px);
|
||
background-color: var(--wot-popover-bg, var(--wot-color-white, rgb(255, 255, 255)));
|
||
position: absolute;
|
||
left: 0;
|
||
bottom: calc(-1 * var(--wot-popover-arrow-size, 6px) / 2);
|
||
transform: rotateZ(45deg);
|
||
box-shadow: var(--wot-popover-arrow-box-shadow, 0px 2px 10px 0px rgba(0, 0, 0, 0.2));
|
||
}
|
||
.wd-popover__arrow-up[data-v-a71218c5] {
|
||
transform: translateX(-50%);
|
||
top: 0;
|
||
}
|
||
.wd-popover__arrow-up[data-v-a71218c5]:after {
|
||
content: "";
|
||
width: var(--wot-popover-arrow-size, 6px);
|
||
height: var(--wot-popover-arrow-size, 6px);
|
||
background-color: var(--wot-popover-bg, var(--wot-color-white, rgb(255, 255, 255)));
|
||
position: absolute;
|
||
left: 0;
|
||
top: calc(-1 * var(--wot-popover-arrow-size, 6px) / 2);
|
||
transform: rotateZ(45deg);
|
||
box-shadow: var(--wot-popover-arrow-box-shadow, 0px 2px 10px 0px rgba(0, 0, 0, 0.2));
|
||
}
|
||
.wd-popover__arrow-left[data-v-a71218c5] {
|
||
transform: translateY(-50%);
|
||
left: 0;
|
||
}
|
||
.wd-popover__arrow-left[data-v-a71218c5]:after {
|
||
content: "";
|
||
width: var(--wot-popover-arrow-size, 6px);
|
||
height: var(--wot-popover-arrow-size, 6px);
|
||
background-color: var(--wot-popover-bg, var(--wot-color-white, rgb(255, 255, 255)));
|
||
position: absolute;
|
||
left: calc(-1 * var(--wot-popover-arrow-size, 6px) / 2);
|
||
top: 0;
|
||
transform: rotateZ(45deg);
|
||
box-shadow: var(--wot-popover-arrow-box-shadow, 0px 2px 10px 0px rgba(0, 0, 0, 0.2));
|
||
}
|
||
.wd-popover__arrow-right[data-v-a71218c5] {
|
||
transform: translateY(-50%);
|
||
right: 0;
|
||
}
|
||
.wd-popover__arrow-right[data-v-a71218c5]:after {
|
||
content: "";
|
||
width: var(--wot-popover-arrow-size, 6px);
|
||
height: var(--wot-popover-arrow-size, 6px);
|
||
background-color: var(--wot-popover-bg, var(--wot-color-white, rgb(255, 255, 255)));
|
||
position: absolute;
|
||
right: calc(-1 * var(--wot-popover-arrow-size, 6px) / 2);
|
||
top: 0;
|
||
transform: rotateZ(45deg);
|
||
box-shadow: var(--wot-popover-arrow-box-shadow, 0px 2px 10px 0px rgba(0, 0, 0, 0.2));
|
||
}
|
||
/* 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
|
||
*/
|
||
/**
|
||
* 辅助函数
|
||
*/
|
||
/**
|
||
* 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 阴影
|
||
*/
|
||
/**
|
||
* 辅助函数
|
||
*/
|
||
/**
|
||
* 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 */
|
||
.wot-theme-dark .wd-search[data-v-a91253bc] {
|
||
background: var(--wot-dark-background4, #323233);
|
||
}
|
||
.wot-theme-dark .wd-search__block[data-v-a91253bc] {
|
||
background-color: var(--wot-dark-background, #131313);
|
||
}
|
||
.wot-theme-dark .wd-search__input[data-v-a91253bc] {
|
||
color: var(--wot-dark-color, var(--wot-color-white, rgb(255, 255, 255)));
|
||
}
|
||
.wot-theme-dark .wd-search__cover[data-v-a91253bc] {
|
||
background-color: var(--wot-dark-background, #131313);
|
||
}
|
||
.wot-theme-dark .wd-search__search-icon[data-v-a91253bc] {
|
||
color: var(--wot-dark-color, var(--wot-color-white, rgb(255, 255, 255)));
|
||
}
|
||
.wot-theme-dark .wd-search__search-left-icon[data-v-a91253bc] {
|
||
color: var(--wot-dark-color, var(--wot-color-white, rgb(255, 255, 255)));
|
||
}
|
||
.wot-theme-dark .wd-search__clear[data-v-a91253bc] {
|
||
color: var(--wot-dark-color, var(--wot-color-white, rgb(255, 255, 255)));
|
||
}
|
||
.wot-theme-dark .wd-search__cancel[data-v-a91253bc] {
|
||
color: var(--wot-dark-color, var(--wot-color-white, rgb(255, 255, 255)));
|
||
}
|
||
.wot-theme-dark .wd-search.is-light[data-v-a91253bc] {
|
||
background: var(--wot-dark-background4, #323233);
|
||
}
|
||
.wot-theme-dark .wd-search.is-light .wd-search__block[data-v-a91253bc] {
|
||
background: var(--wot-dark-background7, #707070);
|
||
}
|
||
.wot-theme-dark .wd-search.is-light .wd-search__cover[data-v-a91253bc] {
|
||
background: var(--wot-dark-background7, #707070);
|
||
}
|
||
.wd-search[data-v-a91253bc] {
|
||
display: flex;
|
||
padding: var(--wot-search-padding, 10px 0 10px var(--wot-search-side-padding, var(--wot-size-side-padding, 15px)));
|
||
align-items: center;
|
||
background: #fff;
|
||
}
|
||
.wd-search__block[data-v-a91253bc] {
|
||
flex: 1;
|
||
background-color: var(--wot-search-input-bg, var(--wot-color-bg, #f5f5f5));
|
||
border-radius: var(--wot-search-input-radius, 15px);
|
||
display: flex;
|
||
flex-direction: row;
|
||
align-items: center;
|
||
position: relative;
|
||
}
|
||
.wd-search__field[data-v-a91253bc] {
|
||
flex: 1;
|
||
display: flex;
|
||
flex-direction: row;
|
||
align-items: center;
|
||
position: relative;
|
||
}
|
||
.wd-search__input[data-v-a91253bc] {
|
||
flex: 1;
|
||
height: var(--wot-search-input-height, 30px);
|
||
box-sizing: border-box;
|
||
padding: var(--wot-search-input-padding, 0 32px 0 42px);
|
||
border: none;
|
||
background: transparent;
|
||
font-size: var(--wot-search-input-fs, var(--wot-fs-content, 14px));
|
||
-webkit-appearance: none;
|
||
outline: none;
|
||
color: var(--wot-search-input-color, #262626);
|
||
z-index: 0;
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
white-space: nowrap;
|
||
}
|
||
.wd-search__input[data-v-a91253bc]::-webkit-search-cancel-button {
|
||
-webkit-appearance: none;
|
||
}
|
||
.wd-search__cover[data-v-a91253bc] {
|
||
width: 100%;
|
||
height: var(--wot-search-input-height, 30px);
|
||
background-color: var(--wot-search-input-bg, var(--wot-color-bg, #f5f5f5));
|
||
line-height: var(--wot-search-input-height, 30px);
|
||
font-size: var(--wot-search-input-fs, var(--wot-fs-content, 14px));
|
||
border-radius: var(--wot-search-input-radius, 15px);
|
||
flex-direction: row;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
[data-v-a91253bc] .wd-search__search-icon {
|
||
margin-right: 8px;
|
||
color: var(--wot-search-icon-color, var(--wot-color-icon, #d9d9d9));
|
||
font-size: var(--wot-search-input-fs, var(--wot-fs-content, 14px));
|
||
height: var(--wot-search-input-height, 30px);
|
||
}
|
||
[data-v-a91253bc] .wd-search__search-left-icon {
|
||
position: absolute;
|
||
display: inline-block;
|
||
height: var(--wot-search-input-height, 30px);
|
||
line-height: var(--wot-search-input-height, 30px);
|
||
top: 50%;
|
||
left: 16px;
|
||
transform: translateY(-50%);
|
||
color: var(--wot-search-icon-color, var(--wot-color-icon, #d9d9d9));
|
||
font-size: var(--wot-search-input-fs, var(--wot-fs-content, 14px));
|
||
}
|
||
.wd-search__placeholder-txt[data-v-a91253bc] {
|
||
color: var(--wot-search-placeholder-color, #bfbfbf);
|
||
font-size: var(--wot-search-input-fs, var(--wot-fs-content, 14px));
|
||
}
|
||
[data-v-a91253bc] .wd-search__clear {
|
||
position: absolute;
|
||
right: 0;
|
||
padding: 6px 9px 6px 7px;
|
||
color: var(--wot-search-cancel-color, rgba(0, 0, 0, 0.65));
|
||
}
|
||
[data-v-a91253bc] .wd-search__clear-icon {
|
||
vertical-align: middle;
|
||
}
|
||
.wd-search__cancel[data-v-a91253bc] {
|
||
padding: var(--wot-search-cancel-padding, 0 var(--wot-search-side-padding, var(--wot-size-side-padding, 15px)) 0 10px);
|
||
height: var(--wot-search-input-height, 30px);
|
||
line-height: var(--wot-search-input-height, 30px);
|
||
font-size: var(--wot-search-cancel-fs, var(--wot-fs-title, 16px));
|
||
color: var(--wot-search-cancel-color, rgba(0, 0, 0, 0.65));
|
||
-webkit-tap-highlight-color: transparent;
|
||
}
|
||
.wd-search.is-light[data-v-a91253bc] {
|
||
background: var(--wot-search-light-bg, var(--wot-color-bg, #f5f5f5));
|
||
}
|
||
.wd-search.is-light .wd-search__block[data-v-a91253bc] {
|
||
background: #fff;
|
||
}
|
||
.wd-search.is-light .wd-search__cover[data-v-a91253bc] {
|
||
background: #fff;
|
||
}
|
||
.wd-search.is-without-cancel[data-v-a91253bc] {
|
||
padding-right: var(--wot-search-side-padding, var(--wot-size-side-padding, 15px));
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.search-type[data-v-87359d7f] {
|
||
position: relative;
|
||
height: 30px;
|
||
line-height: 30px;
|
||
padding: 0 8px 0 16px;
|
||
}
|
||
.search-type[data-v-87359d7f]::after {
|
||
position: absolute;
|
||
content: "";
|
||
width: 1px;
|
||
right: 0;
|
||
top: 5px;
|
||
bottom: 5px;
|
||
background: rgba(0, 0, 0, 0.25);
|
||
}
|
||
.search-type[data-v-87359d7f] .icon-arrow {
|
||
display: inline-block;
|
||
font-size: 20px;
|
||
vertical-align: middle;
|
||
}
|
||
.wd-search[data-v-87359d7f] {
|
||
background-color: #ff8261;
|
||
}
|
||
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
body[data-v-83a5a03c] {
|
||
width: 100%;
|
||
height: 100%;
|
||
background-color: #f9f9f9;
|
||
}
|
||
.profileRoot[data-v-83a5a03c] {
|
||
z-index: 999;
|
||
margin-top: -30px;
|
||
}
|
||
.container[data-v-83a5a03c] {
|
||
z-index: -999;
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.index[data-v-83a5a03c] {
|
||
display: flex;
|
||
flex-direction: column;
|
||
gap: 10px;
|
||
width: 90%;
|
||
height: 100%;
|
||
}
|
||
.order-status[data-v-83a5a03c] {
|
||
width: 100%;
|
||
padding: 10px;
|
||
background-color: #fff3e0;
|
||
}
|
||
.status-text[data-v-83a5a03c] {
|
||
font-size: 16px;
|
||
color: #ff7043;
|
||
}
|
||
.services[data-v-83a5a03c] {
|
||
box-sizing: border-box;
|
||
display: flex;
|
||
/* 设置子组件之间的宽度 */
|
||
gap: 15px;
|
||
justify-content: space-between;
|
||
width: 100%;
|
||
height: 22vh;
|
||
background-color: #ffffff;
|
||
}
|
||
.service-card[data-v-83a5a03c] {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
width: 100%;
|
||
height: 100%;
|
||
overflow: hidden;
|
||
border-radius: 10px;
|
||
}
|
||
.large-card[data-v-83a5a03c] {
|
||
width: 50%;
|
||
}
|
||
.small-card[data-v-83a5a03c] {
|
||
width: 100%;
|
||
margin-bottom: 10px;
|
||
}
|
||
.right-column[data-v-83a5a03c] {
|
||
box-sizing: border-box;
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: space-between;
|
||
width: 50%;
|
||
}
|
||
.service-image[data-v-83a5a03c] {
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 10px;
|
||
}
|
||
.head[data-v-83a5a03c] {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
}
|
||
.quick-title[data-v-83a5a03c] {
|
||
font-weight: 600;
|
||
}
|
||
.quick-more[data-v-83a5a03c] {
|
||
color: #a2a2a2;
|
||
} |