Fix css bug.

This commit is contained in:
BoHung Chiu 2022-10-16 19:17:32 +08:00
parent aeb4baf741
commit 37aff562a7
1 changed files with 2 additions and 3 deletions

View File

@ -70,9 +70,8 @@
.w-ba-banner .button-mid{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
height: 0;
top: 50%;
}
.next-button,.prev-button{
cursor: pointer;