You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
837 lines
21 KiB
837 lines
21 KiB
/** |
|
* 这里是uni-app内置的常用样式变量 |
|
* |
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 |
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App |
|
* |
|
*/ |
|
/** |
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 |
|
* |
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 |
|
*/ |
|
/* 颜色变量 */ |
|
/* 行为相关颜色 */ |
|
/* 文字基本颜色 */ |
|
/* 背景颜色 */ |
|
/* 边框颜色 */ |
|
/* 尺寸变量 */ |
|
/* 文字尺寸 */ |
|
/* 图片尺寸 */ |
|
/* Border Radius */ |
|
/* 水平间距 */ |
|
/* 垂直间距 */ |
|
/* 透明度 */ |
|
/* 文章场景相关 */ |
|
.uni-table-th[data-v-bf970acd] { |
|
padding: 12px 10px; |
|
display: table-cell; |
|
box-sizing: border-box; |
|
font-size: 14px; |
|
font-weight: bold; |
|
color: #909399; |
|
border-bottom: 1px #ebeef5 solid; |
|
} |
|
.uni-table-th-row[data-v-bf970acd] { |
|
display: flex; |
|
flex-direction: row; |
|
} |
|
.table--border[data-v-bf970acd] { |
|
border-right: 1px #ebeef5 solid; |
|
} |
|
.uni-table-th-content[data-v-bf970acd] { |
|
display: flex; |
|
align-items: center; |
|
flex: 1; |
|
} |
|
.arrow[data-v-bf970acd] { |
|
display: block; |
|
position: relative; |
|
width: 10px; |
|
height: 8px; |
|
left: 5px; |
|
overflow: hidden; |
|
cursor: pointer; |
|
} |
|
.down[data-v-bf970acd] { |
|
top: 3px; |
|
} |
|
.down[data-v-bf970acd] ::after { |
|
content: ""; |
|
width: 8px; |
|
height: 8px; |
|
position: absolute; |
|
left: 2px; |
|
top: -5px; |
|
transform: rotate(45deg); |
|
background-color: #ccc; |
|
} |
|
.down.active[data-v-bf970acd] ::after { |
|
background-color: #007aff; |
|
} |
|
.up[data-v-bf970acd] ::after { |
|
content: ""; |
|
width: 8px; |
|
height: 8px; |
|
position: absolute; |
|
left: 2px; |
|
top: 5px; |
|
transform: rotate(45deg); |
|
background-color: #ccc; |
|
} |
|
.up.active[data-v-bf970acd] ::after { |
|
background-color: #007aff; |
|
} |
|
/** |
|
* 这里是uni-app内置的常用样式变量 |
|
* |
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 |
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App |
|
* |
|
*/ |
|
/** |
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 |
|
* |
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 |
|
*/ |
|
/* 颜色变量 */ |
|
/* 行为相关颜色 */ |
|
/* 文字基本颜色 */ |
|
/* 背景颜色 */ |
|
/* 边框颜色 */ |
|
/* 尺寸变量 */ |
|
/* 文字尺寸 */ |
|
/* 图片尺寸 */ |
|
/* Border Radius */ |
|
/* 水平间距 */ |
|
/* 垂直间距 */ |
|
/* 透明度 */ |
|
/* 文章场景相关 */ |
|
.uni-table-checkbox[data-v-25e435b1] { |
|
display: flex; |
|
flex-direction: row; |
|
align-items: center; |
|
justify-content: center; |
|
position: relative; |
|
margin: 5px 0; |
|
cursor: pointer; |
|
} |
|
.uni-table-checkbox .checkbox__inner[data-v-25e435b1] { |
|
flex-shrink: 0; |
|
box-sizing: border-box; |
|
position: relative; |
|
width: 16px; |
|
height: 16px; |
|
border: 1px solid #DCDFE6; |
|
border-radius: 2px; |
|
background-color: #fff; |
|
z-index: 1; |
|
} |
|
.uni-table-checkbox .checkbox__inner .checkbox__inner-icon[data-v-25e435b1] { |
|
position: absolute; |
|
top: 2px; |
|
left: 5px; |
|
height: 7px; |
|
width: 3px; |
|
border: 1px solid #fff; |
|
border-left: 0; |
|
border-top: 0; |
|
opacity: 0; |
|
transform-origin: center; |
|
transform: rotate(45deg); |
|
box-sizing: content-box; |
|
} |
|
.uni-table-checkbox .checkbox__inner.checkbox--indeterminate[data-v-25e435b1] { |
|
border-color: #007aff; |
|
background-color: #007aff; |
|
} |
|
.uni-table-checkbox .checkbox__inner.checkbox--indeterminate .checkbox__inner-icon[data-v-25e435b1] { |
|
position: absolute; |
|
opacity: 1; |
|
transform: rotate(0deg); |
|
height: 2px; |
|
top: 0; |
|
bottom: 0; |
|
margin: auto; |
|
left: 0px; |
|
right: 0px; |
|
bottom: 0; |
|
width: auto; |
|
border: none; |
|
border-radius: 2px; |
|
transform: scale(0.5); |
|
background-color: #fff; |
|
} |
|
.uni-table-checkbox .checkbox__inner[data-v-25e435b1]:hover { |
|
border-color: #007aff; |
|
} |
|
.uni-table-checkbox .checkbox__inner.is-disable[data-v-25e435b1] { |
|
background-color: #F2F6FC; |
|
border-color: #DCDFE6; |
|
} |
|
.uni-table-checkbox .checkbox__inner.is-checked[data-v-25e435b1] { |
|
border-color: #007aff; |
|
background-color: #007aff; |
|
} |
|
.uni-table-checkbox .checkbox__inner.is-checked .checkbox__inner-icon[data-v-25e435b1] { |
|
opacity: 1; |
|
transform: rotate(45deg); |
|
} |
|
.uni-table-checkbox .checkbox__inner.is-checked.is-disable[data-v-25e435b1] { |
|
opacity: 0.4; |
|
} |
|
/** |
|
* 这里是uni-app内置的常用样式变量 |
|
* |
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 |
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App |
|
* |
|
*/ |
|
/** |
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 |
|
* |
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 |
|
*/ |
|
/* 颜色变量 */ |
|
/* 行为相关颜色 */ |
|
/* 文字基本颜色 */ |
|
/* 背景颜色 */ |
|
/* 边框颜色 */ |
|
/* 尺寸变量 */ |
|
/* 文字尺寸 */ |
|
/* 图片尺寸 */ |
|
/* Border Radius */ |
|
/* 水平间距 */ |
|
/* 垂直间距 */ |
|
/* 透明度 */ |
|
/* 文章场景相关 */ |
|
.uni-table-tr[data-v-b48b3e32] { |
|
display: table-row; |
|
transition: all 0.3s; |
|
box-sizing: border-box; |
|
} |
|
.checkbox[data-v-b48b3e32] { |
|
padding: 0 8px; |
|
width: 26px; |
|
padding-left: 12px; |
|
display: table-cell; |
|
vertical-align: middle; |
|
color: #333; |
|
font-weight: 500; |
|
border-bottom: 1px #ebeef5 solid; |
|
font-size: 14px; |
|
} |
|
.tr-table--border[data-v-b48b3e32] { |
|
border-right: 1px #ebeef5 solid; |
|
} |
|
/** |
|
* 这里是uni-app内置的常用样式变量 |
|
* |
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 |
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App |
|
* |
|
*/ |
|
/** |
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 |
|
* |
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 |
|
*/ |
|
/* 颜色变量 */ |
|
/* 行为相关颜色 */ |
|
/* 文字基本颜色 */ |
|
/* 背景颜色 */ |
|
/* 边框颜色 */ |
|
/* 尺寸变量 */ |
|
/* 文字尺寸 */ |
|
/* 图片尺寸 */ |
|
/* Border Radius */ |
|
/* 水平间距 */ |
|
/* 垂直间距 */ |
|
/* 透明度 */ |
|
/* 文章场景相关 */ |
|
.uni-table-td[data-v-edae4802] { |
|
display: table-cell; |
|
padding: 8px 10px; |
|
font-size: 14px; |
|
border-bottom: 1px #EBEEF5 solid; |
|
font-weight: 400; |
|
color: #606266; |
|
line-height: 23px; |
|
box-sizing: border-box; |
|
} |
|
.table--border[data-v-edae4802] { |
|
border-right: 1px #EBEEF5 solid; |
|
} |
|
/** |
|
* 这里是uni-app内置的常用样式变量 |
|
* |
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 |
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App |
|
* |
|
*/ |
|
/** |
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 |
|
* |
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 |
|
*/ |
|
/* 颜色变量 */ |
|
/* 行为相关颜色 */ |
|
/* 文字基本颜色 */ |
|
/* 背景颜色 */ |
|
/* 边框颜色 */ |
|
/* 尺寸变量 */ |
|
/* 文字尺寸 */ |
|
/* 图片尺寸 */ |
|
/* Border Radius */ |
|
/* 水平间距 */ |
|
/* 垂直间距 */ |
|
/* 透明度 */ |
|
/* 文章场景相关 */ |
|
.uni-table-scroll[data-v-c1ea9b5d] { |
|
width: 100%; |
|
overflow-x: auto; |
|
} |
|
.uni-table[data-v-c1ea9b5d] { |
|
position: relative; |
|
width: 100%; |
|
border-radius: 5px; |
|
background-color: #fff; |
|
box-sizing: border-box; |
|
display: table; |
|
overflow-x: auto; |
|
} |
|
.uni-table[data-v-c1ea9b5d] .uni-table-tr:nth-child(n+2):hover { |
|
background-color: #f5f7fa; |
|
} |
|
.uni-table[data-v-c1ea9b5d] .uni-table-thead .uni-table-tr:hover { |
|
background-color: #fafafa; |
|
} |
|
.table--border[data-v-c1ea9b5d] { |
|
border: 1px #ebeef5 solid; |
|
border-right: none; |
|
} |
|
.border-none[data-v-c1ea9b5d] { |
|
border-bottom: none; |
|
} |
|
.table--stripe[data-v-c1ea9b5d] .uni-table-tr:nth-child(2n+3) { |
|
background-color: #fafafa; |
|
} |
|
|
|
/* 表格加载、无数据样式 */ |
|
.uni-table-loading[data-v-c1ea9b5d] { |
|
position: relative; |
|
display: table-row; |
|
height: 50px; |
|
line-height: 50px; |
|
overflow: hidden; |
|
box-sizing: border-box; |
|
} |
|
.empty-border[data-v-c1ea9b5d] { |
|
border-right: 1px #ebeef5 solid; |
|
} |
|
.uni-table-text[data-v-c1ea9b5d] { |
|
position: absolute; |
|
right: 0; |
|
left: 0; |
|
text-align: center; |
|
font-size: 14px; |
|
color: #999; |
|
} |
|
.uni-table-mask[data-v-c1ea9b5d] { |
|
position: absolute; |
|
top: 0; |
|
bottom: 0; |
|
left: 0; |
|
right: 0; |
|
background-color: rgba(255, 255, 255, 0.8); |
|
z-index: 99; |
|
display: flex; |
|
margin: auto; |
|
transition: all 0.5s; |
|
justify-content: center; |
|
align-items: center; |
|
} |
|
.uni-table--loader[data-v-c1ea9b5d] { |
|
width: 30px; |
|
height: 30px; |
|
border: 2px solid #aaa; |
|
border-radius: 50%; |
|
animation: 2s uni-table--loader-c1ea9b5d linear infinite; |
|
position: relative; |
|
} |
|
@keyframes uni-table--loader-c1ea9b5d { |
|
0% { |
|
transform: rotate(360deg); |
|
} |
|
10% { |
|
border-left-color: transparent; |
|
} |
|
20% { |
|
border-bottom-color: transparent; |
|
} |
|
30% { |
|
border-right-color: transparent; |
|
} |
|
40% { |
|
border-top-color: transparent; |
|
} |
|
50% { |
|
transform: rotate(0deg); |
|
} |
|
60% { |
|
border-top-color: transparent; |
|
} |
|
70% { |
|
border-left-color: transparent; |
|
} |
|
80% { |
|
border-bottom-color: transparent; |
|
} |
|
90% { |
|
border-right-color: transparent; |
|
} |
|
100% { |
|
transform: rotate(-360deg); |
|
} |
|
} |
|
.select_wrap[data-v-7a3666ce] { |
|
width: 7.5rem; |
|
height: 2rem; |
|
box-sizing: border-box; |
|
display: inline-block; |
|
position: relative; |
|
} |
|
.select_wrap .select_input[data-v-7a3666ce] { |
|
-webkit-appearance: none; |
|
background-color: #F5F5F6; |
|
background-image: none; |
|
border-radius: 0.3125rem; |
|
border: 0.03125rem solid #EEEEEE; |
|
color: #092C4D; |
|
font-size: inherit; |
|
display: flex; |
|
align-items: center; |
|
outline: none; |
|
padding: 0 0.3125rem; |
|
height: 2rem; |
|
box-sizing: border-box; |
|
transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); |
|
width: 100%; |
|
padding-right: 0.3125rem; |
|
} |
|
.select_wrap .select_input .input_info[data-v-7a3666ce] { |
|
font-size: 0.875rem; |
|
width: 100%; |
|
height: 100%; |
|
margin-left: 0.3125rem; |
|
} |
|
.select_wrap .select_input .input_info .text_tips[data-v-7a3666ce] { |
|
height: 100%; |
|
color: #092C4D; |
|
font-size: 0.875rem; |
|
} |
|
.select_wrap .select_input .icon_arrow[data-v-7a3666ce] { |
|
position: absolute; |
|
width: 1.5625rem; |
|
height: 2rem; |
|
right: 0; |
|
top: 0; |
|
text-align: center; |
|
color: #c0c4cc; |
|
cursor: pointer; |
|
display: flex; |
|
justify-content: center; |
|
align-items: center; |
|
z-index: 999; |
|
} |
|
.select_wrap .select_input .icon_arrow .arrow[data-v-7a3666ce] { |
|
width: 0.5625rem; |
|
height: 0.5625rem; |
|
background-color: transparent; |
|
/* 模块背景为透明 */ |
|
border-color: #c0c4cc; |
|
border-style: solid; |
|
border-width: 0.03125rem 0.03125rem 0 0; |
|
transition: all 0.3s; |
|
box-sizing: border-box; |
|
/*箭头方向可以自由切换角度*/ |
|
} |
|
.select_wrap .select_input .icon_arrow .arrow_down[data-v-7a3666ce] { |
|
transform: rotate(-45deg); |
|
margin-top: 0.15625rem; |
|
} |
|
.select_wrap .select_input .icon_arrow .arrow_up[data-v-7a3666ce] { |
|
transform: rotate(135deg); |
|
margin-top: -0.15625rem; |
|
} |
|
.select_wrap .select_input .icon_arrow .arrow-clear[data-v-7a3666ce] { |
|
width: 0.84375rem; |
|
height: 0.84375rem; |
|
border: 0.03125rem solid #c0c4cc; |
|
color: #c0c4cc; |
|
border-radius: 50%; |
|
display: flex; |
|
justify-content: center; |
|
align-items: center; |
|
font-size: 0.8125rem; |
|
} |
|
.select_wrap .select_input .icon_arrow .arrow-clear > uni-image[data-v-7a3666ce] { |
|
width: 0.65625rem; |
|
height: 0.65625rem; |
|
} |
|
.select_wrap .select_input_select[data-v-7a3666ce] { |
|
border-color: #D3832A80; |
|
} |
|
.select_modal_con[data-v-7a3666ce] { |
|
width: 100%; |
|
transform-origin: center top; |
|
z-index: 2062; |
|
position: absolute; |
|
top: 1.25rem; |
|
left: 0; |
|
border: 0.03125rem solid #e4e7ed; |
|
border-radius: 0.125rem; |
|
background-color: #fff; |
|
box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1); |
|
box-sizing: border-box; |
|
margin-top: 1.25rem; |
|
} |
|
.select_modal_con .cons_arrow[data-v-7a3666ce] { |
|
position: absolute; |
|
display: block; |
|
width: 0; |
|
height: 0; |
|
border-color: transparent; |
|
border-style: solid; |
|
top: -0.1875rem; |
|
left: 10%; |
|
margin-right: 0.09375rem; |
|
border-top-width: 0; |
|
border-bottom-color: #ebeef5; |
|
} |
|
.select_modal_con .cons_arrow[data-v-7a3666ce]:after { |
|
content: " "; |
|
border-width: 0.1875rem; |
|
position: absolute; |
|
display: block; |
|
width: 0; |
|
height: 0; |
|
border-color: transparent; |
|
border-style: solid; |
|
margin-left: -0.1875rem; |
|
border-top-width: 0; |
|
border-bottom-color: #fff; |
|
} |
|
.select_modal[data-v-7a3666ce] { |
|
overflow: scroll; |
|
} |
|
.select_modal .select_content[data-v-7a3666ce] { |
|
list-style: none; |
|
padding: 0.375rem 0; |
|
margin: 0; |
|
box-sizing: border-box; |
|
} |
|
.select_modal .select_content .select_content_li[data-v-7a3666ce] { |
|
font-size: 0.875rem; |
|
padding: 0.25rem 0.5625rem; |
|
position: relative; |
|
white-space: nowrap; |
|
overflow: hidden; |
|
text-overflow: ellipsis; |
|
color: #606266; |
|
display: flex; |
|
align-items: center; |
|
justify-content: flex-start; |
|
box-sizing: border-box; |
|
cursor: pointer; |
|
} |
|
.select_modal .select_content .select_content_li.selected[data-v-7a3666ce] { |
|
color: #D3832A90; |
|
font-weight: 700; |
|
background-color: #f5f7fa; |
|
} |
|
.select_modal .select_content .select_content_li[data-v-7a3666ce]:hover { |
|
background-color: #f5f7fa; |
|
} |
|
|
|
/** |
|
* 这里是uni-app内置的常用样式变量 |
|
* |
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 |
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App |
|
* |
|
*/ |
|
/** |
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 |
|
* |
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 |
|
*/ |
|
/* 颜色变量 */ |
|
/* 行为相关颜色 */ |
|
/* 文字基本颜色 */ |
|
/* 背景颜色 */ |
|
/* 边框颜色 */ |
|
/* 尺寸变量 */ |
|
/* 文字尺寸 */ |
|
/* 图片尺寸 */ |
|
/* Border Radius */ |
|
/* 水平间距 */ |
|
/* 垂直间距 */ |
|
/* 透明度 */ |
|
/* 文章场景相关 */ |
|
.butlur[data-v-6197e305] { |
|
width: 6.25rem !important; |
|
height: 2rem !important; |
|
background: #D3832A; |
|
border-radius: 0.25rem; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
font-size: 1rem; |
|
font-weight: 400; |
|
color: #FFFFFF; |
|
} |
|
.tabtip[data-v-6197e305] { |
|
position: relative; |
|
z-index: 999; |
|
display: flex; |
|
align-items: center; |
|
justify-content: space-between; |
|
} |
|
.tabtip > uni-view[data-v-6197e305] { |
|
width: 50%; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
background-color: #ffffff; |
|
font-size: 1rem; |
|
font-weight: 400; |
|
color: #90A0AF; |
|
} |
|
.tabtip > uni-view > uni-view[data-v-6197e305] { |
|
height: 2.5rem; |
|
border-bottom: 0.25rem solid #ffffff; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
} |
|
.tabtip .xz[data-v-6197e305] { |
|
color: #D3832A; |
|
border-bottom: 0.25rem solid #D3832A; |
|
} |
|
.hdtp[data-v-6197e305] { |
|
position: relative; |
|
z-index: 999; |
|
padding: 1.0625rem 1rem; |
|
box-sizing: border-box; |
|
background-color: #ffffff; |
|
display: flex; |
|
flex-direction: column; |
|
align-items: center; |
|
} |
|
.hdtp > uni-view[data-v-6197e305] { |
|
width: 100%; |
|
display: flex; |
|
align-items: center; |
|
justify-content: space-between; |
|
font-size: 0.875rem; |
|
font-weight: 400; |
|
color: #092C4D; |
|
margin-bottom: 0.75rem; |
|
} |
|
.hdtp > uni-view[data-v-6197e305]:nth-last-child(1) { |
|
margin-bottom: 0; |
|
} |
|
.hdtp > uni-view > uni-view[data-v-6197e305] { |
|
width: 50%; |
|
} |
|
.scve[data-v-6197e305] { |
|
width: 100%; |
|
height: 50vh; |
|
margin-top: 0.625rem; |
|
overflow: hidden; |
|
} |
|
.scve .mabx[data-v-6197e305] { |
|
display: flex; |
|
flex-direction: column; |
|
align-items: center; |
|
} |
|
.scve .mabx > .itec[data-v-6197e305] { |
|
width: 21.4375rem; |
|
background: #FFFFFF; |
|
border-radius: 0.25rem; |
|
padding: 1.125rem 0.75rem; |
|
box-sizing: border-box; |
|
position: relative; |
|
margin-bottom: 0.625rem; |
|
overflow: hidden; |
|
} |
|
.scve .mabx > .itec[data-v-6197e305]:nth-last-child(1) { |
|
margin-bottom: 0; |
|
} |
|
.scve .mabx > .itec > .contenbx1[data-v-6197e305] { |
|
display: flex; |
|
align-items: center; |
|
justify-content: space-between; |
|
font-size: 0.875rem; |
|
color: #092C4D; |
|
margin-bottom: 0.625rem; |
|
} |
|
.scve .mabx > .itec > .contenbx1[data-v-6197e305]:nth-last-child(1) { |
|
margin-bottom: 0; |
|
} |
|
.scve .mabx > .itec > .contenbx1 > uni-view[data-v-6197e305] { |
|
flex: 1; |
|
} |
|
.scve .mabx > .itec .tip[data-v-6197e305] { |
|
position: absolute; |
|
right: 0; |
|
top: 0; |
|
width: 3rem; |
|
height: 1.5rem; |
|
border-radius: 0 0.25rem 0 0.25rem; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
font-size: 0.75rem; |
|
} |
|
.scve .mabx > .itec .tp1[data-v-6197e305] { |
|
background-color: #0086F120; |
|
color: #0086F1; |
|
} |
|
.scve .mabx > .itec .tp2[data-v-6197e305] { |
|
background-color: #F8544B20; |
|
color: #F8544B; |
|
} |
|
.scve .mabx > .itec .tp3[data-v-6197e305] { |
|
background-color: #FA8C1620; |
|
color: #FA8C16; |
|
} |
|
.scinp[data-v-6197e305] { |
|
position: relative; |
|
z-index: 999; |
|
display: flex; |
|
align-items: center; |
|
justify-content: space-between; |
|
padding: 0.375rem 1rem; |
|
box-sizing: border-box; |
|
background-color: #ffffff; |
|
} |
|
.scinp > uni-view[data-v-6197e305]:nth-of-type(1) { |
|
font-size: 0.875rem; |
|
font-weight: 400; |
|
color: #092C4D; |
|
} |
|
.scinp .inputs[data-v-6197e305] { |
|
width: 8.625rem; |
|
height: 2rem; |
|
background: #F5F5F6; |
|
border-radius: 0.25rem; |
|
opacity: 1; |
|
border: 0.0625rem solid #EEEEEE; |
|
padding: 0.3125rem; |
|
box-sizing: border-box; |
|
font-size: 0.75rem; |
|
font-weight: 400; |
|
color: #AFB4BA; |
|
} |
|
.scinp .inputs > uni-input[data-v-6197e305] { |
|
flex: 1; |
|
font-size: 0.75rem; |
|
color: #092C4D; |
|
} |
|
.scinp .btscan[data-v-6197e305] { |
|
width: 4rem; |
|
height: 2rem; |
|
background: #D3832A; |
|
border-radius: 0.25rem; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
font-size: 1rem; |
|
font-weight: 400; |
|
color: #FFFFFF; |
|
} |
|
.hdtpnum[data-v-6197e305] { |
|
position: relative; |
|
z-index: 999; |
|
display: flex; |
|
align-items: center; |
|
justify-content: space-around; |
|
background-color: #ffffff; |
|
padding: 0.875rem 0; |
|
border-bottom: 0.09375rem solid #EEEEEE; |
|
} |
|
.hdtpnum > uni-view[data-v-6197e305] { |
|
display: flex; |
|
align-items: center; |
|
flex-direction: column; |
|
font-size: 0.875rem; |
|
font-weight: 400; |
|
color: #092C4D; |
|
} |
|
.hdtpnum > uni-view:nth-of-type(1) > uni-view[data-v-6197e305]:nth-of-type(2) { |
|
color: #092C4D; |
|
} |
|
.hdtpnum > uni-view:nth-of-type(2) > uni-view[data-v-6197e305]:nth-of-type(2) { |
|
color: #0086F1; |
|
} |
|
.hdtpnum > uni-view:nth-of-type(3) > uni-view[data-v-6197e305]:nth-of-type(2) { |
|
color: #3AD8BC; |
|
} |
|
.hdtpnum > uni-view:nth-of-type(4) > uni-view[data-v-6197e305]:nth-of-type(2) { |
|
color: #FA8C16; |
|
} |
|
.hdtpnum > uni-view > uni-view[data-v-6197e305]:nth-of-type(2) { |
|
font-size: 1.125rem; |
|
font-weight: 400; |
|
color: #092C4D; |
|
margin-top: 0.625rem; |
|
} |
|
.abnormalStyleContainer[data-v-6197e305] { |
|
top: -0.625rem; |
|
left: -0.625rem; |
|
position: absolute; |
|
padding: 0.3125rem; |
|
border: 0.03125rem solid #f8544b; |
|
border-radius: 50%; |
|
} |
|
.abnormalStyle[data-v-6197e305] { |
|
font-size: 0.875rem; |
|
height: 2.5rem; |
|
width: 2.5rem; |
|
display: flex; |
|
align-items: center; |
|
text-align: center; |
|
color: #f8544b; |
|
padding: 0.3125rem; |
|
border-radius: 50%; |
|
border: 0.03125rem solid #f8544b; |
|
opacity: 0.6; |
|
} |
|
.uni-table-scroll[data-v-6197e305] { |
|
zoom: 0.8; |
|
} |
|
.uni-table-td[data-v-6197e305], |
|
.uni-table-th[data-v-6197e305] { |
|
padding: 0.3125rem; |
|
} |
|
.active[data-v-6197e305] { |
|
background-color: #ff4344; |
|
} |
|
.active uni-view[data-v-6197e305] { |
|
color: #fff; |
|
} |
|
.active td[data-v-6197e305] { |
|
color: #fff; |
|
} |
|
.uni-table .active[data-v-6197e305]:hover { |
|
background: #ff4344 !important; |
|
} |
|
.uni-scroll-view[data-v-6197e305] { |
|
overflow: hidden; |
|
} |
|
.isScan[data-v-6197e305] { |
|
background: var(--subjectColor); |
|
color: #fff; |
|
} |