功能完善
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user