游客登陆 权限拦截
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
.guide_pages_bg2 {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background: url("@/static/icon/e_0ban_2.jpg") no-repeat;
|
||||
background: url("@/static/icon/e_0ban_2.jpg") no-repeat bottom center;
|
||||
background-size: cover;
|
||||
// background-color: #007AFF;
|
||||
display: flex;
|
||||
@@ -107,7 +107,7 @@
|
||||
.guide_pages_bg3 {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background: url("@/static/icon/e_0ban_3.jpg") no-repeat;
|
||||
background: url("@/static/icon/e_0ban_3.jpg") no-repeat bottom center;
|
||||
background-size: cover;
|
||||
// background-color: #EA552D;
|
||||
display: flex;
|
||||
@@ -127,7 +127,7 @@
|
||||
|
||||
.close_btj {
|
||||
position: absolute;
|
||||
top: 60%;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 290rpx;
|
||||
height: 68rpx;
|
||||
|
||||
Reference in New Issue
Block a user