/* packageBookService/pages/bookServices/detail/components/learnTask/index.wxss */
|
page {
|
box-sizing: border-box;
|
padding: 0 24rpx;
|
}
|
|
.page-body {
|
padding: 20rpx;
|
font-size: 28rpx;
|
}
|
|
.from-item {
|
margin-bottom: 20rpx;
|
display: flex;
|
align-items: center;
|
}
|
|
.from-item .label {
|
width: 180rpx;
|
height: 68rpx;
|
line-height: 68rpx;
|
}
|
|
.t-input__content,
|
.t-textarea {
|
border: 2rpx solid #D9D9D9 !important;
|
padding: 10rpx !important;
|
}
|
|
.t-textarea {
|
min-height: 200rpx;
|
}
|
|
.t-input {
|
padding: 0 !important;
|
}
|
|
.t-input__tips,
|
.from-item .label .icon {
|
color: #f56c6c !important;
|
margin-right: 5rpx;
|
}
|
|
.t-input__placeholder,
|
.t-textarea__placeholder {
|
font-size: 28rpx !important;
|
}
|
|
.content-Box {
|
padding: 20rpx;
|
}
|
|
.item-title {
|
padding: 20rpx;
|
font-weight: bold;
|
display: flex;
|
align-items: center;
|
background: #fff6f0;
|
}
|
|
.iconImage {
|
width: 36rpx;
|
height: 36rpx;
|
margin-right: 10rpx;
|
}
|
|
.item-box {
|
padding: 10rpx;
|
}
|
|
.item {
|
padding: 10rpx 0;
|
}
|
|
.block {
|
position: relative;
|
width: 90vw;
|
height: 80vh;
|
background: var(--td-bg-color-container);
|
border-radius: 16rpx;
|
font-size: 28rpx;
|
}
|
|
.srcolbox {
|
width: 100%;
|
height: 80vh;
|
white-space: nowrap;
|
}
|
|
.dataList {
|
width: 100%;
|
height: 100%;
|
white-space: pre-wrap;
|
}
|
|
.item-Con-Box {
|
padding: 20rpx;
|
}
|
|
.description {
|
padding: 10rpx 0;
|
}
|
|
.label {
|
display: flex;
|
align-items: center;
|
}
|
|
.des {
|
padding: 2px 5px;
|
background: rgba(255, 108, 0, 0.1);
|
color: #ff6d00;
|
}
|
|
.description .name {
|
margin: 10rpx 0;
|
margin-left: 40rpx;
|
font-weight: bold;
|
}
|
|
.pointer {
|
margin-left: 40rpx;
|
}
|
|
.pointer .name {
|
margin-bottom: 10rpx;
|
}
|
|
.box-list {
|
margin-top: 30rpx;
|
margin-left: 10rpx;
|
}
|
|
.box-list .lable {
|
margin-bottom: 10rpx;
|
font-weight: bold;
|
}
|
|
.lable .icon {
|
color: #f56c6c;
|
}
|
|
.rateList {
|
line-height: 36rpx;
|
}
|
|
.li {
|
margin: 10rpx;
|
}
|
|
.userName {
|
font-family: '楷体', SimSun, 'Sunflower', sans-serif;
|
font-style: italic;
|
}
|
|
.buttonBox {
|
text-align: center;
|
padding: 30rpx;
|
}
|
|
.btn {
|
width: 200rpx;
|
font-size: 28rpx;
|
height: 68rpx !important;
|
font-size: 28rpx;
|
--td-button-primary-bg-color: #fff;
|
--td-button-primary-border-color: #FF6C00;
|
--td-button-primary-color: #ff6c00;
|
--td-button-primary-active-bg-color: #fff0e6;
|
--td-button-primary-active-border-color: #ff6c00;
|
padding: 0;
|
margin: 0 30rpx;
|
display: flex;
|
align-items: center;
|
}
|
|
|
|
.close-btn {
|
position: absolute;
|
left: 50%;
|
margin-left: -32rpx;
|
bottom: calc(-1 * (48rpx + 64rpx));
|
}
|
|
|
.submit {
|
background: #ff6c00;
|
color: #fff;
|
}
|
|
.popup-box {
|
position: absolute;
|
z-index: 99999;
|
top: 0;
|
background-color: rgba(0, 0, 0, 0.5);
|
width: 100vw;
|
height: 100vh;
|
}
|
|
.info-center {
|
position: fixed;
|
z-index: 99999;
|
background-color: white;
|
align-items: center;
|
justify-content: center;
|
border-radius: 10rpx;
|
width: 78%;
|
height: 400rpx;
|
margin-left: 8%;
|
}
|
|
.block1 {
|
height: 200rpx;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
|
.t-radio {
|
margin-right: 40rpx;
|
}
|