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%;