| | |
| | | /* pages/resourceDetails/index.wxss */ |
| | | @import "./index.skeleton.wxss"; |
| | | |
| | | .nacigationBar { |
| | | background-color: #fff; |
| | | display: flex; |
| | |
| | | |
| | | .videoBox { |
| | | width: 100%; |
| | | height: 458rpx; |
| | | position: relative; |
| | | } |
| | | |
| | | .video-loading { |
| | | position: absolute; |
| | | top: 42%; |
| | | left: 50%; |
| | | z-index: 9999999999; |
| | | top: 0; |
| | | left: 0; |
| | | width: 100%; |
| | | height: 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | z-index: 999; |
| | | background-color: #fff; |
| | | } |
| | | |
| | | .videoBox video { |
| | |
| | | overflow-y: scroll; |
| | | overflow-x: hidden; |
| | | height: 50vh; |
| | | } |
| | | |
| | | .demo-section__content { |
| | | margin: 40rpx; |
| | | } |