修正图片文件路径
This commit is contained in:
parent
74e563a6dd
commit
284c204471
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user