Commit 60b30776 by libai

测试

parent 02de5cbf
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
opacity: 0 !important; opacity: 0 !important;
} }
.google-login-btn > div { .google-login-btn > div {
overflow: hidden;
opacity: 0 !important; opacity: 0 !important;
} }
.more-login { .more-login {
......
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
opacity: 0 !important; opacity: 0 !important;
} }
>div{ >div{
overflow: hidden;
opacity: 0 !important; opacity: 0 !important;
} }
} }
......
...@@ -202,9 +202,9 @@ function loginGo(){ ...@@ -202,9 +202,9 @@ function loginGo(){
html+='<div class="nav-login-more">'; html+='<div class="nav-login-more">';
html+='<div class="nav-login-more-jiao"></div>'; html+='<div class="nav-login-more-jiao"></div>';
html+='<div class="nav-login-more-top">'; html+='<div class="nav-login-more-top">';
html+='<img class="login-more-top-face" src="" alt="">'; html+='<img class="login-more-top-face" src="https://www.footseen.xyz/yazhaiTest/images/boy.png" alt="">';
html+='<p class="login-more-top-p1">主播暱稱預留</p>'; html+='<p class="login-more-top-p1">--</p>';
html+='<p class="login-more-top-p2">ID:246524</p>'; html+='<p class="login-more-top-p2">ID:--</p>';
html+='</div>'; html+='</div>';
html+='<div class="login-more-content-box">'; html+='<div class="login-more-content-box">';
html+='<div data-type="1">用戶中心</div>'; html+='<div data-type="1">用戶中心</div>';
......
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
margin: 0 auto; margin: 0 auto;
position: relative; position: relative;
} }
body::-webkit-scrollbar {
display: none;
}
.reg-h2 { .reg-h2 {
font-size: 30px; font-size: 30px;
font-weight: 700; font-weight: 700;
......
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
margin: 0 auto; margin: 0 auto;
position: relative; position: relative;
} }
body::-webkit-scrollbar {
display: none;
}
.reg-h2{ .reg-h2{
font-size: 30px; font-size: 30px;
font-weight: 700; font-weight: 700;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment