mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
fix:修复英文版本登录按钮无法点击
This commit is contained in:
parent
58c1d52f52
commit
02a9623310
7
resources/assets/sass/pages/page-index.scss
vendored
7
resources/assets/sass/pages/page-index.scss
vendored
@ -378,6 +378,7 @@
|
||||
text-align: center;
|
||||
line-height: 36px;
|
||||
cursor: pointer;
|
||||
padding: 0 10px 0 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -430,7 +431,7 @@
|
||||
center center;
|
||||
background-size: contain;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
bottom: -40px;
|
||||
}
|
||||
.header-pic {
|
||||
width: 920px;
|
||||
@ -440,8 +441,8 @@
|
||||
background-size: contain;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
margin-left: -460px;
|
||||
bottom: -202px;
|
||||
margin-left: -471px;
|
||||
bottom: -236px;
|
||||
}
|
||||
}
|
||||
.page-main {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user