Commit 44ea6e4b by 李嘉林

限时活动样式优化

parent 8ff97d59
...@@ -22,6 +22,9 @@ ...@@ -22,6 +22,9 @@
color: #333; color: #333;
font-weight: bold; font-weight: bold;
text-align: left; text-align: left;
flex: 1;
margin-right: 4rpx;
} }
.topInfo .subheading { .topInfo .subheading {
position: relative; position: relative;
...@@ -53,6 +56,7 @@ ...@@ -53,6 +56,7 @@
.goodsList { .goodsList {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
flex-wrap: wrap;
} }
.goodsItem { .goodsItem {
box-sizing: border-box; box-sizing: border-box;
...@@ -61,7 +65,7 @@ ...@@ -61,7 +65,7 @@
border-radius: 5px; border-radius: 5px;
overflow: hidden; overflow: hidden;
background: #fff; background: #fff;
margin: 0 10rpx; margin: 20rpx 10rpx 0;
} }
.goods-item-child .info { .goods-item-child .info {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment