船员公众号
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

189 lines
4.5 KiB

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.study-detail.data-v-552718d0 {
padding-bottom: 140rpx;
overflow: hidden;
}
.study-detail-section.data-v-552718d0 {
width: 100%;
padding: 0 25rpx 20rpx;
overflow: hidden;
box-sizing: border-box;
}
.study-detail-section .btns.data-v-552718d0 {
padding: 25rpx;
box-sizing: border-box;
margin-top: 20rpx;
display: flex;
justify-content: center;
}
.study-detail-section .btns .btn.data-v-552718d0 {
flex: 1;
line-height: 80rpx;
border-radius: 10rpx;
text-align: center;
background-color: #2080F9;
font-size: 28rpx;
color: #fff;
}
.study-detail-section .tips.data-v-552718d0 {
background-color: #fff;
border-radius: 20rpx;
padding: 25rpx;
box-sizing: border-box;
margin-top: 20rpx;
line-height: 1.5;
letter-spacing: 0.5px;
color: #6b6b6b;
}
.study-detail-section .tips .title.data-v-552718d0 {
padding: 0 30rpx;
}
.study-detail-section .li.data-v-552718d0 {
width: 90%;
margin: 20rpx auto 0;
padding: 30rpx;
background: #FFFFFF;
border-radius: 20rpx;
box-shadow: 0rpx 5rpx 10rpx 0rpx rgba(32, 79, 156, 0.06);
border-radius: 20rpx;
}
.study-detail-section .li .tit.data-v-552718d0 {
overflow: hidden;
padding-bottom: 10rpx;
color: #333333;
display: flex;
align-items: flex-start;
}
.study-detail-section .li .title_img.data-v-552718d0 {
width: 100%;
}
.study-detail-section .li .title_img image.data-v-552718d0 {
width: 100%;
}
.study-detail-section .li .title_video.data-v-552718d0 {
width: 100%;
height: 300rpx;
}
.study-detail-section .li .title_video video.data-v-552718d0 {
width: 100%;
height: 100%;
}
.study-detail-section .li .con.data-v-552718d0 {
overflow: hidden;
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 20rpx;
padding: 30rpx;
background: #F6F6F6;
color: #333333;
line-height: 50rpx;
position: relative;
}
.study-detail-section .li .con.right.data-v-552718d0 {
color: #49c99c;
background-color: #f3f8f6;
}
.study-detail-section .li .con.wrong.data-v-552718d0 {
color: #fa6e6e;
background-color: #fff3f3;
}
.study-detail-section .li .con .mark.data-v-552718d0 {
width: 60rpx;
height: 60rpx;
position: absolute;
right: 10rpx;
top: 50%;
margin-top: -30rpx;
z-index: 2;
}
.study-detail-section .li .con .mark image.data-v-552718d0 {
width: 100%;
height: 100%;
}
.study-detail-bottom.data-v-552718d0 {
position: fixed;
bottom: 0;
width: 100%;
height: 100rpx;
background: #FFFFFF;
display: flex;
align-items: center;
justify-content: space-between;
}
.study-detail-bottom .check.data-v-552718d0 {
margin-left: 20rpx;
line-height: 30rpx;
}
.study-detail-bottom .check .a.data-v-552718d0 {
float: left;
display: flex;
align-items: center;
margin-right: 30rpx;
font-size: 30rpx;
color: #37C594;
}
.study-detail-bottom .check .b.data-v-552718d0 {
float: left;
display: flex;
align-items: center;
font-size: 30rpx;
color: #F01B1B;
}
.study-detail-bottom .check image.data-v-552718d0 {
width: 44rpx;
height: 44rpx;
margin-right: 10rpx;
}
.study-detail-bottom .listen.data-v-552718d0 {
display: flex;
align-items: center;
font-size: 26rpx;
line-height: 30rpx;
color: #666666;
}
.study-detail-bottom .listen text.on.data-v-552718d0 {
color: #2080F9;
}
.study-detail-bottom .listen image.data-v-552718d0 {
width: 44rpx;
height: 44rpx;
margin-right: 12rpx;
}
.study-detail-bottom .btn.data-v-552718d0 {
width: 141rpx;
margin-right: 20rpx;
font-size: 28rpx;
line-height: 57rpx;
color: #2080F9;
text-align: center;
background: #FFFFFF;
border: 1px solid #2080F9;
border-radius: 29rpx;
}