You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
1.2 KiB
81 lines
1.2 KiB
/* pages/twoTest/twoTest.wxss */
|
|
/* pages/constitutionGrade/constitutionGrade.wxss */
|
|
.content{
|
|
border:1px solid transparent;
|
|
margin:52rpx 42rpx 0 42rpx;
|
|
}
|
|
.progressInfo{
|
|
display:flex;
|
|
justify-content: space-between;
|
|
}
|
|
.upTest{
|
|
background-color: #209F84;
|
|
text-align: center;
|
|
width: 265rpx;
|
|
color: #ffff;
|
|
margin-top: 10rpx;
|
|
height: 70rpx;
|
|
line-height: 70rpx;
|
|
|
|
|
|
}
|
|
.progressInfo text{
|
|
color: #212121;
|
|
font-size:32rpx;
|
|
font-weight:bold;
|
|
}
|
|
.progress-box{
|
|
margin-top:30rpx;
|
|
}
|
|
|
|
.formLayout{
|
|
background:#f4f4f4;
|
|
border-radius: 20rpx;
|
|
padding:83rpx 22rpx 74rpx 22rpx;
|
|
margin-top:57rpx;
|
|
}
|
|
.ask{
|
|
font-size:41rpx;
|
|
color: #212121;
|
|
text-align:center;
|
|
margin-bottom:81rpx;
|
|
}
|
|
.formitem{
|
|
display:flex;
|
|
justify-content: space-between;
|
|
padding:26rpx 36rpx 26rpx 23rpx;
|
|
border-top:1px solid #d6d6d6;
|
|
}
|
|
.lastItem{
|
|
border-bottom:1px solid #d6d6d6;
|
|
}
|
|
.formItemInfo{
|
|
display:flex;
|
|
align-items: center;
|
|
}
|
|
.formItemInfo image{
|
|
width:36rpx;
|
|
height:40rpx;
|
|
}
|
|
.formItemInfo text{
|
|
color: #212121;
|
|
font-size:34rpx;
|
|
margin-left:18rpx;
|
|
}
|
|
.arrow image{
|
|
width:18rpx;
|
|
height:26rpx;
|
|
}
|
|
.header{
|
|
text-align:center;
|
|
}
|
|
.testTitle{
|
|
text-align:center;
|
|
color:#fff;
|
|
font-size: 39rpx;
|
|
}
|
|
.contentContainer {
|
|
margin: -240rpx auto 46rpx auto;
|
|
}
|
|
|
|
|
|
|