From cb15c57d0ff984f5a100cf25d560fb0a69c00984 Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期二, 16 四月 2024 18:21:05 +0800
Subject: [PATCH] 音频bug4

---
 packagePersonal/pages/myCollection/index.wxss |   33 +++++++++++++++++++++++++++------
 1 files changed, 27 insertions(+), 6 deletions(-)

diff --git a/packagePersonal/pages/myCollection/index.wxss b/packagePersonal/pages/myCollection/index.wxss
index ed8b651..43577d3 100644
--- a/packagePersonal/pages/myCollection/index.wxss
+++ b/packagePersonal/pages/myCollection/index.wxss
@@ -1,5 +1,20 @@
+@import "./index.skeleton.wxss";
+
 page {
   background-color: #F2F3F8;
+}
+
+.container {
+  width: 100vw;
+  height: 100vh;
+}
+
+.pageInfo {
+  background: #fff;
+}
+
+.content {
+  height: calc(100vh - env(safe-area-inset-bottom) - 116rpx);
   box-sizing: border-box;
 }
 
@@ -8,8 +23,13 @@
 }
 
 .t-tabs {
-  margin-top: 20rpx;
+  padding-top: 20rpx;
   background: none !important;
+  width: 100%;
+  position: fixed;
+  top: 0rpx;
+  left: 0;
+  z-index: 1
 }
 
 .t-tabs__wrapper {
@@ -56,10 +76,6 @@
   text-align: center;
 }
 
-.content {
-  height: calc(100vh - env(safe-area-inset-bottom));
-  box-sizing: border-box;
-}
 
 .t-tabs__content {
   background: #fff !important;
@@ -88,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;
@@ -142,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