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