From c96612e8a63ecef9590be0f8b5199277ec94e5b9 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 18 九月 2024 18:43:12 +0800 Subject: [PATCH] 云学习购买目录,修改bug --- packageDomain/pages/sampleBookList/applicationForm/index.wxss | 22 ++++++++++++++-------- 1 files changed, 14 insertions(+), 8 deletions(-) diff --git a/packageDomain/pages/sampleBookList/applicationForm/index.wxss b/packageDomain/pages/sampleBookList/applicationForm/index.wxss index c58a4bb..cb79294 100644 --- a/packageDomain/pages/sampleBookList/applicationForm/index.wxss +++ b/packageDomain/pages/sampleBookList/applicationForm/index.wxss @@ -1,10 +1,12 @@ page { - background-color: #f0f2f5 !important; + overflow-y: auto !important; + position: relative; + background-color: #F2F3F8 !important; } .container { width: 100%; - height: 100vh; + height: 100%; } @@ -28,13 +30,18 @@ } -.t-tabs { +.tab { + width: 100%; + position: fixed !important; + top: 0; + left: 0; padding-top: 20rpx; + background-color: #F2F3F8 !important; +} + +.t-tabs { background: none !important; width: 100%; - position: fixed; - top: 0rpx; - left: 0; z-index: 1 } @@ -77,8 +84,7 @@ background: #fff; min-height: 200rpx; border-radius: 10rpx; - - padding: 60rpx 40rpx 40rpx 40rpx; + padding: 180rpx 40rpx 40rpx 40rpx; } .tips { -- Gitblit v1.9.1