From 3af1a4c3f1712445a17376205b9ee3c4d7768da6 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 24 九月 2024 19:29:33 +0800 Subject: [PATCH] zs --- pages/digitalCourses/digitalCoursesDetails/index.wxss | 24 +++++++++++++++++++++--- 1 files changed, 21 insertions(+), 3 deletions(-) diff --git a/pages/digitalCourses/digitalCoursesDetails/index.wxss b/pages/digitalCourses/digitalCoursesDetails/index.wxss index 80e2f36..3fca6a4 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,11 +448,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'); } @@ -516,6 +526,7 @@ width: 595px; height: 845px; position: fixed; + top: 110%; /* background-image: url('https://jsek.bnuic.com/home/certificate/kczs.jpg'); */ } @@ -548,17 +559,18 @@ } #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-family: 'SimHei', sans-serif; @@ -603,6 +615,12 @@ color: #000; } +.qrcode { + width: 160rpx; + height: 160rpx; + margin: 0 auto; +} + .rubricBox { -- Gitblit v1.9.1