修正图片文件路径

This commit is contained in:
陆柯 2020-03-23 22:32:06 +08:00
parent 74e563a6dd
commit 284c204471

View File

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