| | |
| | | /* pages/bookServices/detail/index.wxss */ |
| | | |
| | | .page-bookService { |
| | | width: 100vw; |
| | | height: 100vh; |
| | | } |
| | | |
| | | .nacigationBar { |
| | | background-color: #fff; |
| | |
| | | |
| | | .book { |
| | | position: relative; |
| | | height: 81vh; |
| | | height: calc(100vh - env(safe-area-inset-bottom) - 141px); |
| | | background-color: #F2F3F8; |
| | | } |
| | | |
| | |
| | | /* 图书资源 */ |
| | | .book-resource { |
| | | /* min-height: 640rpx; */ |
| | | min-height: calc(100vh - 960rpx); |
| | | min-height: calc(100vh - 900rpx); |
| | | margin-top: 20rpx; |
| | | background-color: #fff !important; |
| | | } |
| | |
| | | .box-bottom { |
| | | position: fixed; |
| | | left: 0; |
| | | bottom: constant(safe-area-inset-bottom); |
| | | bottom: env(safe-area-inset-bottom); |
| | | width: 100%; |
| | | height: 110rpx; |