304 lines
5.9 KiB
Plaintext
304 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-57280228 {
|
||
box-sizing: border-box;
|
||
width: 100%;
|
||
height: 100%;
|
||
height: calc(160vh);
|
||
background-color: #F4F4F4;
|
||
}
|
||
.c-top.data-v-57280228 {
|
||
width: 100%;
|
||
height: 283px;
|
||
background-color: cornflowerblue;
|
||
background: url(/static/detection/mybj.png) center no-repeat;
|
||
background-size: 100% 100%;
|
||
position: relative;
|
||
}
|
||
.top-ail.data-v-57280228 {
|
||
width: 100%;
|
||
box-sizing: border-box;
|
||
padding: 20px;
|
||
}
|
||
.dix.data-v-57280228 {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.top-two.data-v-57280228 {
|
||
width: 100%;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
.bai-title.data-v-57280228 {
|
||
font-size: 20px;
|
||
font-weight: bold;
|
||
color: white;
|
||
}
|
||
.touxiang.data-v-57280228 {
|
||
width: 30px;
|
||
height: 30px;
|
||
border-radius: 50%;
|
||
overflow: hidden;
|
||
background-color: whitesmoke;
|
||
}
|
||
.touxiang image.data-v-57280228 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.t-title.data-v-57280228 {
|
||
font-size: 18px;
|
||
font-weight: bold;
|
||
color: #FFFFFF;
|
||
margin-left: 5px;
|
||
}
|
||
.baizi.data-v-57280228 {
|
||
font-size: 14px;
|
||
font-weight: 400;
|
||
color: #FFFFFF;
|
||
}
|
||
.threebox.data-v-57280228 {
|
||
width: 100%;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
margin-top: 30px;
|
||
}
|
||
.t-box.data-v-57280228 {
|
||
width: 33%;
|
||
text-align: center;
|
||
}
|
||
.xbai.data-v-57280228 {
|
||
font-size: 15px;
|
||
font-weight: 400;
|
||
color: #FFFFFF;
|
||
margin-bottom: 5px;
|
||
}
|
||
.xxbai.data-v-57280228 {
|
||
font-size: 13px;
|
||
font-weight: 400;
|
||
color: #FFFFFF;
|
||
margin-bottom: 15px;
|
||
}
|
||
.dbai.data-v-57280228 {
|
||
font-size: 25px;
|
||
font-weight: 600;
|
||
color: #FFFFFF;
|
||
margin-bottom: 5px;
|
||
}
|
||
.t-bottom.data-v-57280228 {
|
||
width: 100%;
|
||
z-index: 999;
|
||
background: #FFFFFF;
|
||
border-radius: 8px;
|
||
box-sizing: border-box;
|
||
padding: 15px;
|
||
background-color: white;
|
||
margin-top: 8px;
|
||
}
|
||
.x-title.data-v-57280228 {
|
||
font-size: 16px;
|
||
font-weight: 600;
|
||
color: #333333;
|
||
}
|
||
.jgbox.data-v-57280228 {
|
||
width: 42px;
|
||
height: 42px;
|
||
background: #EFF2FC;
|
||
border-radius: 50%;
|
||
margin: 0 auto;
|
||
margin-bottom: 5px;
|
||
overflow: hidden;
|
||
}
|
||
.jgbox image.data-v-57280228 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.f-box.data-v-57280228 {
|
||
width: 25%;
|
||
margin-bottom: 10px;
|
||
text-align: center;
|
||
position: relative;
|
||
}
|
||
.j-icon.data-v-57280228 {
|
||
position: absolute;
|
||
width: 15px;
|
||
height: 15px;
|
||
display: flex;
|
||
align-items: center;
|
||
background: red;
|
||
border-radius: 50%;
|
||
justify-content: center;
|
||
color: white;
|
||
top: 0px;
|
||
right: 10px;
|
||
z-index: 999;
|
||
font-size: 12px;
|
||
}
|
||
.fourbox.data-v-57280228 {
|
||
width: 100%;
|
||
display: flex;
|
||
align-items: center;
|
||
flex-wrap: wrap;
|
||
margin-top: 20px;
|
||
}
|
||
.h-text.data-v-57280228 {
|
||
font-size: 13px;
|
||
font-weight: 400;
|
||
color: #333333;
|
||
}
|
||
.bai-box.data-v-57280228 {
|
||
width: 100%;
|
||
background: #FFFFFF;
|
||
border-radius: 8px;
|
||
margin: 0 auto;
|
||
box-sizing: border-box;
|
||
padding: 15px;
|
||
}
|
||
.hui-box.data-v-57280228 {
|
||
width: 100%;
|
||
background: #E7E8FD;
|
||
border-radius: 8px;
|
||
margin: 0 auto;
|
||
box-sizing: border-box;
|
||
padding: 1px;
|
||
margin-top: 15px;
|
||
margin-bottom: 15px;
|
||
margin-top: 160px;
|
||
}
|
||
.hui-top.data-v-57280228 {
|
||
box-sizing: border-box;
|
||
padding: 15px;
|
||
}
|
||
.l-bai.data-v-57280228 {
|
||
width: 100%;
|
||
height: 220px;
|
||
box-sizing: border-box;
|
||
padding: 15px;
|
||
background: #FFFFFF;
|
||
border-radius: 5px;
|
||
white-space: nowrap;
|
||
overflow: hidden;
|
||
}
|
||
.l-box.data-v-57280228 {
|
||
margin-top: 5px;
|
||
width: 100%;
|
||
border-bottom: 1px solid #EEEEEE;
|
||
}
|
||
.l-text.data-v-57280228 {
|
||
font-size: 15px;
|
||
font-weight: 400;
|
||
color: #333333;
|
||
margin-bottom: 10px;
|
||
}
|
||
.time.data-v-57280228 {
|
||
font-size: 14px;
|
||
font-weight: 400;
|
||
color: #999999;
|
||
margin-bottom: 10px;
|
||
}
|
||
.mubu.data-v-57280228 {
|
||
background-color: #F4F4F4;
|
||
box-sizing: border-box;
|
||
padding: 15px;
|
||
z-index: -9;
|
||
}
|
||
.bottom-box.data-v-57280228 {
|
||
width: 100%;
|
||
background-color: white;
|
||
border-radius: 8px;
|
||
margin: 0 auto;
|
||
box-sizing: border-box;
|
||
padding: 15px;
|
||
}
|
||
.x-top.data-v-57280228 {
|
||
width: 100%;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
font-size: 14px;
|
||
font-weight: 400;
|
||
color: #666666;
|
||
margin: 15px auto;
|
||
}
|
||
.x-cont.data-v-57280228 {
|
||
margin: 10px auto;
|
||
width: 100%;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
}
|
||
.dix-zuo.data-v-57280228 {
|
||
width: 50%;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
}
|
||
.dix-you.data-v-57280228 {
|
||
width: 50%;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
.dix-you .zuo.data-v-57280228 {
|
||
width: 50%;
|
||
text-align: center;
|
||
}
|
||
.dix-you .you.data-v-57280228 {
|
||
width: 50%;
|
||
text-align: center;
|
||
}
|
||
.jzuo.data-v-57280228 {
|
||
width: 50%;
|
||
font-size: 15px;
|
||
font-weight: 400;
|
||
color: #333333;
|
||
text-align: center;
|
||
}
|
||
.ju.data-v-57280228 {
|
||
width: 50%;
|
||
text-align: left;
|
||
font-size: 15px;
|
||
font-weight: 400;
|
||
color: #FF571A;
|
||
}
|
||
.paim.data-v-57280228 {
|
||
width: 15%;
|
||
text-align: center;
|
||
}
|
||
.paim-you.data-v-57280228 {
|
||
width: 80%;
|
||
}
|
||
.v-icon.data-v-57280228 {
|
||
width: 30px;
|
||
height: 30px;
|
||
}
|
||
.v-icon image.data-v-57280228 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
|