|
|
|
/**
|
|
|
|
* 这里是uni-app内置的常用样式变量
|
|
|
|
*
|
|
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
|
|
*
|
|
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
|
|
*/
|
|
|
|
/* 颜色变量 */
|
|
|
|
/* 行为相关颜色 */
|
|
|
|
/* 文字基本颜色 */
|
|
|
|
/* 背景颜色 */
|
|
|
|
/* 边框颜色 */
|
|
|
|
/* 尺寸变量 */
|
|
|
|
/* 文字尺寸 */
|
|
|
|
/* 图片尺寸 */
|
|
|
|
/* Border Radius */
|
|
|
|
/* 水平间距 */
|
|
|
|
/* 垂直间距 */
|
|
|
|
/* 透明度 */
|
|
|
|
/* 文章场景相关 */
|
|
|
|
.flex[data-v-fccdae3c] {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.flex-wrap[data-v-fccdae3c] {
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
.flex-c-c[data-v-fccdae3c] {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.flex-c-sb[data-v-fccdae3c] {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
.flex-c-sa[data-v-fccdae3c] {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-around;
|
|
|
|
}
|
|
|
|
.align-center[data-v-fccdae3c] {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.flex1[data-v-fccdae3c] {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
.flexnone[data-v-fccdae3c] {
|
|
|
|
flex: none;
|
|
|
|
}
|
|
|
|
.mt10[data-v-fccdae3c] {
|
|
|
|
margin-top: 0.3125rem;
|
|
|
|
}
|
|
|
|
.mt20[data-v-fccdae3c] {
|
|
|
|
margin-top: 0.625rem;
|
|
|
|
}
|
|
|
|
.ml10[data-v-fccdae3c] {
|
|
|
|
margin-left: 0.3125rem;
|
|
|
|
}
|
|
|
|
.ml20[data-v-fccdae3c] {
|
|
|
|
margin-left: 0.625rem;
|
|
|
|
}
|
|
|
|
.mb10[data-v-fccdae3c] {
|
|
|
|
margin-bottom: 0.3125rem;
|
|
|
|
}
|
|
|
|
.mb20[data-v-fccdae3c] {
|
|
|
|
margin-bottom: 0.625rem;
|
|
|
|
}
|
|
|
|
.mr10[data-v-fccdae3c] {
|
|
|
|
margin-right: 0.3125rem;
|
|
|
|
}
|
|
|
|
.mr20[data-v-fccdae3c] {
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
}
|
|
|
|
.pd10[data-v-fccdae3c] {
|
|
|
|
padding: 0.3125rem;
|
|
|
|
}
|
|
|
|
.pd15[data-v-fccdae3c] {
|
|
|
|
padding: 0.46875rem;
|
|
|
|
}
|
|
|
|
.pd20[data-v-fccdae3c] {
|
|
|
|
padding: 0.625rem;
|
|
|
|
}
|
|
|
|
.pb10[data-v-fccdae3c] {
|
|
|
|
padding-bottom: 0.3125rem;
|
|
|
|
}
|
|
|
|
.pb15[data-v-fccdae3c] {
|
|
|
|
padding-bottom: 0.46875rem;
|
|
|
|
}
|
|
|
|
.pb20[data-v-fccdae3c] {
|
|
|
|
padding-bottom: 0.625rem;
|
|
|
|
}
|
|
|
|
.pt10[data-v-fccdae3c] {
|
|
|
|
padding-top: 0.3125rem;
|
|
|
|
}
|
|
|
|
.pt15[data-v-fccdae3c] {
|
|
|
|
padding-top: 0.46875rem;
|
|
|
|
}
|
|
|
|
.pt20[data-v-fccdae3c] {
|
|
|
|
padding-top: 0.625rem;
|
|
|
|
}
|
|
|
|
.pl10[data-v-fccdae3c] {
|
|
|
|
padding-left: 0.3125rem;
|
|
|
|
}
|
|
|
|
.pl15[data-v-fccdae3c] {
|
|
|
|
padding-left: 0.46875rem;
|
|
|
|
}
|
|
|
|
.pl20[data-v-fccdae3c] {
|
|
|
|
padding-left: 0.625rem;
|
|
|
|
}
|
|
|
|
.pr10[data-v-fccdae3c] {
|
|
|
|
padding-right: 0.3125rem;
|
|
|
|
}
|
|
|
|
.pr15[data-v-fccdae3c] {
|
|
|
|
padding-right: 0.46875rem;
|
|
|
|
}
|
|
|
|
.pr20[data-v-fccdae3c] {
|
|
|
|
padding-right: 0.625rem;
|
|
|
|
}
|
|
|
|
.w100[data-v-fccdae3c] {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.h100[data-v-fccdae3c] {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.text-center[data-v-fccdae3c] {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.text-start[data-v-fccdae3c] {
|
|
|
|
text-align: start;
|
|
|
|
}
|
|
|
|
.text-end[data-v-fccdae3c] {
|
|
|
|
text-align: end;
|
|
|
|
}
|
|
|
|
.fwb[data-v-fccdae3c] {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.fwn[data-v-fccdae3c] {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
.rem-1[data-v-fccdae3c] {
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
.rem-0-8[data-v-fccdae3c] {
|
|
|
|
font-size: 0.8rem;
|
|
|
|
}
|
|
|
|
.rem-0-9[data-v-fccdae3c] {
|
|
|
|
font-size: 0.9rem;
|
|
|
|
}
|
|
|
|
.rem-1-5[data-v-fccdae3c] {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
}
|
|
|
|
.primaryColor[data-v-fccdae3c] {
|
|
|
|
color: #172e60;
|
|
|
|
}
|
|
|
|
.primaryColorIm[data-v-fccdae3c] {
|
|
|
|
color: #172e60 !important;
|
|
|
|
}
|
|
|
|
.header_container_bg[data-v-fccdae3c] {
|
|
|
|
background: linear-gradient(180deg, #D3832A 0%, rgba(211, 131, 42, 0) 100%);
|
|
|
|
padding: 0.625rem;
|
|
|
|
height: 6.25rem;
|
|
|
|
position: absolute;
|
|
|
|
width: 100vw;
|
|
|
|
}
|
|
|
|
.info[data-v-fccdae3c] {
|
|
|
|
color: var(--primaryColor);
|
|
|
|
font-size: 1rem;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.main_container[data-v-fccdae3c] {
|
|
|
|
position: relative;
|
|
|
|
padding: 0.625rem;
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
.main_container .title[data-v-fccdae3c] {
|
|
|
|
color: #8d97a3;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
}
|
|
|
|
.main_container .top[data-v-fccdae3c] {
|
|
|
|
background: #fff;
|
|
|
|
border-radius: 0.3125rem;
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
|
|
|
.main_container .top .dispatchInfo[data-v-fccdae3c] {
|
|
|
|
background: #f5f7fb;
|
|
|
|
border-radius: 0.3125rem;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
}
|
|
|
|
.main_container .top .signStatus[data-v-fccdae3c] {
|
|
|
|
height: -webkit-fit-content;
|
|
|
|
height: fit-content;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
padding: 0.46875rem 0.78125rem;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
margin-left: 0.625rem;
|
|
|
|
}
|
|
|
|
.main_container .top .signStatus.tp1[data-v-fccdae3c] {
|
|
|
|
background-color: #F8544B20;
|
|
|
|
color: var(--errColor);
|
|
|
|
}
|
|
|
|
.main_container .top .signStatus.tp2[data-v-fccdae3c] {
|
|
|
|
background-color: #fef3e7;
|
|
|
|
color: var(--subjectColor);
|
|
|
|
}
|
|
|
|
.main_container .top .signStatus.tp3[data-v-fccdae3c] {
|
|
|
|
background-color: #0086F120;
|
|
|
|
color: var(--primaryColor);
|
|
|
|
}
|
|
|
|
.main_container .superzone[data-v-fccdae3c] {
|
|
|
|
background: #fff;
|
|
|
|
border-radius: 0.3125rem;
|
|
|
|
}
|
|
|
|
.editBtn[data-v-fccdae3c] {
|
|
|
|
background: var(--subjectColor);
|
|
|
|
color: #fff;
|
|
|
|
padding: 0.3125rem 0.9375rem;
|
|
|
|
border-radius: 0.25rem;
|
|
|
|
transition: all 0.3s;
|
|
|
|
}
|
|
|
|
.editBtn.err[data-v-fccdae3c] {
|
|
|
|
background: var(--errColor);
|
|
|
|
}
|
|
|
|
.tabbar[data-v-fccdae3c] {
|
|
|
|
background-color: #fff;
|
|
|
|
position: relative;
|
|
|
|
border-radius: 0.3125rem;
|
|
|
|
overflow: hidden;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.tabbar .tabbar_item[data-v-fccdae3c] {
|
|
|
|
width: 25%;
|
|
|
|
height: 2.5rem;
|
|
|
|
line-height: 2.5rem;
|
|
|
|
text-align: center;
|
|
|
|
position: relative;
|
|
|
|
z-index: 9;
|
|
|
|
transition: all 0.3s;
|
|
|
|
}
|
|
|
|
.tabbar .tabbar_item.active[data-v-fccdae3c] {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.tabbar .active_container[data-v-fccdae3c] {
|
|
|
|
position: absolute;
|
|
|
|
background-color: var(--subjectColor);
|
|
|
|
width: 25%;
|
|
|
|
height: 2.5rem;
|
|
|
|
transition: all 0.3s;
|
|
|
|
}
|
|
|
|
.border_bottom[data-v-fccdae3c] {
|
|
|
|
border-bottom: 0.0625rem solid #ccc;
|
|
|
|
}
|
|
|
|
.table[data-v-fccdae3c] {
|
|
|
|
overflow: scroll;
|
|
|
|
border-top: 0.0625rem solid #ddd;
|
|
|
|
border-right: 0.0625rem solid #ddd;
|
|
|
|
max-height: 200px;
|
|
|
|
}
|
|
|
|
.table .table_row[data-v-fccdae3c] {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.table .table_row > uni-view[data-v-fccdae3c] {
|
|
|
|
flex: none;
|
|
|
|
padding: 0.15625rem;
|
|
|
|
border-left: 0.0625rem solid #ddd;
|
|
|
|
border-bottom: 0.0625rem solid #ddd;
|
|
|
|
font-size: 0.7rem;
|
|
|
|
text-align: center;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
width: 9.375rem;
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
|
|
|
.table .table_row > uni-view.title[data-v-fccdae3c] {
|
|
|
|
padding-top: 0.3125rem;
|
|
|
|
padding-bottom: 0.3125rem;
|
|
|
|
color: #000;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.table .table_row > uni-view.width1[data-v-fccdae3c] {
|
|
|
|
width: 2.5rem;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.table .table_row > uni-view.width2[data-v-fccdae3c] {
|
|
|
|
width: 4.375rem;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.table .table_body[data-v-fccdae3c] {
|
|
|
|
width: -webkit-fit-content;
|
|
|
|
width: fit-content;
|
|
|
|
}
|
|
|
|
.addButton[data-v-fccdae3c] {
|
|
|
|
background: var(--subjectColor);
|
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
padding: 0.625rem;
|
|
|
|
border-radius: 1.5625rem;
|
|
|
|
transition: all 0.3s;
|
|
|
|
}
|
|
|
|
.clickClass[data-v-fccdae3c] {
|
|
|
|
opacity: 0.8;
|
|
|
|
}
|
|
|
|
.mb40[data-v-fccdae3c] {
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
}
|