From 4c46ea24641b5c1e18c55eb86477d0e0bc444580 Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期二, 18 六月 2024 17:52:47 +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