From 8f1835f66ef83bbd752e080178afb98632a6970d Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期四, 28 三月 2024 14:09:44 +0800 Subject: [PATCH] 云学习购买 --- pages/bibliographyList/index.wxss | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 42 insertions(+), 0 deletions(-) diff --git a/pages/bibliographyList/index.wxss b/pages/bibliographyList/index.wxss index 8133f8a..34c5cc1 100644 --- a/pages/bibliographyList/index.wxss +++ b/pages/bibliographyList/index.wxss @@ -82,6 +82,7 @@ .example-search { background-color: #fff; /* padding: 16rpx 32rpx; */ + } @@ -128,4 +129,45 @@ height: 80rpx; font-size: 28rpx; --td-loading-color: #ff6c00 +} + +.loadinBox { + position: fixed; + top: 50%; + left: 50%; + z-index: 999; + color: #FF6C00; +} + +.loadinBox .colors { + color: #FF6C00; +} + +/* .t-loading__spinner { + color: #FF6C00 !important; +} */ + +.bibliographyList { + position: relative; +} + +.titlesBox { + position: fixed; + top: 0; + background-color: #fff; + width: 100%; + z-index: 999; + height: 200rpx; +} + +.contentBox { + margin-top: 200rpx; +} + +.noDataBox { + display: flex; + justify-content: center; + align-items: center; + margin: 0 auto; + margin-top: 250rpx; } \ No newline at end of file -- Gitblit v1.9.1