功能完善

This commit is contained in:
2024-04-13 17:20:09 +08:00
parent be328f9243
commit 23af4c25e3
15 changed files with 253 additions and 90 deletions

View File

@@ -140,7 +140,7 @@ const swiperChange = (e: any) => {
image {
width: 100%;
height: 100%;
height: 520rpx;
}
}
@@ -154,8 +154,11 @@ const swiperChange = (e: any) => {
.indicator-view {
display: flex;
flex-direction: row;
position: relative;
position: absolute;
justify-content: center;
left: 0;
right: 0;
top: -20rpx;
.normal {
width: 16rpx;
@@ -235,7 +238,7 @@ const swiperChange = (e: any) => {
}
.divider {
margin: 0 40rpx;
margin: 0 30rpx;
width: 0.5rpx;
height: 100%;
background: #C7C7C7;