301 lines
5.9 KiB
Plaintext
301 lines
5.9 KiB
Plaintext
|
@charset "UTF-8";
|
|||
|
/**
|
|||
|
* 这里是uni-app内置的常用样式变量
|
|||
|
*
|
|||
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|||
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|||
|
*
|
|||
|
*/
|
|||
|
/**
|
|||
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|||
|
*
|
|||
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|||
|
*/
|
|||
|
/* 颜色变量 */
|
|||
|
/* 行为相关颜色 */
|
|||
|
/* 文字基本颜色 */
|
|||
|
/* 背景颜色 */
|
|||
|
/* 边框颜色 */
|
|||
|
/* 尺寸变量 */
|
|||
|
/* 文字尺寸 */
|
|||
|
/* 图片尺寸 */
|
|||
|
/* Border Radius */
|
|||
|
/* 水平间距 */
|
|||
|
/* 垂直间距 */
|
|||
|
/* 透明度 */
|
|||
|
/* 文章场景相关 */
|
|||
|
.content.data-v-5f3cdb66 {
|
|||
|
width: 100%;
|
|||
|
height: calc(100vh);
|
|||
|
background-color: #F6F6F6;
|
|||
|
box-sizing: border-box;
|
|||
|
}
|
|||
|
.ping-bottom.data-v-5f3cdb66 {
|
|||
|
width: 100%;
|
|||
|
display: flex;
|
|||
|
justify-content: space-between;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 0px 15px;
|
|||
|
}
|
|||
|
.c-top.data-v-5f3cdb66 {
|
|||
|
width: 100%;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 15px;
|
|||
|
padding-top: 55px;
|
|||
|
display: flex;
|
|||
|
justify-content: space-between;
|
|||
|
align-items: center;
|
|||
|
background-color: white;
|
|||
|
}
|
|||
|
.c-title.data-v-5f3cdb66 {
|
|||
|
font-size: 18px;
|
|||
|
font-weight: bold;
|
|||
|
}
|
|||
|
.ail.data-v-5f3cdb66 {
|
|||
|
width: 100%;
|
|||
|
background-color: #F6F6F6;
|
|||
|
box-sizing: border-box;
|
|||
|
padding-bottom: 20px;
|
|||
|
}
|
|||
|
.top-box.data-v-5f3cdb66 {
|
|||
|
width: 95%;
|
|||
|
border-radius: 5px;
|
|||
|
box-sizing: border-box;
|
|||
|
background-color: white;
|
|||
|
margin: 10px auto;
|
|||
|
}
|
|||
|
.cont-box.data-v-5f3cdb66 {
|
|||
|
width: 100%;
|
|||
|
border-radius: 5px;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 18px;
|
|||
|
background-color: white;
|
|||
|
margin: 10px auto;
|
|||
|
}
|
|||
|
.charts-box.data-v-5f3cdb66 {
|
|||
|
width: 100%;
|
|||
|
height: 300px;
|
|||
|
}
|
|||
|
.t-bottom.data-v-5f3cdb66 {
|
|||
|
width: 100%;
|
|||
|
height: 130px;
|
|||
|
border-top: 1px solid #EEEEEE;
|
|||
|
box-sizing: border-box;
|
|||
|
}
|
|||
|
.t-top.data-v-5f3cdb66 {
|
|||
|
width: 100%;
|
|||
|
display: flex;
|
|||
|
justify-content: center;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 15px;
|
|||
|
padding-bottom: 0px;
|
|||
|
}
|
|||
|
.sis.data-v-5f3cdb66 {
|
|||
|
width: 33%;
|
|||
|
}
|
|||
|
.dinga.data-v-5f3cdb66 {
|
|||
|
font-size: 14px;
|
|||
|
font-weight: bold;
|
|||
|
}
|
|||
|
.sys.data-v-5f3cdb66 {
|
|||
|
width: 25%;
|
|||
|
}
|
|||
|
.sys2.data-v-5f3cdb66 {
|
|||
|
width: 33%;
|
|||
|
}
|
|||
|
.t-title.data-v-5f3cdb66 {
|
|||
|
width: 100%;
|
|||
|
text-align: center;
|
|||
|
font-size: 14px;
|
|||
|
font-weight: 400;
|
|||
|
color: #333333;
|
|||
|
line-height: 14px;
|
|||
|
}
|
|||
|
.t-num.data-v-5f3cdb66 {
|
|||
|
width: 100%;
|
|||
|
text-align: center;
|
|||
|
font-size: 22px;
|
|||
|
font-weight: bold;
|
|||
|
color: #0D2E8D;
|
|||
|
line-height: 26px;
|
|||
|
margin: 5px auto;
|
|||
|
}
|
|||
|
.cont-title.data-v-5f3cdb66 {
|
|||
|
font-size: 16px;
|
|||
|
font-weight: 500;
|
|||
|
color: #333333;
|
|||
|
}
|
|||
|
.charts-box.data-v-5f3cdb66 {
|
|||
|
width: 100%;
|
|||
|
height: 300px;
|
|||
|
}
|
|||
|
.wrap-box.data-v-5f3cdb66 {
|
|||
|
width: 100%;
|
|||
|
box-sizing: border-box;
|
|||
|
display: flex;
|
|||
|
flex-wrap: wrap;
|
|||
|
margin: 10px auto;
|
|||
|
}
|
|||
|
.w-box.data-v-5f3cdb66 {
|
|||
|
width: 33%;
|
|||
|
box-sizing: border-box;
|
|||
|
text-align: center;
|
|||
|
margin-bottom: 10px;
|
|||
|
}
|
|||
|
.imgicon.data-v-5f3cdb66 {
|
|||
|
width: 33px;
|
|||
|
height: 28px;
|
|||
|
margin: 0 auto;
|
|||
|
}
|
|||
|
.imgicon image.data-v-5f3cdb66 {
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
}
|
|||
|
.t-zhong.data-v-5f3cdb66 {
|
|||
|
font-size: 14px;
|
|||
|
font-weight: 400;
|
|||
|
color: #333333;
|
|||
|
margin: 3px auto;
|
|||
|
}
|
|||
|
.lanbnum.data-v-5f3cdb66 {
|
|||
|
font-size: 26px;
|
|||
|
font-weight: bold;
|
|||
|
color: #0D2E8D;
|
|||
|
}
|
|||
|
.b-title.data-v-5f3cdb66 {
|
|||
|
width: 100%;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: space-between;
|
|||
|
font-size: 14px;
|
|||
|
font-weight: 400;
|
|||
|
color: #666666;
|
|||
|
margin-bottom: 10px;
|
|||
|
}
|
|||
|
.b-zuo.data-v-5f3cdb66 {
|
|||
|
width: 20%;
|
|||
|
}
|
|||
|
.b-zhong.data-v-5f3cdb66 {
|
|||
|
text-align: left;
|
|||
|
width: 60%;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
.b-you.data-v-5f3cdb66 {
|
|||
|
width: 20%;
|
|||
|
}
|
|||
|
.touxiang.data-v-5f3cdb66 {
|
|||
|
width: 40px;
|
|||
|
height: 40px;
|
|||
|
border-radius: 50%;
|
|||
|
background-color: salmon;
|
|||
|
overflow: hidden;
|
|||
|
margin-right: 10px;
|
|||
|
}
|
|||
|
.touxiang image.data-v-5f3cdb66 {
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
}
|
|||
|
.one.data-v-5f3cdb66 {
|
|||
|
width: 24px;
|
|||
|
height: 24px;
|
|||
|
border-radius: 50%;
|
|||
|
background: #FEB947;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
color: white;
|
|||
|
}
|
|||
|
.dis-t.data-v-5f3cdb66 {
|
|||
|
width: 100%;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: space-between;
|
|||
|
margin: 10px auto;
|
|||
|
}
|
|||
|
.lank.data-v-5f3cdb66 {
|
|||
|
width: 102px;
|
|||
|
height: 27px;
|
|||
|
border-radius: 14px;
|
|||
|
border: 1px solid #0D2E8D;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
font-size: 15px;
|
|||
|
font-weight: 400;
|
|||
|
color: #0D2E8D;
|
|||
|
}
|
|||
|
.lan-you.data-v-5f3cdb66 {
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
.yi.data-v-5f3cdb66 {
|
|||
|
font-size: 15px;
|
|||
|
font-weight: 400;
|
|||
|
color: #666666;
|
|||
|
line-height: 15px;
|
|||
|
margin-right: 15px;
|
|||
|
}
|
|||
|
.er.data-v-5f3cdb66 {
|
|||
|
width: 25px;
|
|||
|
height: 25px;
|
|||
|
background: #0D2E8D;
|
|||
|
border-radius: 3px;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
color: white !important;
|
|||
|
}
|
|||
|
.popup-box.data-v-5f3cdb66 {
|
|||
|
overflow: hidden;
|
|||
|
border-radius: 8px;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 15px;
|
|||
|
width: 100%;
|
|||
|
background-color: white;
|
|||
|
}
|
|||
|
.sousuo.data-v-5f3cdb66 {
|
|||
|
width: 95%;
|
|||
|
margin: 0 auto;
|
|||
|
margin-left: 0px;
|
|||
|
height: 30px;
|
|||
|
background: #F0F0F0;
|
|||
|
border-radius: 50px;
|
|||
|
color: #999999;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 0 10px;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: space-between;
|
|||
|
}
|
|||
|
.sousuo input.data-v-5f3cdb66 {
|
|||
|
width: 80%;
|
|||
|
}
|
|||
|
.list-box.data-v-5f3cdb66 {
|
|||
|
width: 100%;
|
|||
|
height: 300px;
|
|||
|
overflow: hidden;
|
|||
|
box-sizing: border-box;
|
|||
|
}
|
|||
|
.list_scroll.data-v-5f3cdb66 {
|
|||
|
height: 100%;
|
|||
|
display: flex;
|
|||
|
flex-direction: column;
|
|||
|
}
|
|||
|
.list-qiu.data-v-5f3cdb66 {
|
|||
|
width: 95%;
|
|||
|
border-bottom: 1px solid #EEEEEE;
|
|||
|
box-sizing: border-box;
|
|||
|
padding: 10px 5px;
|
|||
|
display: flex;
|
|||
|
justify-content: space-between;
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
.tel.data-v-5f3cdb66 {
|
|||
|
margin-left: 5px;
|
|||
|
font-size: 15px;
|
|||
|
font-weight: 400;
|
|||
|
color: #666666;
|
|||
|
}
|
|||
|
|