修复时间选择器滑动异常问题
This commit is contained in:
@@ -823,6 +823,9 @@ function fuzzyMatchUpdateQueryStringParameterFun() {
|
||||
}
|
||||
}
|
||||
function langCodeFun(langCode) {
|
||||
if (window.location.href.match(/guildAr/)) {
|
||||
return
|
||||
}
|
||||
var body = document.body;
|
||||
body.style.display = 'none';
|
||||
setTimeout(function () {
|
||||
|
@@ -183,10 +183,10 @@ body {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
line-height: 0.4rem;
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
top: 5.3rem;
|
||||
top: 0rem;
|
||||
background: #fff;
|
||||
border-radius: 0.4rem 0.4rem 0 0;
|
||||
}
|
||||
|
@@ -188,10 +188,11 @@ body {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
line-height: 0.4rem;
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
top: 5.3rem;
|
||||
// top: 5.3rem;
|
||||
top: 0rem;
|
||||
background: #fff;
|
||||
border-radius: px2rem(30) px2rem(30) 0 0;
|
||||
|
||||
|
@@ -196,10 +196,10 @@ body {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
line-height: 0.4rem;
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
top: 5.3rem;
|
||||
top: 0;
|
||||
background: #fff;
|
||||
border-radius: 0.4rem 0.4rem 0 0;
|
||||
}
|
||||
|
@@ -203,10 +203,11 @@ body {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
line-height: 0.4rem;
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
top: 5.3rem;
|
||||
// top: 5.3rem;
|
||||
top: 0;
|
||||
background: #fff;
|
||||
border-radius: px2rem(30) px2rem(30) 0 0;
|
||||
|
||||
|
Reference in New Issue
Block a user