...
|
...
|
@@ -386,7 +386,7 @@ image { |
|
|
/* width: 218rpx; */
|
|
|
flex: 1;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
/* justify-content: center; */
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
margin-right: 16rpx;
|
...
|
...
|
@@ -414,6 +414,8 @@ image { |
|
|
border-bottom: 16rpx solid #f5f5f5;
|
|
|
/* border-top:16rpx solid #f5f5f5; */
|
|
|
margin-top:70rpx;
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
|
|
|
|
.miaosha {
|
...
|
...
|
@@ -423,6 +425,7 @@ image { |
|
|
|
|
|
.active {
|
|
|
flex-wrap: nowrap;
|
|
|
justify-content: flex-start;
|
|
|
/* overflow-x: scroll; */
|
|
|
}
|
|
|
|
...
|
...
|
|