轮播图

This commit is contained in:
A1300399510
2023-07-25 19:43:56 +08:00
parent 7e95fd62f8
commit 6efebca2cf
2 changed files with 51 additions and 14 deletions

View File

@@ -87,6 +87,10 @@ const showPop = () => show.value = !show.value
border-radius: 20px;
padding: 20px;
.close {
display: block;
}
#container {
width: 100%;
height: 100%;
@@ -105,6 +109,7 @@ const showPop = () => show.value = !show.value
right: -25px;
cursor: pointer;
z-index: 1002;
display: none;
.icon {
width: 20px;