From 56b70cdad0a96691eaf37e04a79ef5e92b892480 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期五, 19 四月 2024 11:14:40 +0800 Subject: [PATCH] bug1 --- packageBookService/pages/bookServices/detail/index.wxss | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss index 69f336c..fe27640 100644 --- a/packageBookService/pages/bookServices/detail/index.wxss +++ b/packageBookService/pages/bookServices/detail/index.wxss @@ -32,7 +32,8 @@ .book { position: relative; - height: calc(100vh - env(safe-area-inset-bottom) - 141px); + height: calc(100vh - env(safe-area-inset-bottom) - 60px); + /* height: calc(100vh - env(safe-area-inset-bottom) - 141px); */ background-color: #F2F3F8; } @@ -221,13 +222,11 @@ /* 鍥句功璧勬簮 */ .book-resource { - /* min-height: 640rpx; */ - min-height: calc(100vh - 900rpx); + min-height: calc(100% - 637rpx); margin-top: 20rpx; background-color: #fff !important; --td-tab-item-height: 140rpx; } - .custom-tabs { --td-tab-item-active-color: #FF6C00; @@ -354,14 +353,13 @@ .movable-area { width: 100%; - min-height: calc(100vh - 900rpx); height: 100%; } .movable-view { width: 184rpx; height: 184rpx; - top: 400rpx; + top: 860rpx; left: 520rpx; z-index: 99; } @@ -412,9 +410,11 @@ .t-tabs .t-tabs__item--active { background-repeat: no-repeat; - background-size: 30% 40%; - background-position: 65% 50%; + background-size: 45% 45%; + /* background-position: 65% 50%; */ + background-position: right center; background-image: url(https://jsek.bnuic.com/home/image/click-icon.png); + } .t-tabs__item--evenly { @@ -438,7 +438,7 @@ .t-tabs__item-inner .t-icon { - margin-bottom: 12rpx; + margin-bottom: 20rpx; } .t-tabs__item-inner .t-icon__image { -- Gitblit v1.9.1