From 86fc8bbb09df7bbeb50fa714ff8bb4aea85ffef5 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 29 七月 2024 15:57:17 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_jiaxuan/pages/store/info.wxss |   31 ++++++++++++++++++++++++++++---
 1 files changed, 28 insertions(+), 3 deletions(-)

diff --git a/wechat_jiaxuan/pages/store/info.wxss b/wechat_jiaxuan/pages/store/info.wxss
index 6723b44..cd9eb99 100644
--- a/wechat_jiaxuan/pages/store/info.wxss
+++ b/wechat_jiaxuan/pages/store/info.wxss
@@ -1,7 +1,9 @@
 .header {
+  position: relative;
+  z-index: 999;
   width: 670rpx;
   margin: 40rpx auto 48rpx;
-  height: 224rpx;
+  height: 170rpx;
   background: #FFFFFF;
   box-shadow: 0rpx 4rpx 16rpx 0rpx rgba(176, 135, 113, 0.2);
   border-radius: 8rpx;
@@ -10,15 +12,22 @@
 .header .name {
   font-weight: 500;
   font-size: 36rpx;
+  margin-bottom: 16rpx;
 }
 .header .desc {
   font-size: 26rpx;
   color: #666666;
-  margin: 16rpx 0 24rpx;
+  margin-bottom: 24rpx;
 }
 .header .addr {
   font-size: 26rpx;
   color: #888888;
+}
+.navback {
+  padding-left: 30rpx;
+  font-weight: 600;
+  font-size: 38rpx;
+  color: #FFFFFF;
 }
 .bg_wrap {
   width: 750rpx;
@@ -30,12 +39,21 @@
   z-index: -1;
 }
 .main_content {
+  position: relative;
+  bottom: 80rpx;
   padding: 0 40rpx 40rpx;
+  height: 100%;
+  overflow: hidden;
+  background-color: #fff;
+  padding-top: 80rpx;
 }
 .main_content .title {
   font-weight: 600;
   font-size: 36rpx;
   margin-bottom: 38rpx;
+}
+.main_content .list {
+  height: calc(100% - 600rpx);
 }
 .main_content .list .item {
   width: 670rpx;
@@ -63,7 +81,6 @@
   width: 88rpx;
   height: 88rpx;
   border-radius: 50%;
-  border: 1rpx solid #cccccc;
   margin-right: 24rpx;
 }
 .main_content .list .item .btn {
@@ -78,6 +95,14 @@
   color: var(--themeColor);
   border: 1rpx solid var(--themeColor);
 }
+.container {
+  overflow: hidden;
+  height: 100%;
+}
+.app {
+  overflow: hidden;
+  height: 100vh;
+}
 .footer {
   display: flex;
   align-items: center;

--
Gitblit v1.9.3