From dcdf94bfb544daeb6ada5c3b1ce6cb62f4c35863 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 16 十二月 2024 14:49:41 +0800
Subject: [PATCH] 教学互动测试版完成

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

diff --git a/pages/digitalCourses/digitalCoursesDetails/index.wxss b/pages/digitalCourses/digitalCoursesDetails/index.wxss
index c42ccf9..4703008 100644
--- a/pages/digitalCourses/digitalCoursesDetails/index.wxss
+++ b/pages/digitalCourses/digitalCoursesDetails/index.wxss
@@ -318,6 +318,11 @@
   margin-right: 50rpx;
 }
 
+.chartImage {
+  width: 230rpx;
+  height: 325rpx;
+}
+
 .placeholder {
   color: var(--td-text-color-placeholder);
   line-height: 96rpx;
@@ -443,12 +448,23 @@
   text-align: center;
 }
 
+.myCanvas {
+  position: fixed;
+  top: 110%;
+}
 
 #pubCertificate {
   width: 595px;
   height: 845px;
-  position: relative;
+  position: fixed;
+  top: 110%;
   background-image: url('https://jsek.bnuic.com/home/certificate/szkc.jpg');
+}
+
+.pubCon {
+  width: 100%;
+  height: 100%;
+  position: relative;
 }
 
 #pubCertificate .bgImg {
@@ -489,6 +505,7 @@
   width: 250px;
   margin-left: 46%;
   color: #000;
+  font-size: 14px;
   font-family: 'SimHei', sans-serif;
   white-space: nowrap;
 }
@@ -497,6 +514,7 @@
   margin-top: 50px;
   margin-left: 27%;
   color: #000;
+  font-size: 14px;
   font-family: 'SimHei', sans-serif;
 
 }
@@ -509,7 +527,8 @@
 #textCertificate {
   width: 595px;
   height: 845px;
-  position: relative;
+  position: fixed;
+  top: 110%;
   /* background-image: url('https://jsek.bnuic.com/home/certificate/kczs.jpg'); */
 }
 
@@ -542,46 +561,52 @@
 }
 
 #textCertificate .bookName {
-  padding-top: 34px;
+  padding-top: 32px;
   margin-left: 230px;
   width: 300px;
-  height: 59px;
+  height: 60px;
   font-size: 18px;
   color: #000;
   font-family: 'FZXBSJW';
 }
 
 #textCertificate .author {
-  height: 26px;
+  line-height: 14px;
+  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;
 }
 
@@ -597,6 +622,12 @@
   color: #000;
 }
 
+.qrcode {
+  width: 160rpx;
+  height: 160rpx;
+  margin: 0 auto;
+}
+
 
 
 .rubricBox {

--
Gitblit v1.9.1