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

203 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-7c0bbc7c {
width: 100%;
height: calc(100vh);
box-sizing: border-box;
}
.cont-title.data-v-7c0bbc7c {
width: 100%;
text-align: center;
font-size: 24px;
font-weight: bold;
color: #333333;
margin-bottom: 5px;
}
.cont-gongs.data-v-7c0bbc7c {
text-align: right;
font-size: 14px;
font-weight: 400;
color: #666666;
margin-bottom: 25px;
}
.videobox.data-v-7c0bbc7c {
width: 100%;
margin: 0 auto;
}
.cont-time.data-v-7c0bbc7c {
font-size: 16px;
font-weight: 400;
color: #666666;
margin-bottom: 25px;
}
.top-icon.data-v-7c0bbc7c {
margin-bottom: 45px;
}
.c-top.data-v-7c0bbc7c {
width: 100%;
height: 88px;
box-sizing: border-box;
padding: 15px;
padding-top: 44px;
display: flex;
justify-content: space-between;
align-items: center;
background-color: white;
}
.c-title.data-v-7c0bbc7c {
font-size: 18px;
font-weight: bold;
}
.c-content.data-v-7c0bbc7c {
width: 100%;
background-color: white;
box-sizing: border-box;
padding: 15px;
}
.pinglist.data-v-7c0bbc7c {
width: 100%;
background-color: white;
margin-top: 15px;
box-sizing: border-box;
padding: 15px;
border-radius: 16px 16px 0px 0px;
}
.pinginput.data-v-7c0bbc7c {
width: 100%;
height: 50px;
background-color: white;
display: flex;
position: fixed;
bottom: 0px;
z-index: 99;
box-sizing: border-box;
padding: 15px;
display: flex;
align-items: center;
justify-content: space-between;
}
.left-input.data-v-7c0bbc7c {
width: 50%;
height: 35px;
border-radius: 50px;
background: #E7E7E7;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 20px;
font-size: 16px;
}
.t-right.data-v-7c0bbc7c {
width: 60px;
border-left: 1px solid #a6a6a6;
font-size: 16px;
color: #a6a6a6;
box-sizing: border-box;
padding-left: 5px;
}
.gang.data-v-7c0bbc7c {
width: 8%;
height: 4px;
background: #0D2E8D;
}
.view-box.data-v-7c0bbc7c {
border-bottom: 1px solid #D8D8D8;
display: flex;
justify-content: space-between;
margin-top: 10px;
box-sizing: border-box;
padding-bottom: 9px;
}
.touxiang.data-v-7c0bbc7c {
width: 40px;
height: 40px;
background: #D8D8D8;
border-radius: 50%;
overflow: hidden;
}
.touxiang image.data-v-7c0bbc7c {
width: 100%;
height: 100%;
}
.vb-right.data-v-7c0bbc7c {
width: 85%;
}
.vb-bottom.data-v-7c0bbc7c {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 5px;
}
.vb-title.data-v-7c0bbc7c {
font-size: 16px;
font-weight: 400;
color: #666666;
}
.right-xuan.data-v-7c0bbc7c {
display: flex;
}
.sc-botm.data-v-7c0bbc7c {
display: flex;
align-items: center;
margin-right: 5px;
}
.icon-sc.data-v-7c0bbc7c {
width: 20px;
height: 20px;
margin-right: 5px;
}
.icon-sc image.data-v-7c0bbc7c {
width: 100%;
height: 100%;
}
.s-botm.data-v-7c0bbc7c {
display: flex;
align-items: center;
margin-right: 5px;
color: crimson;
}
.icon-s.data-v-7c0bbc7c {
width: 18px;
height: 18px;
margin-right: 5px;
}
.icon-s image.data-v-7c0bbc7c {
width: 100%;
height: 100%;
}
.font-s.data-v-7c0bbc7c {
font-size: 15px;
line-height: 16px;
}
.zuo-hui.data-v-7c0bbc7c {
font-size: 15px;
font-weight: 400;
color: #B7B7B7;
}