From cabbca85b518f561d0dc2b7a7ec11d6922785b86 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 10 七月 2024 17:52:38 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_jiaxuan/pages/discover/discover.less |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/wechat_jiaxuan/pages/discover/discover.less b/wechat_jiaxuan/pages/discover/discover.less
new file mode 100644
index 0000000..f37a748
--- /dev/null
+++ b/wechat_jiaxuan/pages/discover/discover.less
@@ -0,0 +1,30 @@
+.main_tab{
+  display: flex;
+  align-items: flex-end;
+  height: 88rpx;
+  padding: 0 40rpx;
+  .item{
+    width: 76rpx;
+    font-size: 32rpx;
+    color: #555555;
+    margin-right: 60rpx;
+    .name{}
+    .border{
+      width: 60rpx;
+      height: 10rpx;
+      background: #fff;
+    }
+  }
+  .active{
+    font-weight: 600;
+    font-size: 38rpx;
+    color: #222222;
+    .border{
+      background: linear-gradient( 270deg, rgba(255,255,255,0.56) 0%, rgba(206,144,111,0.88) 100%); 
+    }
+  }
+}
+.container{
+}
+.main_content{
+}
\ No newline at end of file

--
Gitblit v1.9.3