From c95ed3b99b3cb75374f2c8819740a1839ed28a0f Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期四, 13 六月 2024 10:43:26 +0800
Subject: [PATCH] 优化数字教材详情

---
 packagePersonal/pages/myCollection/index.wxss |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/packagePersonal/pages/myCollection/index.wxss b/packagePersonal/pages/myCollection/index.wxss
index 10d2847..43577d3 100644
--- a/packagePersonal/pages/myCollection/index.wxss
+++ b/packagePersonal/pages/myCollection/index.wxss
@@ -1,3 +1,5 @@
+@import "./index.skeleton.wxss";
+
 page {
   background-color: #F2F3F8;
 }
@@ -102,7 +104,7 @@
   box-shadow: 0px 0px 20rpx 2px rgba(0, 0, 0, 0.16);
 }
 
-.content-item .icon .t-image {
+.content-item .icon .img {
   width: 100%;
   height: 100%;
   object-fit: contain;
@@ -156,4 +158,9 @@
 
 .empyt {
   padding: 200rpx 0;
+}
+
+.body-loading {
+  padding: 200rpx 0;
+  text-align: center;
 }
\ No newline at end of file

--
Gitblit v1.9.1