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

---
 component/group-buying/index.wxss |   33 ++++++++++++++++++++++++++++++++-
 1 files changed, 32 insertions(+), 1 deletions(-)

diff --git a/component/group-buying/index.wxss b/component/group-buying/index.wxss
index 6de4314..a7d5319 100644
--- a/component/group-buying/index.wxss
+++ b/component/group-buying/index.wxss
@@ -1,5 +1,7 @@
 /*@import "../../src/src.wxss";*/
-
+.group-buying-container view{
+  overflow: visible;
+}
 .goods-btn-text view{
   font-size: 30rpx;
 }
@@ -33,3 +35,32 @@
 .mark{
   color: #f23232;
 }
+
+.dialog-title2{
+  text-align: center;
+  padding: 10rpx 0;
+}
+.group-tag{
+  position: absolute;
+  left: -15rpx;
+  top: -10rpx;
+}
+.slot-title2{
+  margin-left: 20rpx;
+}
+.van-cell-text2{
+  color: #a9a9a9;
+}
+.my-cell-content2{
+  display: flex;
+  align-items: center;
+  justify-content: flex-end;
+}
+.my-cell-content2 .iconfont{
+  font-size: 42rpx;
+}
+.avatar-view2{
+  position: relative;
+  display: inline-block;
+
+}

--
Gitblit v1.8.0