| | |
| | | .page-bookService { |
| | | width: 100vw; |
| | | height: 100%; |
| | | |
| | | position: relative; |
| | | } |
| | | |
| | | .t-image-viewer { |
| | |
| | | .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 { |
| | |
| | | |
| | | |
| | | .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; |
| | | } |
| | | |
| | |
| | | width: 250px; |
| | | margin-left: 46%; |
| | | color: #000; |
| | | font-size: 14px; |
| | | font-family: 'SimHei', sans-serif; |
| | | white-space: nowrap; |
| | | } |
| | |
| | | margin-top: 50px; |
| | | margin-left: 27%; |
| | | color: #000; |
| | | font-size: 14px; |
| | | font-family: 'SimHei', sans-serif; |
| | | |
| | | } |
| | |
| | | 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; |
| | | } |
| | | |