From a50a5b3b9a589356da21bfc55700d037e3f6dd27 Mon Sep 17 00:00:00 2001
From: Sanakey <714737083@qq.com>
Date: 星期六, 06 二月 2021 17:32:17 +0800
Subject: [PATCH] 团购相关功能更新

---
 pages/template/goods-item/goods-item-template.wxss |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/pages/template/goods-item/goods-item-template.wxss b/pages/template/goods-item/goods-item-template.wxss
index 3a2bcd7..fc7bf88 100644
--- a/pages/template/goods-item/goods-item-template.wxss
+++ b/pages/template/goods-item/goods-item-template.wxss
@@ -30,8 +30,8 @@
   font-weight: bold;
 }
  .price{
-  padding: 0 10rpx 5rpx;    
-} 
+  padding: 0 10rpx 5rpx;
+}
 .goods-item-price {
   margin-bottom: 16rpx;
   font-size: 27rpx;
@@ -70,4 +70,9 @@
 }
 .info-text{
   color:#ff0000;
-}
\ No newline at end of file
+}
+.group-tag {
+  position: absolute;
+  left: -2rpx;
+  top: 10rpx;
+}

--
Gitblit v1.8.0