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.
101 lines
1.7 KiB
101 lines
1.7 KiB
/* pages/systemTest/systemTest.wxss */
|
|
@import "../../lib/weui.wxss";
|
|
.content{
|
|
margin:90rpx 42rpx 0 42rpx;
|
|
border-radius: 10px;
|
|
/* padding-bottom:56rpx; */
|
|
}
|
|
.warningText{
|
|
font-size:28rpx;
|
|
color: #050505;
|
|
text-align: center;
|
|
font-weight:bold;
|
|
line-height:50rpx;
|
|
}
|
|
.devide{
|
|
/* height:20rpx; */
|
|
margin-top: 72rpx;
|
|
border-bottom:2px dashed #d6d6d6;
|
|
}
|
|
.personalInfo{
|
|
margin-top:58rpx;
|
|
}
|
|
.formInfo{
|
|
color: #050505;
|
|
font-size:36rpx;
|
|
font-weight:bold;
|
|
/* margin:58rpx 0 38rpx 0; */
|
|
|
|
}
|
|
.gender{
|
|
display:flex;
|
|
padding:30rpx 0;
|
|
justify-content: space-around;
|
|
border-radius: 10rpx;
|
|
border: solid 2rpx #c5c5c5;
|
|
overflow: hidden;
|
|
margin-top:38rpx;
|
|
}
|
|
.genderItem{
|
|
display: flex;
|
|
align-items: center;
|
|
padding:25rpx 0;
|
|
border-right:1px solid #c5c5c5;
|
|
width:50%;
|
|
}
|
|
.genderItem image{
|
|
width:56rpx;
|
|
height:66rpx;
|
|
margin-left:82rpx;
|
|
}
|
|
.genderItem text{
|
|
color: #050505;
|
|
font-size:36rpx;
|
|
margin-left:31rpx;
|
|
}
|
|
.lastgender{
|
|
border:none;
|
|
}
|
|
.ageContent{
|
|
display:flex;
|
|
border: solid 2rpx #c5c5c5;
|
|
border-radius: 10rpx;
|
|
overflow: hidden;
|
|
margin-top:34rpx;
|
|
}
|
|
.age{
|
|
padding-left:32rpx;
|
|
display:flex;
|
|
align-items: center;
|
|
width:80%;
|
|
}
|
|
.downContainer{
|
|
background-image: linear-gradient(80deg,
|
|
#ff874e 0%,
|
|
#f96038 100%);
|
|
/* display:inline-block; */
|
|
width:20%;
|
|
/* height:100%; */
|
|
padding:22rpx;
|
|
text-align: center;
|
|
}
|
|
.downContainer image{
|
|
width:31rpx;
|
|
height:21rpx;
|
|
}
|
|
.footer_btn{
|
|
background-image: linear-gradient(110deg,
|
|
#34ab92 0%,
|
|
#209f84 100%),
|
|
linear-gradient(
|
|
#209f84,
|
|
#209f84);
|
|
border-radius: 41rpx;
|
|
font-size: 36rpx;
|
|
color:#fff;
|
|
padding:24rpx 0;
|
|
width:63%;
|
|
text-align: center;
|
|
margin:60rpx auto 6rpx auto;
|
|
|
|
} |