闫增涛
2025-01-22 d00d7f8ba2dfed17984aa5d41c7694c24d9d198a
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;
}
@@ -505,6 +503,7 @@
  width: 250px;
  margin-left: 46%;
  color: #000;
  font-size: 14px;
  font-family: 'SimHei', sans-serif;
  white-space: nowrap;
}
@@ -513,6 +512,7 @@
  margin-top: 50px;
  margin-left: 27%;
  color: #000;
  font-size: 14px;
  font-family: 'SimHei', sans-serif;
}
@@ -573,33 +573,38 @@
  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;
}