| | |
| | | |
| | | /* 图书资源 */ |
| | | .book-resource { |
| | | min-height: 640rpx; |
| | | /* min-height: 640rpx; */ |
| | | min-height: calc(100vh - 960rpx); |
| | | margin-top: 20rpx; |
| | | background-color: #fff !important; |
| | | } |
| | |
| | | .box-bottom { |
| | | position: fixed; |
| | | left: 0; |
| | | bottom: 40rpx; |
| | | bottom: env(safe-area-inset-bottom); |
| | | width: 100%; |
| | | height: 110rpx; |
| | | } |
| | |
| | | } |
| | | |
| | | .box-bottom image { |
| | | width: 36rpx; |
| | | width: 38rpx; |
| | | height: 44rpx; |
| | | } |
| | | |
| | |
| | | --td-button-primary-border-color: #ff6c00; |
| | | --td-button-primary-active-bg-color: #ff984d; |
| | | --td-button-primary-active-border-color: #ff984d; |
| | | } |
| | | |
| | | .noData { |
| | | height: 100%; |
| | | } |
| | | |
| | | .applyBox { |
| | | width: 184rpx; |
| | | height: 184rpx; |
| | | position: fixed; |
| | | bottom: 20%; |
| | | right: 0; |
| | | } |
| | | |
| | | .applyBox .box { |
| | | width: 184rpx; |
| | | height: 184rpx; |
| | | color: #fff; |
| | | position: relative; |
| | | } |
| | | |
| | | .applyBox .box .t-image { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | |
| | | .num { |
| | | background-color: #FD3D16; |
| | | color: #fff; |
| | | border: 2rpx solid #FFFFFF; |
| | | font-size: 24rpx; |
| | | line-height: 30rpx; |
| | | font-weight: 400; |
| | | width: 48rpx; |
| | | height: 32rpx; |
| | | text-align: center; |
| | | border-radius: 9px; |
| | | position: absolute; |
| | | top: 30rpx; |
| | | left: 118rpx; |
| | | } |