@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .content.data-v-79fb3d4d { width: 100%; height: calc(100vh); background-color: #F6F6F6; box-sizing: border-box; } .cont-title.data-v-79fb3d4d { width: 100%; text-align: center; font-size: 24px; font-weight: bold; color: #333333; margin-bottom: 5px; } .cont-gongs.data-v-79fb3d4d { text-align: right; font-size: 14px; font-weight: 400; color: #666666; margin-bottom: 25px; } .videobox.data-v-79fb3d4d { width: 100%; margin: 0 auto; } .cont-time.data-v-79fb3d4d { font-size: 16px; font-weight: 400; color: #666666; margin-bottom: 25px; } .top-icon.data-v-79fb3d4d { margin-bottom: 45px; } .c-top.data-v-79fb3d4d { 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-79fb3d4d { font-size: 18px; font-weight: bold; } .c-content.data-v-79fb3d4d { width: 100%; background-color: white; box-sizing: border-box; padding: 15px; } .pinglist.data-v-79fb3d4d { width: 100%; background-color: white; margin-top: 15px; box-sizing: border-box; padding: 15px; border-radius: 16px 16px 0px 0px; } .pinginput.data-v-79fb3d4d { width: 100%; background-color: white; display: flex; position: fixed; bottom: 0px; z-index: 99; box-sizing: border-box; padding: 15px; padding-bottom: 25px; display: flex; align-items: center; justify-content: space-between; } .left-input.data-v-79fb3d4d { 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-79fb3d4d { width: 60px; border-left: 1px solid #a6a6a6; font-size: 16px; color: #a6a6a6; box-sizing: border-box; padding-left: 5px; } .gang.data-v-79fb3d4d { width: 8%; height: 4px; background: #0D2E8D; } .view-box.data-v-79fb3d4d { border-bottom: 1px solid #D8D8D8; display: flex; justify-content: space-between; margin-top: 10px; box-sizing: border-box; padding-bottom: 9px; } .touxiang.data-v-79fb3d4d { width: 40px; height: 40px; background: #D8D8D8; border-radius: 50%; overflow: hidden; } .touxiang image.data-v-79fb3d4d { width: 100%; height: 100%; } .vb-right.data-v-79fb3d4d { width: 85%; } .vb-bottom.data-v-79fb3d4d { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: 5px; } .vb-title.data-v-79fb3d4d { font-size: 16px; font-weight: 400; color: #666666; } .right-xuan.data-v-79fb3d4d { display: flex; } .sc-botm.data-v-79fb3d4d { display: flex; align-items: center; margin-right: 5px; } .icon-sc.data-v-79fb3d4d { width: 20px; height: 20px; margin-right: 5px; } .icon-sc image.data-v-79fb3d4d { width: 100%; height: 100%; } .s-botm.data-v-79fb3d4d { display: flex; align-items: center; margin-right: 5px; color: crimson; } .icon-s.data-v-79fb3d4d { width: 18px; height: 18px; margin-right: 5px; } .icon-s image.data-v-79fb3d4d { width: 100%; height: 100%; } .font-s.data-v-79fb3d4d { font-size: 15px; line-height: 16px; } .zuo-hui.data-v-79fb3d4d { font-size: 15px; font-weight: 400; color: #B7B7B7; }