/* 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;
|
}
|
|
|
.t-checkbox__title {
|
line-height: 36rpx !important;
|
}
|
|
.t-checkbox {
|
font-size: 26rpx !important;
|
}
|
|
.t-checkbox__icon {
|
position: relative;
|
display: block;
|
width: var(--td-checkbox-icon-size, 36rpx) !important;
|
height: var(--td-checkbox-icon-size, 36rpx) !important;
|
color: var(--td-checkbox-icon-color, var(--td-component-border, var(--td-gray-color-4, #dcdcdc)));
|
font-size: var(--td-checkbox-icon-size, 36rpx) !important;
|
margin-top: calc((var(--td-checkbox-title-line-height, 36rpx) - var(--td-checkbox-icon-size, 36rpx)) / 2) !important;
|
}
|
|
.t-checkbox__icon-circle {
|
width: calc((var(--td-checkbox-icon-size, 36rpx) - 4rpx) * 2) !important;
|
height: calc((var(--td-checkbox-icon-size, 36rpx) - 4rpx) * 2) !important;
|
}
|
|
.t-radio__icon {
|
width: var(--td-radio-icon-size, 36rpx) !important;
|
height: var(--td-radio-icon-size, 36rpx) !important;
|
font-size: var(--td-radio-icon-size, 36rpx) !important;
|
}
|
|
.t-radio__icon-circle {
|
width: var(--td-radio-icon-size, 36rpx) !important;
|
height: var(--td-radio-icon-size, 36rpx) !important;
|
}
|
|
.t-radio__title {
|
line-height: var(--td-radio-label-line-height, 36rpx) !important;
|
}
|
|
.t-radio {
|
font-size: var(--td-radio-font-size, 26rpx) !important;
|
}
|