首页页面

This commit is contained in:
zhaofang
2022-09-25 18:50:47 +08:00
parent fb32fdf509
commit 14f7157caf
12 changed files with 730 additions and 421 deletions

View File

@@ -273,7 +273,7 @@ export default {
}
}
if(scrollTop > 400) {
document.querySelector('#qa-fixd').style.cssText = "position: fixed;top: 20px;width:410px;";
document.querySelector('#qa-fixd').style.cssText = "position: fixed;top: 0px;width:410px;";
} else {
document.querySelector('#qa-fixd').style.cssText = "position: static";
}