From 7b950f425d01b74febcebb9a6506e1607c3a2a0f Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 06 八月 2024 09:44:21 +0800
Subject: [PATCH] ''
---
wechat_jiaxuan/components/disRealpic/index.less | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/wechat_jiaxuan/components/disRealpic/index.less b/wechat_jiaxuan/components/disRealpic/index.less
index a049ac5..276d2ff 100644
--- a/wechat_jiaxuan/components/disRealpic/index.less
+++ b/wechat_jiaxuan/components/disRealpic/index.less
@@ -137,16 +137,19 @@
.goods_list {
height: calc( 100% - 222rpx);
- width: 590rpx;
+ width: 750rpx;
box-sizing: border-box;
padding: 12rpx 40rpx;
+ display: flex;
.empty{
+ width: 100%;
height: 100rpx;
}
.item {
width: 324rpx;
float: left;
margin-bottom: 32rpx;
+ margin-right: 0;
&:nth-of-type(2n){
margin-right: 22rpx;
}
--
Gitblit v1.9.3