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] =?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); + } + } }