zs
litian
2024-09-24 3af1a4c3f1712445a17376205b9ee3c4d7768da6
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 {
@@ -509,7 +525,8 @@
#textCertificate {
  width: 595px;
  height: 845px;
  position: relative;
  position: fixed;
  top: 110%;
  /* background-image: url('https://jsek.bnuic.com/home/certificate/kczs.jpg'); */
}
@@ -542,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;
@@ -597,6 +615,12 @@
  color: #000;
}
.qrcode {
  width: 160rpx;
  height: 160rpx;
  margin: 0 auto;
}
.rubricBox {