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{ .w-ba-banner .button-mid{
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 100%; height: 0;
top: 0; top: 50%;
left: 0;
} }
.next-button,.prev-button{ .next-button,.prev-button{
cursor: pointer; cursor: pointer;