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.
 
 
 

134 lines
2.3 KiB

.app-wallpaper{
position: relative;
background:{
size: 100% 100%;
repeat: no-repeat;
};
padding-bottom: 30rpx;
.container-background-group{
position: relative;
padding:{
bottom:10rpx;
}
.container-background-content{
.img{
width:135rpx;
}
background: {
color:#FFFFFF;
};
border:2rpx solid #262626;
border-radius:26rpx;
padding:30rpx;
.door_pass{
font-size:28rpx;
}
.xq-label{
color:#131313;
font-size: 28rpx;
font-weight: 500;
line-height: 1;
margin:{
top:0rpx;
bottom:20rpx;
}
}
.xq-textarea{
background-color: #F2F8F8;
width:100%;
height:145rpx;
padding:30rpx;
box-sizing: border-box;
}
.u-form-item .u-form-item__body{
padding:35rpx 0;
}
.u-form-item:nth-child(4) .u-form-item__body{
padding-bottom: 0;
}
.u-form-item__body__left__content__label{
font-size: 28rpx;
font-weight: 500;
color: #131313;
line-height: 1;
}
.radio-group{
justify-content: flex-end;
.radio-option{
box-sizing: border-box;
justify-content: flex-end;
align-items: center;
width:150rpx;
margin-left:60rpx;
.radio-circle{
box-sizing: border-box;
width:28rpx;
height:28rpx;
border:2rpx solid #636363;
border-radius: 50%;
margin-right:15rpx;
}
.radio-label{}
&.active{
.radio-circle{
width:28rpx;
height:28rpx;
border:2rpx solid #4DC3B8;
border-radius: 50%;
margin-right:15rpx;
padding:5rpx;
.radio-circle-in{
width:100%;
height:100%;
background-color: #4DC3B8;
border-radius: 50%;
}
}
.radio-label{
color:#4DC3B8;
}
}
}
}
.submit-button{
justify-content: center;
padding:{
top:50rpx;
bottom:20rpx;
}
}
}
.container-background-box{
box-sizing: border-box;
width:100%;
height:100%;
position: absolute;
top:0;
left:0;
z-index: -1;
padding:{
left:10rpx;
right:10rpx;
bottom:0rpx;
top:10rpx;
}
.container-background{
margin:auto;
width:100%;
height:100%;
background: {
color:#4DC3B8;
};
border:2rpx solid #262626;
border-radius:26rpx;
}
}
.u-form{
.u-form-item{
justify-content: space-between;
}
}
}
}