From 282ae8b61eed9a9eb81ac85a9c7f6899eb3652fd Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 29 七月 2024 19:26:14 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 wechat_staff/components/disRealpic/index.wxss |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/wechat_staff/components/disRealpic/index.wxss b/wechat_staff/components/disRealpic/index.wxss
index ce00af9..81aea67 100644
--- a/wechat_staff/components/disRealpic/index.wxss
+++ b/wechat_staff/components/disRealpic/index.wxss
@@ -153,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;

--
Gitblit v1.9.3