From bf99ae66d14857dfcd97dc6ccb8e82a38d3bd75f Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 19 七月 2024 09:05:46 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
wechat_jiaxuan/pages/store/info.less | 19 +++++++++++++++----
1 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/wechat_jiaxuan/pages/store/info.less b/wechat_jiaxuan/pages/store/info.less
index fdff4f7..0073ca2 100644
--- a/wechat_jiaxuan/pages/store/info.less
+++ b/wechat_jiaxuan/pages/store/info.less
@@ -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,18 +12,25 @@
.name {
font-weight: 500;
font-size: 36rpx;
+ margin-bottom: 16rpx;
}
.desc {
font-size: 26rpx;
color: #666666;
- margin: 16rpx 0 24rpx;
+ margin-bottom: 24rpx;
}
.addr {
font-size: 26rpx;
color: #888888;
}
+}
+.navback{
+ padding-left: 30rpx;
+ font-weight: 600;
+ font-size: 38rpx;
+ color: #FFFFFF;
}
.bg_wrap{
width: 750rpx;
@@ -33,14 +42,16 @@
z-index: -1;
}
.main_content {
+ position: relative;
+ bottom: 80rpx;
padding: 0 40rpx 40rpx;
-
+ background-color: #fff;
+ padding-top: 80rpx;
.title {
font-weight: 600;
font-size: 36rpx;
margin-bottom: 38rpx;
}
-
.list {
.item {
width: 670rpx;
--
Gitblit v1.9.3