From bd3c5bd24f0d5c5b8669bb034a75d46d7a10599d Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 10 四月 2024 11:15:39 +0800 Subject: [PATCH] 资源购买页tree组件勾选联通上下级功能完善 --- packageDomain/pages/sampleBookList/index.wxss | 32 +++++++++++++++++++++++--------- 1 files changed, 23 insertions(+), 9 deletions(-) diff --git a/packageDomain/pages/sampleBookList/index.wxss b/packageDomain/pages/sampleBookList/index.wxss index be4402b..9c512d7 100644 --- a/packageDomain/pages/sampleBookList/index.wxss +++ b/packageDomain/pages/sampleBookList/index.wxss @@ -48,18 +48,19 @@ } .header-scroll { - width: 80vw; + width: 100vw; + overflow-x: auto; } .srcolbox { - width: 100%; + width: 900rpx; white-space: nowrap; } .srcolbox .t-button--primary { border-radius: 50rpx !important; background: #FF6C00 !important; - border: none; + border: none !important; } .srcolbox .t-button--light { @@ -92,9 +93,13 @@ } .t-dropdown-menu__item--active { - height: 86rpx !important; + /* height: 86rpx !important; */ background: #F6F6F6 !important; - border-radius: 40rpx 40rpx 0 0; + /* border-radius: 40rpx 40rpx 0 0; */ +} + +.t-button--primary::after { + border: none !important; } .t-radio__title { @@ -151,7 +156,7 @@ .title .icon { height: 36rpx; - width: 160rpx; + width: 140rpx; line-height: 60rpx; } @@ -275,14 +280,22 @@ margin-left: 10rpx; } +.movable-area { + width: 100%; + height: 100%; +} +.movable-view { + width: 184rpx; + height: 184rpx; + top: 800rpx; + left: 520rpx; +} .applyBox { width: 184rpx; height: 184rpx; - position: fixed; - bottom: 20%; - right: 0; + } .applyBox .box { @@ -295,6 +308,7 @@ .applyBox .box .t-image { width: 100%; height: 100%; + } .num { -- Gitblit v1.9.1