/* packageCourse/components/teaching/index.wxss */
|
.teachBox {
|
width: 100%;
|
height: 100%;
|
font-size: 28rpx;
|
}
|
|
.teachBox .t-overlay {
|
top: 85rpx !important
|
}
|
|
.header {
|
width: 100%;
|
padding: 0 20rpx;
|
box-sizing: border-box;
|
}
|
|
.teachContent {
|
width: 100%;
|
padding: 20rpx;
|
box-sizing: border-box;
|
}
|
|
.teachBox .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;
|
}
|
|
.block-question-title {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
height: 40px;
|
padding: 0 20rpx;
|
font-size: 30rpx;
|
border-bottom: 1rpx solid #eee;
|
}
|
|
.block-question {
|
height: calc(100vh - 80px - 40px - 40px);
|
padding: 20rpx;
|
box-sizing: border-box;
|
overflow-y: auto;
|
}
|
|
.block-question-title-text {
|
color: #ff6d00;
|
}
|
|
.block-question-user {
|
margin-bottom: 20rpx;
|
color: #ff6d00;
|
}
|
|
|
.demo-section__content {
|
margin-top: 32rpx;
|
margin-bottom: 48rpx;
|
}
|
|
.block-question .t-textarea {
|
padding: 0 !important;
|
}
|
|
.block-question .t-textarea__wrapper-inner {
|
font-size: 26rpx !important;
|
}
|
|
.block-question .t-input__placeholder,
|
.block-question .t-textarea__placeholder {
|
font-size: 26rpx !important;
|
}
|