| | |
| | | .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; |
| | | } |
| | | |