ypzycp/pages/examinee/expert/questions/questions.acss

77 lines
1.3 KiB
Plaintext
Raw Normal View History

2022-01-17 10:27:44 +00:00
.questions-body{
padding-bottom: 30rpx;
}
.questions{
padding-top: 8rpx;
}
.questions-title{
font-size: 32rpx;
line-height: 80rpx;
font-weight: bold;
}
.questions .row{
display: flex;
justify-content: space-between;
align-items: center;
height: 76rpx;
line-height: 76rpx;
background-color: #f3f3f3;
padding: 0 24rpx;
border: 2rpx solid #cccccc;
color: #333333;
font-size: 28rpx;
background-color: #FFFFFF;
}
.questions .row>view{
width: 90%;
}
.questions .row>image{
width: 30rpx;
height: 30rpx;
}
.questions-input,
.questions-describe{
box-sizing: border-box;
background-color: #FFFFFF;
width: 100%;
height: 76rpx;
line-height: 76rpx;
padding: 0 24rpx;
border: 2rpx solid #cccccc;
color: #333333;
font-size: 28rpx;
}
.questions-describe{
height: 324rpx;
padding: 16rpx 24rpx;
line-height: 42rpx;
}
.questions-cherck{
font-size: 32rpx;
line-height: 80rpx;
overflow: hidden;
}
.questions-cherck>label{
display: flex;
align-items: center;
}
.questions-cherck checkbox{
width: 26rpx;
height: 26rpx;
}
.tips{
padding: 20rpx 0;
color: #bf3a30;
font-size: 30rpx;
font-style: italic;
text-align: center;
}
.questions-btn{
display: inline-block;
height: 76rpx;
line-height: 76rpx;
padding: 0 30rpx;
margin: 20rpx 50%;
background-color: #3898EC;
transform: translateX(-50%);
}