|
|
@@ -9,7 +9,8 @@ page {
|
|
|
margin: 20rpx;
|
|
|
}
|
|
|
|
|
|
-.no-pass {
|
|
|
+.no-pass,
|
|
|
+.no-authentication {
|
|
|
position: relative;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
@@ -25,11 +26,13 @@ page {
|
|
|
z-index: -1;
|
|
|
}
|
|
|
|
|
|
-.no-pass-bg {
|
|
|
+.no-pass-bg,
|
|
|
+.no-authentication-bg {
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
-.no-pass-content {
|
|
|
+.no-pass-content,
|
|
|
+.no-authentication-content {
|
|
|
width: 690rpx;
|
|
|
height: 840rpx;
|
|
|
background: rgba(255, 255, 255, 1);
|
|
|
@@ -42,16 +45,19 @@ page {
|
|
|
margin-top: 70rpx;
|
|
|
}
|
|
|
|
|
|
-.no-passs-img {
|
|
|
+.no-passs-img,
|
|
|
+.no-authentication-img {
|
|
|
height: 269rpx;
|
|
|
width: 360rpx;
|
|
|
}
|
|
|
|
|
|
-.no-pass-content-text {
|
|
|
+.no-pass-content-text,
|
|
|
+.no-authentication-content-text {
|
|
|
margin-top: 57rpx;
|
|
|
}
|
|
|
|
|
|
-.no-pass-content-text view:first-child {
|
|
|
+.no-pass-content-text view:first-child,
|
|
|
+.no-authentication-content-text view:first-child {
|
|
|
text-align: center;
|
|
|
font-size: 42rpx;
|
|
|
color: #000;
|
|
|
@@ -59,7 +65,8 @@ page {
|
|
|
font-weight: 500;
|
|
|
}
|
|
|
|
|
|
-.no-pass-content-text view:last-child {
|
|
|
+.no-pass-content-text view:last-child,
|
|
|
+.no-authentication-content-text view:last-child {
|
|
|
text-align: center;
|
|
|
font-size: 24rpx;
|
|
|
color: #666;
|
|
|
@@ -68,7 +75,8 @@ page {
|
|
|
margin-top: 20rpx;
|
|
|
}
|
|
|
|
|
|
-.no-pass-content-button {
|
|
|
+.no-pass-content-button,
|
|
|
+.no-authentication-content-button {
|
|
|
width: 560rpx;
|
|
|
height: 88rpx;
|
|
|
color: #fff;
|