|
@@ -310,7 +310,9 @@ swiper {
|
|
|
flex-wrap: wrap;
|
|
|
flex-direction: row;
|
|
|
overflow-x: hidden;
|
|
|
- justify-content: space-between;
|
|
|
+ justify-content: space-around;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
padding: 0 20rpx;
|
|
|
box-sizing: border-box;
|
|
|
position: absolute;
|
|
@@ -322,7 +324,7 @@ swiper {
|
|
|
display: flex;
|
|
|
/* margin-right: 35rpx; */
|
|
|
flex-direction: column;
|
|
|
-
|
|
|
+ justify-content: space-between;
|
|
|
width: 214rpx;
|
|
|
height: 330rpx;
|
|
|
}
|