ypzycp/pages/examinee/information/information.acss

86 lines
1.5 KiB
Plaintext
Raw Permalink Normal View History

2022-01-17 10:27:44 +00:00
.examinee{
padding: 20rpx;
background: #FFFFFF;
border-radius: 16rpx;
margin: 20rpx 0 10rpx;
}
.examinee-name{
display: flex;
justify-content: space-between;
align-items: center;
padding: 20rpx 0;
}
.examinee-name>view:first-child{
font-size: 42rpx;
line-height: 60rpx;
font-weight: 600;
}
.examinee-name>view:last-child{
font-size: 28rpx;
padding: 0 30rpx;
background: #3898EC;
line-height: 60rpx;
border-radius: 12rpx;
color: #FFFFFF;
}
.examinee-item{
padding: 0 20rpx 20rpx;
font-size: 32rpx;
line-height: 60rpx;
border-bottom: 2rpx solid #2e9dff;
}
.evaluation{
padding: 30rpx 0 20rpx;
}
.evaluation-title{
font-size: 18px;
font-weight: 600;
text-align: center;
}
.evaluation-item{
display: flex;
justify-content: space-between;
padding: 20rpx 0;
font-size: 32rpx;
line-height: 40rpx;
}
.evaluation-item>navigator{
text-decoration: underline;
color: #551a8b;
}
.evaluation-btn{
display: inline-block;
margin: 20rpx 50%;
width: auto;
padding: 0 30rpx;
height: 76rpx;
background: #bec3c7;
border: 0;
font-size: 32rpx;
line-height: 76rpx;
color: #FFFFFF;
transform: translateX(-50%);
}
.examinee .tips{
padding: 0 40rpx;
font-size: 30rpx;
line-height: 44rpx;
}
.examinee-btn{
display: inline-block;
margin: 40rpx 50% 20rpx;
width: auto;
padding: 0 30rpx;
height: 76rpx;
background: #3898EC;
border: 0;
font-size: 32rpx;
line-height: 76rpx;
color: #FFFFFF;
transform: translateX(-50%);
}