detection-business/unpackage/dist/dev/mp-weixin/pages/staff/staff.wxss

192 lines
4.1 KiB
Plaintext
Raw Normal View History

2024-10-23 16:53:40 +08:00
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.content.data-v-023cc288 {
box-sizing: border-box;
width: 100%;
height: calc(100vh);
background: white;
}
.sshi.data-v-023cc288 {
position: absolute;
bottom: 20px;
right: 20px;
width: 115px;
height: 115px;
box-sizing: border-box;
padding: 10px;
}
.sshi image.data-v-023cc288 {
width: 100%;
height: 100%;
}
.top-heder.data-v-023cc288 {
width: 100%;
height: 46px;
background: white;
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
padding: 5px 15px;
}
.t-left.data-v-023cc288 {
width: 10%;
}
.t-input.data-v-023cc288 {
width: 75%;
height: 36px;
background: #F0F0F0;
border-radius: 50px;
box-sizing: border-box;
padding: 0 15px;
display: flex;
align-items: center;
}
.top-ail.data-v-023cc288 {
width: 100%;
box-sizing: border-box;
padding: 15px;
background-color: #F4F4F4;
}
.mub.data-v-023cc288 {
background-color: #F4F4F4;
height: calc(100vh);
}
.tap.data-v-023cc288 {
width: 100%;
height: 44px;
background: #FFFFFF;
display: flex;
align-items: center;
justify-content: space-between;
}
.tap-box.data-v-023cc288 {
width: 50%;
}
.xhuihui.data-v-023cc288 {
width: 100%;
text-align: center;
font-size: 16px;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400;
color: #666666;
}
.gang.data-v-023cc288 {
width: 24px;
height: 4px;
background: #0D2E8D;
border-radius: 4px;
margin: 2px auto;
}
.xzhei.data-v-023cc288 {
font-weight: bold !important;
color: #333333 !important;
}
.m-box.data-v-023cc288 {
position: relative;
background: #FFFFFF;
border-radius: 8px;
box-sizing: border-box;
padding: 15px 10px;
margin: 10px auto;
}
.m-top.data-v-023cc288 {
width: 100%;
box-sizing: border-box;
padding-bottom: 15px;
border-bottom: 1px solid #EEEEEE;
display: flex;
align-items: center;
justify-content: space-between;
}
.top-right.data-v-023cc288 {
z-index: 9999;
width: 33px;
height: 33px;
border-radius: 50%;
overflow: hidden;
}
.top-right image.data-v-023cc288 {
width: 100%;
height: 100%;
}
.dhei.data-v-023cc288 {
font-size: 16px;
font-weight: bold;
color: #333333;
margin-bottom: 5px;
}
.xhui.data-v-023cc288 {
font-size: 15px;
font-weight: 400;
color: #999999;
}
.on-input.data-v-023cc288 {
width: 100%;
display: flex;
align-items: center;
font-size: 15px;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400;
color: #999999;
margin-bottom: 10px;
margin-top: 10px;
}
.bottom-di.data-v-023cc288 {
padding-top: 10px;
box-sizing: border-box;
border-top: 1px solid #EEEEEE;
}
.ju.data-v-023cc288 {
font-size: 24px;
font-weight: 600;
color: #FF571A;
}
.lanniu.data-v-023cc288 {
width: 90%;
position: fixed;
bottom: 60px;
display: flex;
align-items: center;
justify-content: center;
background: #0D2E8D;
color: white;
height: 44px;
border-radius: 8px;
font-weight: bold;
-webkit-transform: translate(-50%);
transform: translate(-50%);
left: 50%;
z-index: 9999999999999999999999999999999999999999999999999999999;
}
.csz.data-v-023cc288 {
font-size: 20px;
font-weight: bold;
color: #FF571A;
}