市北人才赋能平台 --小程序端
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.
 

38 lines
614 B

/* pages/register/index.wxss */
.container {
position: relative;
padding: 0 20px;
display: flex;
height: 100vh;
justify-items: center;
align-items: center;
}
.register_cancel {
position: absolute;
padding: 10px;
width: 30px;
height: 30px;
top: 0;
right: 20px;
}
.page_bd {
height: 60vh;
width: 100%;
}
.register_form .weui-cells__title {
font-size: 19px;
color: black;
}
.register_form .weui-cell__icon {
padding-right:5px;
width: 25px;
height: 30px;
}
.register_form .weui-cells::before {
border-top: 0px solid white;
}
.register_form .weui-vcode-btn {
width: 100px;
}