From ce3a08b28c16f5cce2185167f8a9030ee16898ed Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期六, 07 九月 2024 14:44:55 +0800
Subject: [PATCH] xiugai

---
 pages/digitalCourses/digitalCoursesDetails/index.wxss |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/pages/digitalCourses/digitalCoursesDetails/index.wxss b/pages/digitalCourses/digitalCoursesDetails/index.wxss
index 208d751..13f661c 100644
--- a/pages/digitalCourses/digitalCoursesDetails/index.wxss
+++ b/pages/digitalCourses/digitalCoursesDetails/index.wxss
@@ -425,11 +425,12 @@
   text-align: center;
 }
 
+
 #pubCertificate {
   width: 595px;
   height: 845px;
   position: relative;
-  /* background-image: url('https://jsek.bnuic.com/home/certificate/szkc.jpg'); */
+  background-image: url('https://jsek.bnuic.com/home/certificate/szkc.jpg');
 }
 
 #pubCertificate .bgImg {
@@ -485,6 +486,7 @@
   width: 595px;
   height: 845px;
   position: relative;
+  background-image: url('https://jsek.bnuic.com/home/certificate/kczs.jpg');
 }
 
 #textCertificate .userIcon {
@@ -510,8 +512,8 @@
 }
 
 #textCertificate .userName {
-  height: 120rpx;
-  font-size: 38px;
+  height: 74rpx;
+  font-size: 70rpx;
   padding-top: 26px;
   text-align: center;
   font-family: 'FZXBSJW';
@@ -519,7 +521,7 @@
 
 #textCertificate .bookName {
   padding-top: 30px;
-  margin-left: 215px;
+  margin-left: 460rpx;
 
   font-size: 20px;
   color: #000;
@@ -527,35 +529,35 @@
 }
 
 #textCertificate .author {
-  margin-top: 43px;
+  margin-top: 84rpx;
   margin-left: 52%;
   color: #000;
   font-family: 'SimHei', sans-serif;
 }
 
 #textCertificate .classHours {
-  margin-top: 12px;
+  margin-top: 20rpx;
   margin-left: 52%;
   color: #000;
   font-family: 'SimHei', sans-serif;
 }
 
 #textCertificate .affiliatedUnit {
-  margin-top: 13px;
+  margin-top: 24rpx;
   margin-left: 40%;
   color: #000;
   font-family: 'SimHei', sans-serif;
 }
 
 #textCertificate .studyTime {
-  margin-top: 13px;
+  margin-top: 24rpx;
   margin-left: 33%;
   color: #000;
   font-family: 'SimHei', sans-serif;
 }
 
 #textCertificate .website {
-  margin-top: 22px;
+  margin-top: 40rpx;
   margin-left: 27%;
   color: #000;
   font-family: 'SimHei', sans-serif;

--
Gitblit v1.9.1