ypzycp/pages/counselor/position/position.acss

59 lines
1.0 KiB
Plaintext

.position-body{
padding-bottom: 30rpx;
}
.position-head>text{
font-weight: normal;
}
.position-introduce,
.position-questions{
background-color: #FFFFFF;
padding: 20rpx 40rpx;
border-radius: 16rpx;
margin-top: 20rpx;
}
.position-introduce>text{
font-size: 32rpx;
line-height: 50rpx;
font-weight: 300;
}
.position-introduce .tips{
font-size: 32rpx;
line-height: 46rpx;
color: #bf3a30;
margin-top: 30rpx;
}
.position-entrance{
padding: 20rpx 0 2rpx;
}
.position-entrance>navigator{
width: 590rpx;
height: 76rpx;
line-height: 76rpx;
background-color: #3898EC;
text-align: center;
margin: 20rpx auto;
font-size: 32rpx;
color: #FFFFFF;
}
.questions-number{
font-size: 36rpx;
line-height: 40rpx;
padding: 30rpx;
text-align: center;
}
.questions-title{
font-size: 36rpx;
line-height: 60rpx;
padding: 40rpx 0;
}
.questions-option{
width: 590rpx;
height: 76rpx;
line-height: 76rpx;
background-color: #3898EC;
text-align: center;
margin: 20rpx auto;
font-size: 32rpx;
color: #FFFFFF;
border-radius: 12rpx;
}