/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ uni-view[data-v-ac70166d], uni-scroll-view[data-v-ac70166d], uni-swiper-item[data-v-ac70166d] { display: flex; flex-direction: column; flex-shrink: 0; flex-grow: 0; flex-basis: auto; align-items: stretch; align-content: flex-start; } @font-face { font-family: "uicon-iconfont"; src: url("https://at.alicdn.com/t/font_2225171_8kdcwk4po24.ttf") format("truetype"); } .u-icon[data-v-ac70166d] { display: flex; align-items: center; } .u-icon--left[data-v-ac70166d] { flex-direction: row-reverse; align-items: center; } .u-icon--right[data-v-ac70166d] { flex-direction: row; align-items: center; } .u-icon--top[data-v-ac70166d] { flex-direction: column-reverse; justify-content: center; } .u-icon--bottom[data-v-ac70166d] { flex-direction: column; justify-content: center; } .u-icon__icon[data-v-ac70166d] { font-family: uicon-iconfont; position: relative; display: flex; flex-direction: row; align-items: center; } .u-icon__icon--primary[data-v-ac70166d] { color: #22ac38; } .u-icon__icon--success[data-v-ac70166d] { color: #22ac38; } .u-icon__icon--error[data-v-ac70166d] { color: #f56c6c; } .u-icon__icon--warning[data-v-ac70166d] { color: #f9ae3d; } .u-icon__icon--info[data-v-ac70166d] { color: #909399; } .u-icon__img[data-v-ac70166d] { height: auto; will-change: transform; } .u-icon__label[data-v-ac70166d] { line-height: 1; } /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ uni-view[data-v-df79975b], uni-scroll-view[data-v-df79975b], uni-swiper-item[data-v-df79975b] { display: flex; flex-direction: column; flex-shrink: 0; flex-grow: 0; flex-basis: auto; align-items: stretch; align-content: flex-start; } .u-input[data-v-df79975b] { display: flex; flex-direction: row; align-items: center; justify-content: space-between; flex: 1; } .u-input--radius[data-v-df79975b], .u-input--square[data-v-df79975b] { border-radius: 4px; } .u-input--no-radius[data-v-df79975b] { border-radius: 0; } .u-input--circle[data-v-df79975b] { border-radius: 100px; } .u-input__content[data-v-df79975b] { flex: 1; display: flex; flex-direction: row; align-items: center; justify-content: space-between; } .u-input__content__field-wrapper[data-v-df79975b] { position: relative; display: flex; flex-direction: row; margin: 0; flex: 1; } .u-input__content__field-wrapper__field[data-v-df79975b] { line-height: 26px; text-align: left; color: #303133; height: 24px; font-size: 15px; flex: 1; } .u-input__content__clear[data-v-df79975b] { width: 20px; height: 20px; border-radius: 100px; background-color: #c6c7cb; display: flex; flex-direction: row; align-items: center; justify-content: center; transform: scale(0.82); margin-left: 4px; } .u-input__content__subfix-icon[data-v-df79975b] { margin-left: 4px; } .u-input__content__prefix-icon[data-v-df79975b] { margin-right: 4px; } /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ uni-view[data-v-2af81691], uni-scroll-view[data-v-2af81691], uni-swiper-item[data-v-2af81691] { display: flex; flex-direction: column; flex-shrink: 0; flex-grow: 0; flex-basis: auto; align-items: stretch; align-content: flex-start; } .u-loading-icon[data-v-2af81691] { flex-direction: row; align-items: center; justify-content: center; color: #c8c9cc; } .u-loading-icon__text[data-v-2af81691] { margin-left: 4px; color: #606266; font-size: 14px; line-height: 20px; } .u-loading-icon__spinner[data-v-2af81691] { width: 30px; height: 30px; position: relative; box-sizing: border-box; max-width: 100%; max-height: 100%; animation: u-rotate-2af81691 1s linear infinite; } .u-loading-icon__spinner--semicircle[data-v-2af81691] { border-width: 2px; border-color: transparent; border-top-right-radius: 100px; border-top-left-radius: 100px; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-style: solid; } .u-loading-icon__spinner--circle[data-v-2af81691] { border-top-right-radius: 100px; border-top-left-radius: 100px; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-width: 2px; border-top-color: #e5e5e5; border-right-color: #e5e5e5; border-bottom-color: #e5e5e5; border-left-color: #e5e5e5; border-style: solid; } .u-loading-icon--vertical[data-v-2af81691] { flex-direction: column; } [data-v-2af81691]:host { font-size: 0px; line-height: 1; } .u-loading-icon__spinner--spinner[data-v-2af81691] { animation-timing-function: steps(12); } .u-loading-icon__text[data-v-2af81691]:empty { display: none; } .u-loading-icon--vertical .u-loading-icon__text[data-v-2af81691] { margin: 6px 0 0; color: #606266; } .u-loading-icon__dot[data-v-2af81691] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .u-loading-icon__dot[data-v-2af81691]:before { display: block; width: 2px; height: 25%; margin: 0 auto; background-color: currentColor; border-radius: 40%; content: " "; } .u-loading-icon__dot[data-v-2af81691]:nth-of-type(1) { transform: rotate(30deg); opacity: 1; } .u-loading-icon__dot[data-v-2af81691]:nth-of-type(2) { transform: rotate(60deg); opacity: 0.9375; } .u-loading-icon__dot[data-v-2af81691]:nth-of-type(3) { transform: rotate(90deg); opacity: 0.875; } .u-loading-icon__dot[data-v-2af81691]:nth-of-type(4) { transform: rotate(120deg); opacity: 0.8125; } .u-loading-icon__dot[data-v-2af81691]:nth-of-type(5) { transform: rotate(150deg); opacity: 0.75; } .u-loading-icon__dot[data-v-2af81691]:nth-of-type(6) { transform: rotate(180deg); opacity: 0.6875; } .u-loading-icon__dot[data-v-2af81691]:nth-of-type(7) { transform: rotate(210deg); opacity: 0.625; } .u-loading-icon__dot[data-v-2af81691]:nth-of-type(8) { transform: rotate(240deg); opacity: 0.5625; } .u-loading-icon__dot[data-v-2af81691]:nth-of-type(9) { transform: rotate(270deg); opacity: 0.5; } .u-loading-icon__dot[data-v-2af81691]:nth-of-type(10) { transform: rotate(300deg); opacity: 0.4375; } .u-loading-icon__dot[data-v-2af81691]:nth-of-type(11) { transform: rotate(330deg); opacity: 0.375; } .u-loading-icon__dot[data-v-2af81691]:nth-of-type(12) { transform: rotate(360deg); opacity: 0.3125; } @keyframes u-rotate-2af81691 { 0% { transform: rotate(0deg); } to { transform: rotate(1turn); } } /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ uni-view[data-v-5ce41ee6], uni-scroll-view[data-v-5ce41ee6], uni-swiper-item[data-v-5ce41ee6] { display: flex; flex-direction: column; flex-shrink: 0; flex-grow: 0; flex-basis: auto; align-items: stretch; align-content: flex-start; } .u-button[data-v-5ce41ee6] { width: 100%; } .u-button__text[data-v-5ce41ee6] { white-space: nowrap; line-height: 1; } .u-button[data-v-5ce41ee6]:before { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; border: inherit; border-radius: inherit; transform: translate(-50%, -50%); opacity: 0; content: " "; background-color: #000; border-color: #000; } .u-button--active[data-v-5ce41ee6]:before { opacity: 0.15; } .u-button__icon + .u-button__text[data-v-5ce41ee6]:not(:empty), .u-button__loading-text[data-v-5ce41ee6] { margin-left: 4px; } .u-button--plain.u-button--primary[data-v-5ce41ee6] { color: #22ac38; } .u-button--plain.u-button--info[data-v-5ce41ee6] { color: #909399; } .u-button--plain.u-button--success[data-v-5ce41ee6] { color: #22ac38; } .u-button--plain.u-button--error[data-v-5ce41ee6] { color: #f56c6c; } .u-button--plain.u-button--warning[data-v-5ce41ee6] { color: #f56c6c; } .u-button[data-v-5ce41ee6] { height: 52px; position: relative; align-items: center; justify-content: center; display: flex; flex-direction: row; box-sizing: border-box; flex-direction: row; } .u-button__text[data-v-5ce41ee6] { font-size: 16px; } .u-button__loading-text[data-v-5ce41ee6] { font-size: 16px; margin-left: 4px; } .u-button--large[data-v-5ce41ee6] { width: 100%; height: 64px; padding: 0 15px; font-size: 20px; } .u-button--normal[data-v-5ce41ee6] { padding: 0 12px; font-size: 16px; } .u-button--small[data-v-5ce41ee6] { min-width: 60px; height: 30px; padding: 0px 8px; font-size: 12px; } .u-button--mini[data-v-5ce41ee6] { height: 22px; font-size: 10px; min-width: 50px; padding: 0px 8px; } .u-button--disabled[data-v-5ce41ee6] { opacity: 0.5; } .u-button--info[data-v-5ce41ee6] { color: #323233; background-color: #fff; border-color: #ebedf0; border-width: 1px; border-style: solid; } .u-button--success[data-v-5ce41ee6] { color: #fff; background-color: #22ac38; border-color: #22ac38; border-width: 1px; border-style: solid; } .u-button--primary[data-v-5ce41ee6] { color: #fff; background-color: #22ac38; border-color: #22ac38; border-width: 1px; border-style: solid; } .u-button--error[data-v-5ce41ee6] { color: #fff; background-color: #f56c6c; border-color: #f56c6c; border-width: 1px; border-style: solid; } .u-button--warning[data-v-5ce41ee6] { color: #fff; background-color: #f9ae3d; border-color: #f9ae3d; border-width: 1px; border-style: solid; } .u-button--block[data-v-5ce41ee6] { display: flex; flex-direction: row; width: 100%; } .u-button--circle[data-v-5ce41ee6] { border-top-right-radius: 100px; border-top-left-radius: 100px; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; } .u-button--square[data-v-5ce41ee6] { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; } .u-button__icon[data-v-5ce41ee6] { min-width: 1em; line-height: inherit !important; vertical-align: top; } .u-button--plain[data-v-5ce41ee6] { background-color: #fff; } .u-button--hairline[data-v-5ce41ee6] { border-width: 0.5px !important; } /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .container[data-v-9a4165f6] { min-height: 100vh; background-color: #f5f5f5; } .header[data-v-9a4165f6] { background-color: #27ae60; padding: 0.625rem; color: white; text-align: center; font-size: 1.125rem; position: relative; } .header .title[data-v-9a4165f6] { font-weight: bold; } .main-content[data-v-9a4165f6] { padding: 20px; gap: 20px; } .input-group[data-v-9a4165f6] { display: flex; gap: 10px; margin-bottom: 0.9375rem; } .input-group[data-v-9a4165f6] .u-button { width: 5rem; } .input-group .u-input[data-v-9a4165f6] { background-color: #fff; } .status-box[data-v-9a4165f6] { margin: 0.625rem; background-color: #fff; border-radius: 0.3125rem; overflow: hidden; border: 1px solid #f0f0f0; } .status-box .status-header[data-v-9a4165f6] { background-color: #f1c40f; padding: 0.3125rem 0.625rem; color: #333; font-weight: bold; } .status-box .status-message[data-v-9a4165f6] { padding: 0.625rem; border-bottom: 1px solid #eee; font-weight: bold; } .status-box .status-option[data-v-9a4165f6] { padding: 0.3125rem 0.625rem; border-bottom: 1px solid #eee; } .status-box .footer[data-v-9a4165f6] { padding: 0.3125rem 0.625rem; color: #999; font-size: 0.75rem; text-align: right; } .fixed-bottom[data-v-9a4165f6] { position: fixed; bottom: 0; left: 0; right: 0; } .fixed-bottom .scan-button[data-v-9a4165f6] { background-color: #27ae60; }