.playContent { width: 100vw; height: 100vh; background-color: #000; overflow: hidden; } .coursewarePlay { position: relative; height: 100vh; margin: 0 auto; overflow: hidden; } .playModel { position: absolute; left: 0; top: 0; right: 0; bottom: 0; box-shadow: inset 0px 0px 164px 0px rgba(0, 0, 0, 1); pointer-events: none; } .headerContainer { position: fixed; top: 0; left: 0; right: 0; z-index: 1; padding: 10px 24px; display: flex; align-items: center; color: #fff; font-size: 12px; background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent); } .backBtn { color: #fff; width: 40px; height: 26px; display: flex; justify-content: space-between; align-items: center; z-index: 10; } .menu { flex: 1; display: flex; justify-content: center; color: #fff; } .tabsContent { width: 100vw; height: 100vh; :global { .van-tabs__wrap { display: none !important; } .van-tabs__content { width: 100%; height: 100%; } } } .loadWrap { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: linear-gradient(45deg, #21232a, #111218); display: flex; justify-content: center; align-items: center; } .itemDiv { position: relative; width: 100%; height: 100%; video { width: 100%; height: 100%; } img { display: block; width: 100%; height: 100%; object-fit: contain; } .videoSection { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 8; } } .videoModel { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; &>img { width: 50px; height: 50px; } } .rightFixedBtns { position: fixed; top: 50%; transform: translateY(-50%); right: 20px; .point { margin-top: 10px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .point+.fullBtn { border-top-left-radius: 0; border-top-right-radius: 0; } } .leftFixedBtns { position: fixed; top: 50%; transform: translateY(-50%); left: 20px; .prePoint { margin-bottom: 8px; } } .fullBtn { width: 38px; height: 55px; background: rgba(51, 51, 51, 0.15); border-radius: 8px; display: flex; flex-direction: column; align-items: center; color: #fff; justify-content: space-evenly; &:active { opacity: 0.8; } } // .bottomFixedContainer { // position: absolute; // left: 0; // right: 0; // bottom: 0; // z-index: 10; // background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent); // padding: 0 30px; // .time { // display: flex; // // justify-content: space-between; // color: #fff; // font-size: 10px; // padding: 4px 0; // } // .slider { // padding: 10px 0; // } // .actions { // display: flex; // justify-content: space-between; // color: #fff; // font-size: 12px; // align-items: center; // .actionBtn { // display: flex; // } // .actionBtn>img { // width: 26px; // height: 26px; // display: block; // padding: 8px 8px 14px 8px; // } // } // } .bottomFixedContainer { position: absolute; left: 0; right: 0; bottom: 0; z-index: 10; background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent); transition: transform 0.5s; .time { display: flex; // justify-content: space-between; color: #fff; font-size: 10px; padding: 4px 20px; } .slider { padding: 8px 20px; --van-slider-active-background: #00E5D7; :global { .van-slider__button { background: #fff; } } } .actions { display: flex; justify-content: space-between; color: #fff; font-size: 12px; padding: 0 10px 4px 20px; align-items: center; .actionBtn { display: flex; } .actionBtn>img { width: 24px; height: 24px; display: block; padding: 4px 10px 4px 2px; box-sizing: content-box; } } } .popup { background: rgba(0, 0, 0, 0.5); } .overlayClass { --van-overlay-background: transparent; } :global { .top-enter-active, .top-leave-active { transition: transform 0.5s; } .top-enter-from, .top-leave-to { transform: translateY(-100%); } .left-enter-active, .left-leave-active { transition: all 0.5s; } .left-enter-from, .left-leave-to { left: -60px; } .right-enter-active, .right-leave-active { transition: all 0.5s; } .right-enter-from, .right-leave-to { right: -60px; } .bottom-enter-active, .bottom-leave-active { transition: transform 0.5s; } .bottom-enter-from, .bottom-leave-to { transform: translateY(100%); } } .visiablePopup { width: 315px; height: 174px; background: #FFFFFF; border-radius: 12px; display: flex; align-items: center; flex-direction: column; justify-content: center; :global { color: #AAAAAA; font-size: 18px; } .title { font-weight: 600; font-size: 18px; color: #333333; line-height: 25px; } .content { padding: 20px 0 25px; font-size: 16px; color: #666666; line-height: 24px; } .btnGroup { display: flex; padding: 0 15px; width: 100%; :global { .van-button:first-child { font-weight: 400; } .van-button+.van-button { margin-left: 15px; font-weight: 500; font-size: 16px; color: #FFFFFF; } } } }