From e72f509ca0728f571fcf652e1e60d7af970518cf Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期四, 06 六月 2024 17:49:57 +0800
Subject: [PATCH] 数字教材跳转阅读器

---
 pages/digitalTextbooks/index.wxss |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/pages/digitalTextbooks/index.wxss b/pages/digitalTextbooks/index.wxss
index 41e8c87..f8b7110 100644
--- a/pages/digitalTextbooks/index.wxss
+++ b/pages/digitalTextbooks/index.wxss
@@ -1,4 +1,5 @@
 /* pages/digitalTextbooks/index.wxss */
+@import "./index.skeleton.wxss";
 
 .nacigationBar {
   display: flex;
@@ -47,6 +48,10 @@
   width: 50rpx;
   background-color: #FF6C00;
   margin: 0 auto;
+}
+
+page {
+  background-color: #F2F3F8;
 }
 
 .contentBox {
@@ -117,7 +122,8 @@
   flex-direction: row;
   justify-content: flex-end;
   align-items: center;
-  font-size: 30rpx;
+  font-size: 25rpx;
+  color: rgb(153, 153, 153);
 
 }
 

--
Gitblit v1.9.1