From 57b1ad552e1b28cfe7a4bb2ba237932f7e44193e Mon Sep 17 00:00:00 2001 From: ZhaoTongYao <531131322@qq.com> Date: Thu, 20 May 2021 11:17:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=97=E6=84=BF=E8=80=85=E5=8E=BB=E5=93=AA?= =?UTF-8?q?=E5=B7=A6=E5=8F=B3=E8=8F=9C=E5=8D=95=E8=B0=83=E6=95=B4=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/heartNew/heartNew.wxml | 6 +++--- pages/heartNew/heartNew.wxss | 26 +++++++++++++++++++------- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/pages/heartNew/heartNew.wxml b/pages/heartNew/heartNew.wxml index 597b1de..c7794d0 100644 --- a/pages/heartNew/heartNew.wxml +++ b/pages/heartNew/heartNew.wxml @@ -56,13 +56,13 @@ - + - - + + diff --git a/pages/heartNew/heartNew.wxss b/pages/heartNew/heartNew.wxss index 36ff3b7..f29a279 100644 --- a/pages/heartNew/heartNew.wxss +++ b/pages/heartNew/heartNew.wxss @@ -295,13 +295,19 @@ button:last-child { position: fixed; left: 0; z-index: 997; - margin-top: 36rpx; display: flex; flex-direction: column; + align-items: center; + justify-content: center; + height: 300rpx; } -.tab-left image { +.tab-left .image-small { width: 186rpx; - height: 102rpx; + height: 92rpx; +} +.tab-left .image-big { + width: 186rpx; + height: 112rpx; } .tab-left .tab { position: relative; @@ -318,13 +324,19 @@ button:last-child { position: fixed; right: 0; z-index: 997; - margin-top: 36rpx; display: flex; flex-direction: column; + align-items: center; + justify-content: center; + height: 300rpx; } -.tab-right image { +.tab-right .image-small { width: 186rpx; - height: 102rpx; + height: 92rpx; +} +.tab-right .image-big { + width: 186rpx; + height: 112rpx; } .tab-right .tab { position: relative; @@ -335,7 +347,7 @@ button:last-child { top: 26rpx; color: white; font-size: 34rpx; -} +} .tab-all { position: absolute; width: 100%;