| | |
| | | /* 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: 0; |
| | | left: 0; |
| | | width: 100%; |
| | | height: 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | z-index: 999; |
| | | background-color: #fff; |
| | | } |
| | | |
| | | .videoBox video { |
| | |
| | | .takeNotes image { |
| | | width: 30rpx; |
| | | height: 30rpx; |
| | | margin-top: 10rpx; |
| | | margin-right: 10rpx; |
| | | } |
| | | |
| | | .takeNotesLining { |
| | | margin: 25rpx; |
| | | margin: 30rpx 25rpx; |
| | | display: flex; |
| | | justify-content: flex-end; |
| | | align-items: center; |
| | | font-size: 26rpx; |
| | | color: #ff6c00; |
| | | } |
| | | |
| | | .operateBox { |
| | |
| | | } |
| | | |
| | | .t-tabs__item--active { |
| | | color: #FF6C00 !important; |
| | | color: #333 !important; |
| | | |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | .outsideDetailsName { |
| | | overflow-y: scroll; |
| | | overflow-x: hidden; |
| | | height: 35vh; |
| | | } |
| | | |
| | | /* .wrapper { |
| | | .wrapper { |
| | | overflow-y: scroll; |
| | | height: 45vh; |
| | | } */ |
| | | overflow-x: hidden; |
| | | height: 50vh; |
| | | } |
| | | |
| | | .demo-section__content { |
| | | margin: 40rpx; |
| | | } |