packageDomain/pages/resourceDetails/myVideo/index.wxss
@@ -1,6 +1,4 @@ /* pages/resourceDetails/index.wxss */ @import "./index.skeleton.wxss"; .nacigationBar { background-color: #fff; display: flex; @@ -21,14 +19,16 @@ .videoBox { width: 100%; position: relative; height: 458rpx; } .video-loading { position: absolute; top: 42%; left: 50%; z-index: 9999999999; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 9; } .videoBox video { @@ -354,4 +354,8 @@ overflow-y: scroll; overflow-x: hidden; height: 50vh; } .demo-section__content { margin: 40rpx; }