smallImgDown相对位置修改

This commit is contained in:
2025-07-15 09:36:55 +08:00
parent 564618bf88
commit 105a66d77c

View File

@@ -608,13 +608,13 @@
.scrollbutton_01.smallImgUp,
.scrollbutton_01.smallImgUp.disabled {
background: url(/static/index/pc/images/fl.png);
left: 0px;
left: 10%;
}
.scrollbutton_01.smallImgDown,
.scrollbutton_01.smallImgDown.disabled {
background: url(/static/index/pc/images/rh.png);
right: 0px;
right: 10%;
}
.scrollbutton.smallImgUp,