From 8cbdee91e04162812b29134397a0c311759d0b77 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 10 四月 2024 15:32:07 +0800 Subject: [PATCH] 优化答题器暂无数据显示 --- packageDomain/pages/sampleBookList/index.wxss | 24 +++++++++++++++++++----- 1 files changed, 19 insertions(+), 5 deletions(-) diff --git a/packageDomain/pages/sampleBookList/index.wxss b/packageDomain/pages/sampleBookList/index.wxss index 8aa5eeb..9c512d7 100644 --- a/packageDomain/pages/sampleBookList/index.wxss +++ b/packageDomain/pages/sampleBookList/index.wxss @@ -48,11 +48,12 @@ } .header-scroll { - width: 80vw; + width: 100vw; + overflow-x: auto; } .srcolbox { - width: 100%; + width: 900rpx; white-space: nowrap; } @@ -95,6 +96,10 @@ /* height: 86rpx !important; */ background: #F6F6F6 !important; /* border-radius: 40rpx 40rpx 0 0; */ +} + +.t-button--primary::after { + border: none !important; } .t-radio__title { @@ -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