detection-business/unpackage/dist/dev/mp-weixin/pages/index/synthesis.wxss
2024-10-23 16:53:40 +08:00

441 lines
8.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.jbBox.data-v-5dff10a4 {
width: 100px;
height: 100px;
background-color: #909193;
border-radius: 15px;
}
.content.data-v-5dff10a4 {
box-sizing: border-box;
width: 100%;
height: calc(100vh);
background-color: cornflowerblue;
background: url(/static/detection/mybj.png) no-repeat;
background-size: 100% 100%;
position: relative;
}
.c-top.data-v-5dff10a4 {
width: 100%;
height: 283px;
}
.cnm-icon.data-v-5dff10a4 {
width: 20px;
height: 20px;
margin-right: 5px;
}
.cnm-icon image.data-v-5dff10a4 {
width: 100%;
height: 100%;
}
.top-ail.data-v-5dff10a4 {
width: 100%;
box-sizing: border-box;
padding: 20px;
}
.dix.data-v-5dff10a4 {
display: flex;
align-items: center;
}
.top-two.data-v-5dff10a4 {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.xzi.data-v-5dff10a4 {
font-size: 12px;
}
.icon-img.data-v-5dff10a4 {
margin-top: 10px;
margin-left: 80px;
width: 50px;
height: 50px;
}
.icon-img image.data-v-5dff10a4 {
width: 100%;
height: 100%;
}
.touxiang.data-v-5dff10a4 {
width: 30px;
height: 30px;
border-radius: 50%;
overflow: hidden;
background-color: whitesmoke;
}
.touxiang image.data-v-5dff10a4 {
width: 100%;
height: 100%;
}
.t-title.data-v-5dff10a4 {
font-size: 18px;
font-weight: bold;
color: #FFFFFF;
margin-left: 5px;
}
.gangbox.data-v-5dff10a4 {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 10px;
}
.ang-box.data-v-5dff10a4 {
width: 49%;
box-sizing: border-box;
padding: 15px;
background-color: white;
height: 100px;
border-radius: 10px;
margin-top: 10px;
font-weight: bold;
}
.ang-box1.data-v-5dff10a4 {
width: 49%;
box-sizing: border-box;
padding: 15px;
background-color: #d0e5ff;
height: 130px;
border-radius: 10px;
margin-top: 10px;
font-weight: bold;
}
.ang-box2.data-v-5dff10a4 {
width: 49%;
box-sizing: border-box;
padding: 15px;
background-color: #fdfcd4;
height: 130px;
border-radius: 10px;
margin-top: 10px;
font-weight: bold;
}
.ang-box3.data-v-5dff10a4 {
width: 49%;
box-sizing: border-box;
padding: 15px;
background-color: #ede6ff;
height: 130px;
border-radius: 10px;
margin-top: 10px;
font-weight: bold;
}
.ang-box4.data-v-5dff10a4 {
width: 49%;
box-sizing: border-box;
padding: 15px;
background-color: #c9f9af;
height: 130px;
border-radius: 10px;
margin-top: 10px;
font-weight: bold;
}
.san-box.data-v-5dff10a4 {
width: 30%;
box-sizing: border-box;
padding: 5px 0px;
background-color: #eaf9e4;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
margin-top: 10px;
font-weight: bold;
font-size: 12;
position: relative;
}
.san-box3.data-v-5dff10a4 {
width: 30%;
box-sizing: border-box;
padding: 5px 0px;
background-color: #ffeee6;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
margin-top: 10px;
font-weight: bold;
position: relative;
}
.j-icon.data-v-5dff10a4 {
position: absolute;
width: 15px;
height: 15px;
display: flex;
align-items: center;
background: red;
border-radius: 50%;
justify-content: center;
color: white;
top: -5px;
right: -5px;
z-index: 999;
font-size: 12px;
}
.san-box2.data-v-5dff10a4 {
width: 30%;
box-sizing: border-box;
padding: 5px 0px;
background-color: #ffeeef;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
margin-top: 10px;
font-weight: bold;
}
.dqtime.data-v-5dff10a4 {
width: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
margin-top: 15px;
font-weight: bold;
position: fixed;
bottom: 55px;
right: 10px;
}
.baizi.data-v-5dff10a4 {
font-size: 14px;
font-weight: 400;
color: #FFFFFF;
}
.threebox.data-v-5dff10a4 {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 30px;
}
.t-box.data-v-5dff10a4 {
width: 33%;
text-align: center;
}
.xbai.data-v-5dff10a4 {
font-size: 15px;
font-weight: 400;
color: #FFFFFF;
margin-bottom: 5px;
}
.xxbai.data-v-5dff10a4 {
font-size: 13px;
font-weight: 400;
color: #FFFFFF;
margin-bottom: 15px;
}
.dbai.data-v-5dff10a4 {
font-size: 25px;
font-weight: 600;
color: #FFFFFF;
margin-bottom: 5px;
}
.t-bottom.data-v-5dff10a4 {
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-5dff10a4 {
font-size: 16px;
font-weight: 600;
color: #333333;
}
.jgbox.data-v-5dff10a4 {
width: 42px;
height: 42px;
background: #EFF2FC;
border-radius: 50%;
margin-bottom: 5px;
overflow: hidden;
}
.jgbox image.data-v-5dff10a4 {
width: 100%;
height: 100%;
}
.bs-di.data-v-5dff10a4 {
width: 100%;
display: flex;
align-items: center;
font-size: 22px;
justify-content: space-between;
}
.f-box.data-v-5dff10a4 {
width: 25%;
margin-bottom: 10px;
text-align: center;
}
.fourbox.data-v-5dff10a4 {
width: 100%;
display: flex;
align-items: center;
flex-wrap: wrap;
margin-top: 20px;
}
.h-text.data-v-5dff10a4 {
font-size: 13px;
font-weight: 400;
color: #333333;
}
.bai-box.data-v-5dff10a4 {
width: 100%;
background: #FFFFFF;
border-radius: 8px;
margin: 0 auto;
box-sizing: border-box;
padding: 15px;
}
.hui-box.data-v-5dff10a4 {
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-5dff10a4 {
box-sizing: border-box;
padding: 15px;
}
.l-bai.data-v-5dff10a4 {
width: 100%;
height: 220px;
box-sizing: border-box;
padding: 15px;
background: #FFFFFF;
border-radius: 5px;
white-space: nowrap;
overflow: hidden;
}
.l-box.data-v-5dff10a4 {
margin-top: 5px;
width: 100%;
border-bottom: 1px solid #EEEEEE;
}
.l-text.data-v-5dff10a4 {
font-size: 15px;
font-weight: 400;
color: #333333;
margin-bottom: 10px;
}
.time.data-v-5dff10a4 {
font-size: 14px;
font-weight: 400;
color: #999999;
margin-bottom: 10px;
}
.mubu.data-v-5dff10a4 {
background-color: #F4F4F4;
box-sizing: border-box;
padding: 15px;
z-index: -9;
}
.bottom-box.data-v-5dff10a4 {
width: 100%;
background-color: white;
border-radius: 8px;
margin: 0 auto;
box-sizing: border-box;
padding: 15px;
}
.x-top.data-v-5dff10a4 {
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-5dff10a4 {
margin: 10px auto;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.dix-zuo.data-v-5dff10a4 {
width: 50%;
display: flex;
align-items: center;
justify-content: space-between;
}
.dix-you.data-v-5dff10a4 {
width: 50%;
display: flex;
align-items: center;
justify-content: space-between;
}
.dix-you .zuo.data-v-5dff10a4 {
width: 50%;
text-align: center;
}
.dix-you .you.data-v-5dff10a4 {
width: 50%;
text-align: center;
}
.jzuo.data-v-5dff10a4 {
width: 50%;
font-size: 15px;
font-weight: 400;
color: #333333;
text-align: center;
}
.ju.data-v-5dff10a4 {
width: 50%;
text-align: left;
font-size: 15px;
font-weight: 400;
color: #FF571A;
}
.paim.data-v-5dff10a4 {
width: 15%;
text-align: center;
}
.paim-you.data-v-5dff10a4 {
width: 80%;
}
.v-icon.data-v-5dff10a4 {
width: 30px;
height: 30px;
}
.v-icon image.data-v-5dff10a4 {
width: 100%;
height: 100%;
}