/* packageCourse/components/teaching/index.wxss */
|
.teachBoxContent {
|
width: 100%;
|
height: 100%;
|
font-size: 28rpx;
|
}
|
|
.header {
|
width: 100%;
|
padding: 0 20rpx;
|
box-sizing: border-box;
|
}
|
|
.teachContent {
|
width: 100%;
|
height: calc(100% - 82px);
|
padding: 20rpx;
|
box-sizing: border-box;
|
overflow: auto;
|
}
|
|
.teachBoxContent .count {
|
width: 100%;
|
padding: 20rpx;
|
box-sizing: border-box;
|
border-bottom: 1rpx solid #eee;
|
}
|
|
.teachContent .questionInfo {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
}
|
|
.teachContent .questionName {
|
margin-bottom: 10rpx;
|
}
|
|
.teachContent .list {
|
width: 100%;
|
margin-bottom: 20rpx;
|
border-bottom: 1px solid #eee;
|
padding: 20rpx 0;
|
box-sizing: border-box;
|
}
|
|
.demo-section__content {
|
margin-top: 32rpx;
|
margin-bottom: 48rpx;
|
}
|