From 4e64e4f6488f477ec3c75af7864f99bb6ae9964d Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 29 七月 2024 19:05:38 +0800
Subject: [PATCH] ll
---
wechat_staff/components/disRealpic/index.wxss | 30 ++++++++++++++++++------------
1 files changed, 18 insertions(+), 12 deletions(-)
diff --git a/wechat_staff/components/disRealpic/index.wxss b/wechat_staff/components/disRealpic/index.wxss
index 836d279..81aea67 100644
--- a/wechat_staff/components/disRealpic/index.wxss
+++ b/wechat_staff/components/disRealpic/index.wxss
@@ -130,15 +130,11 @@
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
- justify-content: space-around;
+ justify-content: space-around;
}
-.main_content .goods_list .lastitem {
- margin-right: auto;
-}
-
-.main_content .goods_list .item {
+.main_content .goods_list .item {
width: 324rpx;
- margin-bottom: 32rpx;
+ margin-bottom: 32rpx;
}
.main_content .goods_list .item .img_wrap {
width: 100%;
@@ -157,14 +153,14 @@
}
.main_content .goods_list .item .img_wrap .full {
position: absolute;
- top: 32rpx;
- right: 32rpx;
+ top: 16rpx;
+ left: 16rpx;
font-size: 20rpx;
color: rgba(255, 255, 255, 0.8);
- width: 112rpx;
- height: 42rpx;
+ width:52rpx;
+ height: 46rpx;
background: rgba(0, 0, 0, 0.54);
- border-radius: 30rpx;
+ border-radius: 8rpx;
display: flex;
align-items: center;
justify-content: center;
@@ -214,3 +210,13 @@
.main_content .goods_list .item .info .primary {
color: var(--themeColor);
}
+.main_content .empty_wrap {
+ width: 100%;
+ display: flex;
+ padding-top: 200rpx;
+ justify-content: center;
+}
+.main_content .default_empty {
+ width: 300rpx;
+ height: 300rpx;
+}
--
Gitblit v1.9.3