add:注册页
parent
9ca194b3a0
commit
db7336cd5a
@ -0,0 +1,181 @@
|
||||
/* pages/register/register.wxss */
|
||||
page {
|
||||
background: #f8f8f8;
|
||||
}
|
||||
|
||||
.nav {
|
||||
position: fixed;
|
||||
z-index: 99;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.nav .logo {
|
||||
width: 223rpx;
|
||||
}
|
||||
|
||||
.nav .nav_box {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0 32rpx;
|
||||
}
|
||||
|
||||
.bg {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: 943rpx;
|
||||
}
|
||||
|
||||
.footer {
|
||||
position: relative;
|
||||
margin-top: -60rpx;
|
||||
z-index: 1;
|
||||
width: 100%;
|
||||
height: 570rpx;
|
||||
background: #f8f8f8;
|
||||
border-radius: 50rpx 50rpx 0rpx 0rpx;
|
||||
text-align: center;
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 48rpx;
|
||||
font-weight: 500;
|
||||
color: #000;
|
||||
padding-top: 61rpx;
|
||||
padding-bottom: 48rpx;
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 440rpx;
|
||||
height: 73rpx;
|
||||
font-size: 26rpx;
|
||||
font-weight: 500;
|
||||
color: #666;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.content text {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.btn_login {
|
||||
width: 690rpx;
|
||||
height: 90rpx;
|
||||
background: #000000 !important;
|
||||
border-radius: 45rpx;
|
||||
color: #fff;
|
||||
line-height: 90rpx;
|
||||
font-size: 32rpx;
|
||||
font-weight: bold;
|
||||
margin: 131rpx auto 47rpx;
|
||||
}
|
||||
|
||||
.checked_box {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 26rpx;
|
||||
font-weight: 500;
|
||||
color: #666;
|
||||
height: 46rpx;
|
||||
line-height: 46rpx;
|
||||
}
|
||||
|
||||
.close {
|
||||
position: absolute;
|
||||
top: 35rpx;
|
||||
right: 35rpx;
|
||||
display: inline-block;
|
||||
width: 48rpx;
|
||||
height: 48rpx;
|
||||
}
|
||||
|
||||
.icon {
|
||||
display: block;
|
||||
width: 30rpx;
|
||||
height: 30rpx;
|
||||
margin-right: 25rpx;
|
||||
}
|
||||
|
||||
.info {
|
||||
width: 640rpx;
|
||||
height: 400rpx;
|
||||
background: #ffffff;
|
||||
border-radius: 30rpx;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.success_icon {
|
||||
width: 120rpx;
|
||||
height: 120rpx;
|
||||
background: #8ee2b1;
|
||||
border-radius: 50%;
|
||||
margin: 48rpx 0 27rpx;
|
||||
}
|
||||
|
||||
.text {
|
||||
height: 28rpx;
|
||||
font-size: 30rpx;
|
||||
font-weight: 500;
|
||||
color: #030000;
|
||||
line-height: 60rpx;
|
||||
margin-bottom: 40rpx;
|
||||
}
|
||||
|
||||
.btn_ok {
|
||||
width: 270rpx;
|
||||
height: 90rpx;
|
||||
line-height: 90rpx;
|
||||
background: #000000;
|
||||
border-radius: 45rpx;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.rich {
|
||||
word-break: break-all;
|
||||
white-space: pre-warp;
|
||||
}
|
||||
|
||||
.skip_footer_box {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
z-index: 99;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.skip_footer_box .checked_box {
|
||||
height: 80rpx;
|
||||
}
|
||||
|
||||
.skip_footer {
|
||||
display: flex;
|
||||
/*align-items: baseline;*/
|
||||
width: 100%;
|
||||
height: 153rpx;
|
||||
background: #ffffff;
|
||||
box-shadow: 0rpx -3rpx 7rpx 1rpx rgba(173, 191, 207, 0.21);
|
||||
}
|
||||
|
||||
.skip_foorer_autoBtn {
|
||||
width: 540rpx;
|
||||
height: 90rpx;
|
||||
background: #000000 !important;
|
||||
border-radius: 45rpx;
|
||||
color: #fff;
|
||||
line-height: 90rpx;
|
||||
text-align: center;
|
||||
margin: 21rpx 49rpx 42rpx 30rpx;
|
||||
}
|
||||
|
||||
.skip_foorer_btn {
|
||||
margin-top: 49rpx;
|
||||
font-size: 32rpx;
|
||||
font-weight: bold;
|
||||
color: #000;
|
||||
}
|
||||
Loading…
Reference in New Issue