/* pages/home/index.wxss */ .homelist{ display: inline-block; width: 345rpx; margin: 10rpx 10rpx 10rpx 20rpx; border-radius: 15rpx; box-shadow: #ccc 0 0 20rpx; overflow: hidden; } .homelist:nth-child(even){ margin: 10rpx 20rpx 10rpx 10rpx; } .image{ height: 270rpx; width: 345rpx; display: block; } .title{ padding: 15rpx 10rpx; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 16px; } .tag{ position: absolute; border-radius: 15rpx; color: #fff; background-color: #aaaaaa; padding: 5rpx 10rpx; font-size: 14px; top: 5rpx; left: 5rpx; }