From e0adf6c49fdc18990bc8426b5dcafce4be03e014 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 30 七月 2024 13:55:40 +0800
Subject: [PATCH] 提交
---
wechat_staff/components/disRealpic/index.wxss | 23 ++++++++++++++++++-----
1 files changed, 18 insertions(+), 5 deletions(-)
diff --git a/wechat_staff/components/disRealpic/index.wxss b/wechat_staff/components/disRealpic/index.wxss
index 44f0e3c..81aea67 100644
--- a/wechat_staff/components/disRealpic/index.wxss
+++ b/wechat_staff/components/disRealpic/index.wxss
@@ -11,6 +11,7 @@
}
.search_wrap image {
width: 28rpx;
+ height: 28rpx;
margin-right: 16rpx;
}
.app {
@@ -152,20 +153,21 @@
}
.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;
}
.main_content .goods_list .item .img_wrap .full .icon {
width: 24rpx;
+ height: 24rpx;
margin-right: 4rpx;
}
.main_content .goods_list .item .img_wrap .img {
@@ -199,6 +201,7 @@
}
.main_content .goods_list .item .info .icon {
width: 28rpx;
+ height: 28rpx;
margin-right: 8rpx;
}
.main_content .goods_list .item .info .num {
@@ -207,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