feat: 初始化

This commit is contained in:
George
2025-07-07 15:55:44 +08:00
commit 9b7bfcfe5a
969 changed files with 123036 additions and 0 deletions

View File

@ -0,0 +1,38 @@
.swipperWrapper {
position: relative;
padding-bottom: 16px;
.closeIcon {
position: absolute;
top: 13px;
right: 9px;
width: 16px;
height: 16px;
cursor: pointer;
}
.swiper {
height: 120px;
}
::v-deep .uni-swiper-wrapper {
padding-bottom: 16px;
}
::v-deep .swiperItem {
display: flex;
justify-content: center;
}
::v-deep .uni-swiper-dots-horizontal {
bottom: 0px;
}
::v-deep .uni-swiper-dot {
width: 4px;
height: 4px;
background-color: transparent;
border: 1px solid rgba(229, 229, 229, 1);
}
::v-deep .uni-swiper-dot-active {
background-color: rgba(229, 229, 229, 1);
}
.swiperItemImage {
width: 100%;
height: 120px;
}
}