From 6d86ad3ea52ca59d49d3da127ef7bfa9215c7feb Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期三, 18 十二月 2024 12:01:30 +0800 Subject: [PATCH] 1 --- pages/digitalCourses/digitalCoursesDetails/index.wxss | 43 +++++++++++++++++++++++++++++++++---------- 1 files changed, 33 insertions(+), 10 deletions(-) diff --git a/pages/digitalCourses/digitalCoursesDetails/index.wxss b/pages/digitalCourses/digitalCoursesDetails/index.wxss index 80e2f36..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; } @@ -316,6 +314,11 @@ height: 325rpx; border: 1rpx solid #ccc; margin-right: 50rpx; +} + +.chartImage { + width: 230rpx; + height: 325rpx; } .placeholder { @@ -443,11 +446,16 @@ text-align: center; } +.myCanvas { + position: fixed; + top: 110%; +} #pubCertificate { width: 595px; height: 845px; position: fixed; + top: 110%; background-image: url('https://jsek.bnuic.com/home/certificate/szkc.jpg'); } @@ -495,6 +503,7 @@ width: 250px; margin-left: 46%; color: #000; + font-size: 14px; font-family: 'SimHei', sans-serif; white-space: nowrap; } @@ -503,6 +512,7 @@ margin-top: 50px; margin-left: 27%; color: #000; + font-size: 14px; font-family: 'SimHei', sans-serif; } @@ -516,6 +526,7 @@ width: 595px; height: 845px; position: fixed; + top: 110%; /* background-image: url('https://jsek.bnuic.com/home/certificate/kczs.jpg'); */ } @@ -548,46 +559,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; } @@ -603,6 +620,12 @@ color: #000; } +.qrcode { + width: 160rpx; + height: 160rpx; + margin: 0 auto; +} + .rubricBox { -- Gitblit v1.9.1