From 7513caed505efa2be0dfb0dafd168dd5af78f92d Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 13 二月 2025 10:52:32 +0800
Subject: [PATCH] 云学习试读资源查看器处理

---
 pages/digitalCourses/digitalCoursesDetails/index.wxss |   19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/pages/digitalCourses/digitalCoursesDetails/index.wxss b/pages/digitalCourses/digitalCoursesDetails/index.wxss
index 3fca6a4..860b573 100644
--- a/pages/digitalCourses/digitalCoursesDetails/index.wxss
+++ b/pages/digitalCourses/digitalCoursesDetails/index.wxss
@@ -9,7 +9,7 @@
 .page-bookService {
   width: 100vw;
   height: 100%;
-
+  position: relative;
 }
 
 .t-image-viewer {
@@ -19,7 +19,7 @@
 .outsideContentBox {
   position: relative;
   background-color: #F2F3F8;
-  height: calc(100vh - env(safe-area-inset-bottom) - 60px);
+  height: calc(100vh - env(safe-area-inset-bottom) - 110rpx);
 }
 
 .digitalCoursesDetailsTitle {
@@ -242,14 +242,12 @@
 
 
 .box-bottom {
-  position: fixed;
+  position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 110rpx;
-  margin-bottom: env(safe-area-inset-bottom);
   display: flex;
-  flex-direction: row;
   border: 1px solid #DDD;
 }
 
@@ -505,6 +503,7 @@
   width: 250px;
   margin-left: 46%;
   color: #000;
+  font-size: 14px;
   font-family: 'SimHei', sans-serif;
   white-space: nowrap;
 }
@@ -513,6 +512,7 @@
   margin-top: 50px;
   margin-left: 27%;
   color: #000;
+  font-size: 14px;
   font-family: 'SimHei', sans-serif;
 
 }
@@ -573,33 +573,38 @@
   height: 28px;
   margin-left: 52%;
   color: #000;
+  font-size: 14px;
   font-family: 'SimHei', sans-serif;
 }
 
 #textCertificate .classHours {
   height: 30px;
+  font-size: 14px;
   margin-left: 52%;
   color: #000;
   font-family: 'SimHei', sans-serif;
 }
 
 #textCertificate .affiliatedUnit {
-  height: 26px;
+  height: 24px;
   margin-left: 33%;
   color: #000;
+  font-size: 14px;
   font-family: 'SimHei', sans-serif;
 }
 
 #textCertificate .studyTime {
   margin-left: 33%;
+  font-size: 14px;
   color: #000;
   font-family: 'SimHei', sans-serif;
 }
 
 #textCertificate .website {
-  margin-top: 20px;
+  margin-top: 18px;
   margin-left: 27%;
   color: #000;
+  font-size: 14px;
   font-family: 'SimHei', sans-serif;
 }
 

--
Gitblit v1.9.1