page{
|
background-color: #fbf8f8;
|
font-size: 26upx;
|
}
|
.auth{
|
padding-bottom: 60upx;
|
}
|
.tips{
|
padding: 30upx;
|
}
|
.tips-title{
|
font-size: 30upx;
|
font-weight: 700;
|
margin-bottom: 10upx;
|
}
|
.tips-desc{
|
font-size: 24upx;
|
color: #000000;
|
line-height: 40upx;
|
}
|
.authView{
|
width: 94%;
|
margin: 50upx auto 30upx;
|
padding: 30upx 0;
|
background-color: #ffffff;
|
}
|
.auth-title{
|
padding: 20upx 30upx;
|
}
|
.auth-title-w{
|
font-weight: 700;
|
font-size: 30upx;
|
}
|
.auth-tips{
|
float: right;
|
display: flex;
|
align-items: center;
|
font-size: 24upx;
|
background-color: #e5eeff;
|
padding: 8upx 20upx;
|
border-radius: 30upx;
|
font-weight: 700;
|
margin-top: -8upx;
|
color: #7e94bd;
|
}
|
.auth-tips image{
|
width: 36upx;
|
height: 36upx;
|
margin-right: 10upx;
|
}
|
.auth-desc{
|
padding: 0 30upx 20upx 30upx;
|
font-size: 24upx;
|
color: #666666;
|
margin-bottom: 50upx;
|
}
|
|
.authImg{
|
width: 400upx;
|
margin: 0 auto 40upx;
|
position: relative;
|
}
|
.authImg:last-child{
|
margin: 0 auto;
|
}
|
.authImg image{
|
width: 100%;
|
height: 260upx;
|
margin-bottom: 20upx;
|
border: 1px solid #dddddd;
|
}
|
.authImg-desc{
|
text-align: center;
|
font-weight: 700;
|
}
|
.authImg-desc text:nth-child(2){
|
color: #7e94bd;
|
}
|
.authBtn{
|
width: 94%;
|
margin: 10upx auto 30upx;
|
}
|
.addrItem{
|
margin-bottom: 55upx;
|
}
|
.authBtn-icon{
|
width: 48upx;
|
height: 48upx;
|
margin-top: 2upx;
|
margin-right: 10upx;
|
}
|
.authBtn-desc{
|
display: flex;
|
align-items: center;
|
font-size: 24upx;
|
}
|
.blue{
|
color: #7e94bd;
|
}
|
.auth-btn{
|
width: 100%;
|
margin-top: 30upx;
|
height: 90upx;
|
background-color: #bfbfbf;
|
color: #ffffff;
|
letter-spacing: 10upx;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
font-weight: 700;
|
font-size: 28upx;
|
border-radius: 50upx;
|
}
|
.authBtn .active{
|
background-color: #1735C0;
|
}
|
|
.del{
|
position: absolute;
|
right: -15upx;
|
top: -15upx;
|
width: 56upx !important;
|
height: 56upx !important;
|
z-index: 999;
|
border: none !important;
|
}
|
.realname{
|
padding: 10upx 0;
|
font-size: 24upx;
|
margin-top: 20upx;
|
color: #409EFF;
|
background-color: #f3f3f3;
|
border-radius: 10upx;
|
}
|