| | |
| | | /* 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-img image { |
| | | width: 240rpx; |
| | | height: 340rpx; |
| | | } |
| | | |
| | | .book-detail { |
| | | padding: 32rpx; |
| | | display: flex; |
| | | border-radius: 0 0 20rpx 20rpx; |
| | | } |
| | | |
| | | .tmall-image { |
| | | width: 64rpx !important; |
| | | } |
| | | |
| | | .detail-left { |
| | |
| | | position: relative; |
| | | font-size: 28rpx; |
| | | opacity: 0.6; |
| | | text-decoration: line-through; |
| | | text-decoration-color: #fff; |
| | | } |
| | | |
| | | .line { |
| | | position: absolute; |
| | | top: 50%; |
| | | left: -5rpx; |
| | | width: 80%; |
| | | height: 3rpx; |
| | | background-color: #fff; |
| | | } |
| | | |
| | | .book-web { |
| | | margin-left: 30rpx; |
| | |
| | | /* 图书资源 */ |
| | | .book-resource { |
| | | /* min-height: 640rpx; */ |
| | | min-height: calc(100vh - 960rpx); |
| | | min-height: calc(100vh - 900rpx); |
| | | margin-top: 20rpx; |
| | | background-color: #fff !important; |
| | | } |
| | |
| | | .shopCar, |
| | | .buy { |
| | | width: 25%; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | color: #fff; |
| | | } |
| | | |
| | | .read { |
| | | width: 50%; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | |
| | | position: absolute; |
| | | top: 30rpx; |
| | | left: 118rpx; |
| | | } |
| | | |
| | | .webView { |
| | | height: 500rpx; |
| | | } |