This commit is contained in:
陆柯 2020-03-23 23:03:17 +08:00
parent 4f774ae5c5
commit 2f4583c04d

View File

@ -238,15 +238,15 @@
background: no-repeat center center / contain; background: no-repeat center center / contain;
} }
.sLeftMostButton{ .sLeftMostButton{
background-image: url(../static/cPager.leftMost.png) background-image: url(./cPager.leftMost.png)
} }
.sPrevButton{ .sPrevButton{
background-image: url(../static/cPager.previous.png) background-image: url(./cPager.previous.png)
} }
.sNextButton{ .sNextButton{
background-image: url(../static/cPager.next.png) background-image: url(./cPager.next.png)
} }
.sRightMostButton{ .sRightMostButton{
background-image: url(../static/cPager.rightMost.png) background-image: url(./cPager.rightMost.png)
} }
</style> </style>