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.
298 lines
8.2 KiB
298 lines
8.2 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.pop-card.data-v-21dcff2b {
|
|
height: 600rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.pop-card .card-title.data-v-21dcff2b {
|
|
display: flex;
|
|
padding: 30rpx;
|
|
}
|
|
.pop-card .card-title .a.data-v-21dcff2b {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 0 30rpx;
|
|
font-size: 30rpx;
|
|
color: #37C594;
|
|
}
|
|
.pop-card .card-title .b.data-v-21dcff2b {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 30rpx;
|
|
color: #F01B1B;
|
|
}
|
|
.pop-card .card-title image.data-v-21dcff2b {
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
.pop-card .card-content.data-v-21dcff2b {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
overflow-y: auto;
|
|
}
|
|
.pop-card .card-content .item.data-v-21dcff2b {
|
|
margin: 20rpx;
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
color: rgba(0, 0, 0, 0.6);
|
|
border-radius: 50%;
|
|
}
|
|
.pop-card .card-content .item.correct.data-v-21dcff2b {
|
|
color: #49c99c;
|
|
background-color: #f3f8f6;
|
|
}
|
|
.pop-card .card-content .item.error.data-v-21dcff2b {
|
|
color: #fa6e6e;
|
|
background-color: #fff3f3;
|
|
}
|
|
.erercises-detail.data-v-21dcff2b {
|
|
padding-bottom: 140rpx;
|
|
overflow: hidden;
|
|
}
|
|
.erercises-detail-section.data-v-21dcff2b {
|
|
width: 100%;
|
|
padding: 0 25rpx 20rpx;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
}
|
|
.erercises-detail-section .li.data-v-21dcff2b {
|
|
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;
|
|
}
|
|
.erercises-detail-section .li .top.data-v-21dcff2b {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.erercises-detail-section .li .top .tag.data-v-21dcff2b {
|
|
height: 50rpx;
|
|
margin-left: -30rpx;
|
|
padding-left: 30rpx;
|
|
padding-right: 30rpx;
|
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAyCAYAAACXpx/YAAAAAXNSR0IArs4c6QAAAtNJREFUeF7tnL1uE0EUhe91Yq+tlLwABZEQfR4BRAfUpEPQELpIFCiwwcALUFAkBYUB0aG8AIEuUkLJn4BkTEFBQJYdkGLFe5CJEgWLkN31ZX2L49YzZ47Op1nt/OzV4/E2hL+RJABIT0V+QuWrAk1o6bWqrPZKycvPc9WPFqaUgC1i/C8ab6HSKHWTxvrdWsg7AgHnTa6gfhBJVLAEKdVDXHmVdVgCzprYiNpDBCryBN2d2XBv4ktaGwScNik/7VpIZCbcjh6lsUTAaVJy2AaiC0HKMxJr91/2CNghvPSW9HkbnfPf54+1D+tDwOnT9NpyZatWOb15XTt/M0jAXrFl8qXL49/C2Q/3J7cHuxFwpiD9NoZgIcTVKwTsl9HQzpDI9ODbNWfw0LG6EmihXDkVbuj+OpmAXfEZ3gxEHoc4urinRMDDZ+pKob/jhd7OVLM+sdY3RsCu8JiZebYRRxcI2CxPX0L9Y0gZr0yGOV3nDPbFxswNROohjm4SsFmk7oTebcTRSQJ2x8XOUG8MJwjYLk93ShC9RMDusFgawgMCtszTmxawTMDeoBj6gQiXSYZ5upOCyBZnsDssdoZ+37vmvWi7QL0pEbA3IsZ++Ig2DtSbHF+yvBEx98NlknmkvgS50eGLh7EbblUaB+pNjocN3ojY+uFxoW2evtR44O+Lh6kbXtkxjdOlGC/ducRiYGr32qxONesVXps1yNOdBC++u0NiaoifrpjG6UwMKtPh1p+lHXhc6AxSXjsQLIa4enmwPwHnTdRVP34A7gqHrRldaaNz5rA6HZzBtmkXrIblNn6cYxGWgmMvYjgAi0GjqyyjVETaxY7RSpBca87XGmmG5SM6TUoO2uyXMixXZg+WaDjKGgEfldCI/98tRipLSU/v7G0/ZrFEwFnSKrbte4g8heBhM65+yjs0AedNzqDfgYLgmyoaRJI3kNJqMpa8sCoI/gub+W3fb2XtLQAAAABJRU5ErkJggg==) no-repeat;
|
|
background-size: 100% 100%;
|
|
font-size: 1rpx;
|
|
line-height: 50rpx;
|
|
color: #ffffff;
|
|
}
|
|
.erercises-detail-section .li .top .tag text.data-v-21dcff2b {
|
|
font-size: 30rpx;
|
|
}
|
|
.erercises-detail-section .li .top .time.data-v-21dcff2b {
|
|
font-size: 24rpx;
|
|
color: #3e8ff9;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.erercises-detail-section .li .top .time image.data-v-21dcff2b {
|
|
width: 25rpx;
|
|
height: 25rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
.erercises-detail-section .li .tit.data-v-21dcff2b {
|
|
overflow: hidden;
|
|
padding-bottom: 10rpx;
|
|
color: #333333;
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
.erercises-detail-section .li .title_img.data-v-21dcff2b {
|
|
width: 100%;
|
|
}
|
|
.erercises-detail-section .li .title_img image.data-v-21dcff2b {
|
|
width: 100%;
|
|
}
|
|
.erercises-detail-section .li .title_video.data-v-21dcff2b {
|
|
width: 100%;
|
|
height: 300rpx;
|
|
}
|
|
.erercises-detail-section .li .title_video video.data-v-21dcff2b {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.erercises-detail-section .li .con.data-v-21dcff2b {
|
|
overflow: hidden;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-top: 20rpx;
|
|
padding: 30rpx 60rpx 30rpx 30rpx;
|
|
background: #F6F6F6;
|
|
color: #333333;
|
|
line-height: 50rpx;
|
|
position: relative;
|
|
}
|
|
.erercises-detail-section .li .con.right.data-v-21dcff2b {
|
|
color: #49c99c;
|
|
background-color: #f3f8f6;
|
|
}
|
|
.erercises-detail-section .li .con.wrong.data-v-21dcff2b {
|
|
color: #fa6e6e;
|
|
background-color: #fff3f3;
|
|
}
|
|
.erercises-detail-section .li .con .mark.data-v-21dcff2b {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
position: absolute;
|
|
right: 10rpx;
|
|
top: 50%;
|
|
margin-top: -30rpx;
|
|
z-index: 2;
|
|
}
|
|
.erercises-detail-section .li .con .mark image.data-v-21dcff2b {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.erercises-detail-section .btns.data-v-21dcff2b {
|
|
padding: 25rpx;
|
|
box-sizing: border-box;
|
|
margin-top: 20rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.erercises-detail-section .btns .btn.data-v-21dcff2b {
|
|
padding: 0 20rpx;
|
|
line-height: 80rpx;
|
|
border-radius: 10rpx;
|
|
text-align: center;
|
|
background-color: #2080F9;
|
|
font-size: 28rpx;
|
|
color: #fff;
|
|
}
|
|
.erercises-detail-section .analysis.data-v-21dcff2b {
|
|
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;
|
|
}
|
|
.erercises-detail-section .analysis .answer.data-v-21dcff2b {
|
|
overflow: hidden;
|
|
padding: 20rpx 30rpx;
|
|
line-height: 50rpx;
|
|
background-color: #f3f8f6;
|
|
}
|
|
.erercises-detail-section .analysis .answer text.data-v-21dcff2b {
|
|
color: #49c99c;
|
|
}
|
|
.erercises-detail-section .analysis .line.data-v-21dcff2b {
|
|
width: 70%;
|
|
margin: 0 auto;
|
|
}
|
|
.erercises-detail-section .analysis .msg.data-v-21dcff2b {
|
|
line-height: 1.5;
|
|
letter-spacing: 1rpx;
|
|
color: #6b6b6b;
|
|
}
|
|
.erercises-detail-bottom.data-v-21dcff2b {
|
|
position: fixed;
|
|
bottom: 0;
|
|
z-index: 99;
|
|
width: 100%;
|
|
height: 100rpx;
|
|
background: #FFFFFF;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.erercises-detail-bottom .check.data-v-21dcff2b {
|
|
margin-left: 20rpx;
|
|
line-height: 30rpx;
|
|
}
|
|
.erercises-detail-bottom .check .a.data-v-21dcff2b {
|
|
float: left;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-right: 30rpx;
|
|
font-size: 30rpx;
|
|
color: #37C594;
|
|
}
|
|
.erercises-detail-bottom .check .b.data-v-21dcff2b {
|
|
float: left;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 30rpx;
|
|
color: #F01B1B;
|
|
}
|
|
.erercises-detail-bottom .check image.data-v-21dcff2b {
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
.erercises-detail-bottom .listen.data-v-21dcff2b {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 26rpx;
|
|
line-height: 30rpx;
|
|
color: #666666;
|
|
}
|
|
.erercises-detail-bottom .listen image.data-v-21dcff2b {
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
margin-right: 12rpx;
|
|
}
|
|
.erercises-detail-bottom .btns.data-v-21dcff2b {
|
|
margin-right: 20rpx;
|
|
}
|
|
.erercises-detail-bottom .btns .hand.data-v-21dcff2b {
|
|
float: left;
|
|
width: 140rpx;
|
|
margin-right: 10rpx;
|
|
font-size: 28rpx;
|
|
line-height: 57rpx;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
background: #2080F9;
|
|
border: 1px solid #2080F9;
|
|
border-radius: 29rpx;
|
|
}
|
|
.erercises-detail-bottom .btns .btn.data-v-21dcff2b {
|
|
float: right;
|
|
width: 140rpx;
|
|
font-size: 28rpx;
|
|
line-height: 57rpx;
|
|
color: #2080F9;
|
|
text-align: center;
|
|
background: #FFFFFF;
|
|
border: 1px solid #2080F9;
|
|
border-radius: 29rpx;
|
|
}
|
|
|
|
|