From 5f9d18d46e302bf0dd78527baa37a141e4de799e Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Tue, 20 Feb 2024 12:02:52 +0800 Subject: [PATCH 1/2] =?UTF-8?q?flat:=20style=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 9 ++- pages/index/index.vue | 67 ++++++++++++++++-- pages/market/market.vue | 152 +++++++++++++++++++++++++++++++++++++++- 3 files changed, 219 insertions(+), 9 deletions(-) diff --git a/pages.json b/pages.json index 6b1e0da..dd4105f 100644 --- a/pages.json +++ b/pages.json @@ -199,8 +199,13 @@ "path" : "pages/market/market", "style" : { - "navigationBarTitleText" : "", - "enablePullDownRefresh" : false + "navigationBarTitleText" : "市场详情", + "navigationBarBackgroundColor": "#4570fa", + "enablePullDownRefresh" : false, + "navigationBarTextStyle": "white", + "navigationBarShadow": { + "colorType": "none" + } } } ], diff --git a/pages/index/index.vue b/pages/index/index.vue index 4f4fabb..fef8150 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -116,12 +116,12 @@ - 我的申请 + 最新政策 我申请的信息 - + 帮助与支持 @@ -184,6 +184,18 @@ + + + + + 去市场 + + + 了解市场 + 我要咨询 + + + 最新资讯 @@ -507,6 +519,53 @@ From 82c92abd2a6aa3311e707841ed4696d0b5b3f751 Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Tue, 20 Feb 2024 14:18:41 +0800 Subject: [PATCH 2/2] =?UTF-8?q?flat:=20style=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/market/market.vue | 53 ++++++++++++++++++++++++++++++++--------- 1 file changed, 42 insertions(+), 11 deletions(-) diff --git a/pages/market/market.vue b/pages/market/market.vue index 54f4ea9..531f007 100644 --- a/pages/market/market.vue +++ b/pages/market/market.vue @@ -6,8 +6,8 @@ 在石家庄开设 - 10 - 分市场 + 10 + 分市场 @@ -41,6 +41,14 @@ 关于市场 ....... + + + + 分享 + + 电话咨询 + 到这去 + @@ -99,9 +107,7 @@ image{ display: flex; align-items: flex-start; flex-direction: column; - .left_title{ - - } + .left_title{} .left_content{ height: designTo(87rpx); width: designTo(313rpx); @@ -115,12 +121,6 @@ image{ .content_item{ text-align: center; white-space: nowrap; - .item_up{ - font-size: 28rpx; - } - .item_down{ - font-size: 24rpx; - } } } } @@ -164,5 +164,36 @@ image{ background-color: #f3f4f8; } } + + .container_chioe{ + position: fixed; + bottom: 0; + left: 0; + right: 0; + display: flex; + justify-content: space-around; + align-items: center; + background-color: #FFFFFF; + height: designTo(108rpx); + padding: 0 28rpx designTo(30rpx) 28rpx; + .chioe_share{ + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; + } + .chioe_btn{ + color: #FFFFFF; + background: linear-gradient(to right, #fbaf1a, #fbaf1a); + height: designTo(66rpx); + width: designTo(228rpx); + text-align: center; + line-height: designTo(66rpx); + border-radius: designTo(33rpx); + } + .btn_Blue{ + background: linear-gradient(to right, #95aefb, #4b74f7); + } + } }