Commit c96bfd67 by liangjianmin

style(index): 调整列表项的底部边距和文本上边距

将列表项的底部边距从 38rpx 修改为 15rpx,文本的上边距从 13rpx 修改为 10rpx,以优化布局
parent 4d46eba5
Showing with 2 additions and 2 deletions
......@@ -31,7 +31,7 @@
width: 225rpx;
height: 141rpx;
margin-right: 15rpx;
margin-bottom: 38rpx;
margin-bottom: 15rpx;
&:nth-child(3n) {
margin-right: 0;
......@@ -50,7 +50,7 @@
}
.text {
margin-top: 13rpx;
margin-top: 10rpx;
font-size: 20rpx;
color: #484b59;
}
......
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 sign in to comment