...
|
...
|
@@ -212,7 +212,7 @@ swiper { |
|
|
box-sizing: border-box;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: flex-start;
|
|
|
justify-content: space-between;
|
|
|
overflow-x: scroll;
|
|
|
/* display: -webkit-box; */
|
|
|
-webkit-overflow-scrolling: touch;
|
...
|
...
|
@@ -222,11 +222,12 @@ swiper { |
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
margin-right: 60rpx;
|
|
|
justify-content: center;
|
|
|
/* margin-right: 60rpx; */
|
|
|
}
|
|
|
.people:nth-last-child(1){
|
|
|
margin-right: 0;
|
|
|
padding-right: 36rpx;
|
|
|
/* padding-right: 36rpx; */
|
|
|
}
|
|
|
.people-img {
|
|
|
width: 40rpx;
|
...
|
...
|
@@ -245,7 +246,7 @@ swiper { |
|
|
align-items: center;
|
|
|
}
|
|
|
.people-num .name {
|
|
|
/* width:100rpx; */
|
|
|
max-width:100rpx;
|
|
|
margin-right:10rpx;
|
|
|
text-align: center;
|
|
|
/* margin-right: 10rpx; */
|
...
|
...
|
@@ -259,6 +260,7 @@ swiper { |
|
|
-webkit-box-orient: vertical;
|
|
|
}
|
|
|
.people-num .num {
|
|
|
/* width:40%; */
|
|
|
color: #333333;
|
|
|
font-size: 22rpx;
|
|
|
}
|
...
|
...
|
|