案例排行榜

This commit is contained in:
lmj
2022-06-08 19:38:00 +08:00
parent f4b88764a8
commit cd9c1e013a
2 changed files with 3 additions and 2 deletions

View File

@@ -207,7 +207,7 @@ export default {
} }
} }
if(scrollTop > 630) { if(scrollTop > 630) {
document.querySelector('#fixd-box').style.cssText = "position: fixed;top: -550px;width:245.5px"; document.querySelector('#fixd-box').style.cssText = "position: fixed;top: -500px;width:245.5px";
} else { } else {
document.querySelector('#fixd-box').style.cssText = "position: static"; document.querySelector('#fixd-box').style.cssText = "position: static";
} }

View File

@@ -458,7 +458,7 @@ export default {
} }
if (scrollTop > 630) { if (scrollTop > 630) {
document.querySelector("#fixd-box").style.cssText = document.querySelector("#fixd-box").style.cssText =
"position: fixed;top: -550px;width:245.5px"; "position: fixed;top: -500px;width:245.5px";
} else { } else {
document.querySelector("#fixd-box").style.cssText = "position: static"; document.querySelector("#fixd-box").style.cssText = "position: static";
} }
@@ -637,6 +637,7 @@ export default {
line-height: 25px; line-height: 25px;
display: flex; display: flex;
.case-tittext{ .case-tittext{
font-size: 18px;
width: 80%; width: 80%;
display: -webkit-box; display: -webkit-box;
overflow: hidden; overflow: hidden;