mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-13 03:52:50 +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;
|
text-align: center;
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
padding: 0 10px 0 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -430,7 +431,7 @@
|
|||||||
center center;
|
center center;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: -40px;
|
||||||
}
|
}
|
||||||
.header-pic {
|
.header-pic {
|
||||||
width: 920px;
|
width: 920px;
|
||||||
@ -440,8 +441,8 @@
|
|||||||
background-size: contain;
|
background-size: contain;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -460px;
|
margin-left: -471px;
|
||||||
bottom: -202px;
|
bottom: -236px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.page-main {
|
.page-main {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user