From 3d73fb33c46aada16a6060adcd4ea14bb33b6b2a Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 09 四月 2024 10:39:11 +0800 Subject: [PATCH] 详情页tabs样式优化,答题添加页面退出拦截,合并代码 --- packageBookService/pages/bookServices/detail/components/tree/index.wxss | 33 ++++++++++++++++++++++++++++++++- 1 files changed, 32 insertions(+), 1 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/components/tree/index.wxss b/packageBookService/pages/bookServices/detail/components/tree/index.wxss index 6f1e9fb..1cad023 100644 --- a/packageBookService/pages/bookServices/detail/components/tree/index.wxss +++ b/packageBookService/pages/bookServices/detail/components/tree/index.wxss @@ -5,9 +5,32 @@ } .header-title { + width: 100%; display: flex; + justify-content: space-between; align-items: center; --td-checkbox-vertical-padding: 0 +} + +.title-box { + width: 100%; + display: flex; + align-items: flex-start; +} + +.title-checkBox { + width: 100%; + display: flex; +} + + + +.title-name { + display: inline-block; + /* max-width: 60%; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; */ } .t-class { @@ -18,7 +41,10 @@ padding: 0; } - +.download-image { + width: 32rpx; + height: 32rpx; +} .contentBox { padding: 0 26rpx; @@ -72,4 +98,9 @@ .testSee, .shopCar { margin-right: 20rpx; +} + +.list-icon { + width: 32rpx; + height: 18rpx; } \ No newline at end of file -- Gitblit v1.9.1