Style(首页):界面细节调整

This commit is contained in:
lifizer
2024-08-06 17:18:46 +08:00
parent efaf6feb1a
commit 017f34bbf4
+3 -2
View File
@@ -668,12 +668,13 @@ export default {
} }
.land-famous-wrap { .land-famous-wrap {
position: relative; position: relative;
z-index: 5;
display: flex; display: flex;
flex-shrink: 0; flex-shrink: 0;
justify-content: space-between; justify-content: space-between;
padding: 20rpx; padding: 20rpx;
margin: 21rpx 0 0 0; margin: 16rpx 0 0 0;
border-radius: 16rpx; border-radius: 20rpx;
background: #fff; background: #fff;
.pic-wrap { .pic-wrap {
.img + .img { .img + .img {