smallImgDown相对位置修改

This commit is contained in:
2025-07-15 09:36:55 +08:00
parent 728730433b
commit 61e4ac1fb3

View File

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