From 8478015e961b93963e0a269d92c281d84da44f63 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期一, 09 九月 2024 23:47:09 +0800
Subject: [PATCH] update 会员信息、兑换商品等

---
 common/global.scss |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/common/global.scss b/common/global.scss
index e7e7a07..8dd0225 100644
--- a/common/global.scss
+++ b/common/global.scss
@@ -238,6 +238,24 @@
 .component-stock-zero{
 	position: relative;
 }
+.component-status-zero{
+	position: absolute;
+	line-height: 100%;
+	// font-size: ;
+	left: -2rpx;
+	right: -2rpx;
+	top: -2rpx;
+	bottom: -2rpx;
+	font-size: 600;
+	content: '已下架';
+	color: #fff;
+	text-align: center;
+	padding-top: calc(50% - 20rpx);
+	background-color: #52525275;
+}
+.component-status-zero{
+	position: relative;
+}
 .component-popup_input{
 	margin: 0 auto;
 	margin-top: 160rpx;

--
Gitblit v1.9.3