url
litian
2024-09-06 fab4577e265cb27edb871a76cac592c7ca71c214
pages/digitalCourses/digitalCoursesDetails/index.wxss
@@ -429,13 +429,12 @@
  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'); */
}
.bgImg {
  width: 100%;
  height: 100%;
}
.certificateInfo {
@@ -531,4 +530,49 @@
  font-weight: bold;
  font-size: 25rpx;
  color: #333333;
}
.textBook {
  background-color: #fff6f0;
  display: flex;
  justify-content: space-between;
  padding: 20rpx 32rpx;
  margin-top: 30rpx;
}
.testBtnBox {
  display: flex;
  justify-content: space-between;
  padding: 20rpx 32rpx;
  margin-top: 30rpx;
  border-top: 2rpx solid #ededed;
  border-bottom: 2rpx solid #ededed;
}
.textTile {
  display: flex;
  align-items: center;
}
.leftImg {
  width: 56rpx;
  height: 56rpx;
  margin-right: 28rpx;
}
.reabtn {
  color: #FF6C00;
}
.reabtn {
  display: flex;
  align-items: center;
}
.readImage {
  width: 32rpx;
  height: 30rpx;
  margin-right: 8rpx;
}