123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796 |
- .playContent {
- position: relative;
- width: 100vw;
- height: 100vh;
- background-color: #000;
- overflow: hidden;
- --plyr-color-main: var(--van-primary);
- --plyr-range-track-height: 3px;
- }
- .assignHomeworkClose {
- position: absolute;
- top: 40px;
- left: 40px;
- width: 60px;
- height: 65px;
- cursor: pointer;
- transition: all 0.5s;
- img {
- width: 100%;
- height: 100%;
- }
- }
- .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: 10;
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 46px;
- // background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
- background-color: rgba(0, 0, 0, 0.5);
- transition: transform 0.5s;
- box-sizing: border-box;
- font-size: max(16px, 14Px);
- color: #fff;
- pointer-events: none;
- div {
- box-sizing: border-box;
- }
- }
- .backBtn {
- color: #fff;
- height: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- z-index: 10;
- padding: 0 15px;
- :global {
- .van-icon {
- margin-right: 8px;
- }
- }
- }
- .headRight {
- position: relative;
- z-index: 10;
- display: flex;
- align-items: center;
- margin-left: auto;
- height: 100%;
- padding-right: 15px;
- .rightBtn {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 100%;
- padding: 0 10px;
- img {
- width: 22px;
- height: 22px;
- display: block;
- }
- }
- }
- .menu {
- position: absolute;
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 17px;
- font-weight: bold;
- color: #fff;
- }
- .tabsContent {
- width: 100vw;
- height: 100vh;
- :global {
- .van-tabs__wrap {
- display: none !important;
- }
- .van-tabs__content {
- width: 100%;
- height: 100%;
- }
- }
- }
- .wraps {
- width: 100%;
- height: 100%;
- transform-style: preserve-3d;
- perspective: (32rem);
- transition-timing-function: initial;
- }
- .itemDiv {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background-color: #000;
- transform-style: preserve-3d;
- transition-property: transform, opacity, height;
- backface-visibility: hidden;
- overflow: hidden;
- z-index: 1;
- &.itemActive {
- z-index: 10;
- }
- &.acitveAnimation {
- transition-duration: 0.8s;
- }
- &.show {
- display: block;
- }
- &.hide {
- display: none;
- }
- video {
- width: 100%;
- height: 100%;
- }
- img {
- display: block;
- width: 100%;
- height: 100%;
- object-fit: contain;
- }
- }
- .rightFixedBtns {
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- right: 16px;
- z-index: 10;
- }
- .fullBtn {
- width: 60px;
- height: 60px;
- overflow: hidden;
- &.point {
- margin: 20px 0 0;
- }
- img {
- width: 100%;
- height: 100%;
- }
- &:active {
- opacity: 0.8;
- }
- &.iconUp,
- &.iconDown {
- margin-top: 20px;
- }
- &.btnsDisabled {
- opacity: 0;
- pointer-events: none;
- display: none;
- }
- }
- :global {
- .top-enter-active,
- .top-leave-active {
- transition: transform 0.5s;
- }
- .top-enter-from,
- .top-leave-to {
- transform: translateY(-100%);
- }
- .right-enter-active,
- .right-leave-active {
- transition: all 0.5s;
- }
- .right-enter-from,
- .right-leave-to {
- right: -60px;
- opacity: 0;
- }
- .bottom-enter-active,
- .bottom-leave-active {
- transition: transform 0.5s;
- }
- .bottom-enter-from,
- .bottom-leave-to {
- transform: translateY(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;
- }
- .drawerContainer {
- width: 360px !important;
- .cardContainer {
- margin-bottom: 24px;
- }
- :global {
- .n-drawer-body-content-wrapper {
- padding: 8px 0px 0px !important;
- text-align: center;
- &>div {
- // margin-bottom: 24px;
- }
- }
- .n-drawer-header {
- position: relative;
- justify-content: center !important;
- padding-top: 24px !important;
- padding-bottom: 20px !important;
- border-bottom: 0 !important;
- .n-drawer-header__main {
- position: relative;
- z-index: 2;
- font-size: 18px;
- font-weight: 600;
- color: #131415;
- &::after {
- position: absolute;
- bottom: -4px;
- left: 0;
- z-index: -1;
- content: ' ';
- width: 100%;
- display: inline-block;
- height: 10px;
- background: linear-gradient(90deg,
- #77bbff 0%,
- rgba(163, 231, 255, 0.22) 100%);
- }
- }
- .n-drawer-header__close {
- position: absolute;
- right: 26px;
- }
- }
- }
- }
- .sectionAnimate {
- opacity: 0;
- pointer-events: none;
- transform: translateY(100%);
- transition: all 0.5s;
- }
- .sectionAnimateUp {
- opacity: 0;
- pointer-events: none;
- transform: translateY(-100%);
- transition: all 0.3s;
- }
- .switchDisplaySection {
- position: absolute;
- right: 0px;
- bottom: 0px;
- z-index: 199;
- transition: all 0.3s;
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 100%;
- padding: 0 40px;
- height: 126px;
- background-color: rgba(0, 0, 0, 0.7);
- // pointer-events: none;
- .switchSpace {
- gap: 0 48px !important;
- }
- .btnItem {
- display: flex;
- align-items: center;
- flex-direction: column;
- cursor: pointer;
- pointer-events: auto;
- &.btnsDisabled {
- opacity: 0.7;
- cursor: not-allowed;
- }
- img {
- width: 56px;
- height: 56px;
- }
- p {
- padding-top: 6px;
- font-size: 18px;
- color: #FFFFFF;
- line-height: 25px;
- text-align: center;
- }
- }
- }
- .attendClassModal {
- width: 442px;
- border-radius: 16px;
- overflow: hidden;
- :global {
- .n-card-header {
- position: relative;
- padding: 20px 18px;
- text-align: center;
- font-size: 22px;
- font-weight: 600;
- color: #131415;
- line-height: 30px;
- }
- .n-card-header__close {
- position: absolute;
- right: 18px;
- }
- .n-card__content {
- padding: 0;
- }
- .n-base-select-menu .n-base-select-option {
- font-size: 18px !important;
- }
- }
- .modelAttendContent {
- font-size: max(18px, 16px);
- color: #777777;
- line-height: 30px;
- text-align: center;
- }
- .modelAttendBtnGroup {
- padding: 40px 0;
- justify-content: center !important;
- :global {
- .n-button {
- height: 48px !important;
- min-width: 156px;
- }
- }
- }
- }
- .trainClassModal {
- width: 1028px;
- :global {
- .n-card-header {
- background: #f5f6fa;
- }
- }
- }
- .workContainer {
- padding: 20px 40px 40px;
- h2 {
- font-size: 26px;
- text-align: center;
- }
- }
- .toolboxImg {
- width: 83px;
- height: 83px;
- position: absolute;
- right: 16px;
- bottom: 164px;
- cursor: pointer;
- z-index: 1000;
- }
- .isDragIng {
- width: 83px;
- height: 83px;
- }
- .toolClassImg {
- width: 83px;
- height: 83px;
- position: absolute;
- right: 32px;
- bottom: 160px;
- cursor: pointer;
- z-index: 1000;
- }
- :global {
- .moveable-control-box {
- --moveable-color: transparent !important;
- }
- .n-popover {
- background-color: transparent;
- }
- }
- .booxToolWrap {
- // width: 286px;
- height: 95px;
- background: #ffffff;
- box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
- border-radius: 20px;
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 10px 8px;
- justify-content: space-between;
- .booxToolItem {
- margin: 0 12px;
- display: flex;
- flex-direction: column;
- align-items: center;
- font-size: 12px;
- cursor: pointer;
- text-align: center;
- &:hover {
- opacity: 0.8;
- }
- img {
- width: 56px;
- height: 56px;
- margin-bottom: 4px;
- }
- }
- }
- .setTimeImage {
- cursor: pointer;
- img {
- width: 792px;
- }
- }
- .beatImage {
- cursor: pointer;
- img {
- width: 698px;
- }
- }
- .changePwdModal {
- border-radius: 16px;
- }
- .imChatModal {
- border-radius: 20px;
- }
- .modeWrap {
- overflow: hidden;
- border-radius: 16px;
- background-color: #fff;
- }
- .showModalTone {
- width: 500px;
- .studentRemove {
- padding: 32px 40px 46px;
- p {
- font-size: 18px;
- color: #777777;
- line-height: 30px;
- text-align: center;
- span {
- color: #EA4132;
- }
- }
- }
- }
- .removeVisiable {
- width: 432px;
- :global {
- .n-card-header {
- font-size: max(22px, 16Px);
- }
- }
- .studentRemove {
- padding: 20px 40px 0;
- p {
- font-size: max(18px, 14Px);
- color: #777777;
- line-height: 30px;
- text-align: center;
- span {
- color: #EA4132;
- }
- }
- }
- .btnGroupModal {
- padding: 32px 0;
- :global {
- .n-button {
- height: 47px;
- min-width: 156px;
- }
- }
- }
- }
- .iframePpt {
- width: 100%;
- height: 100%;
- position: relative;
- .pptBox {
- position: absolute;
- width: 100%;
- height: 80%;
- left: 0;
- top: 10%;
- z-index: 9;
- background: transparent;
- }
- }
- .rightColumn {
- position: absolute;
- right: 0;
- top: 50%;
- transform: translateY(-50%);
- background: rgba(0, 0, 0, 0.3);
- border-radius: 10px;
- width: 76px;
- display: flex;
- flex-direction: column;
- align-items: center;
- padding: 10px 0;
- transition: all 0.3s;
- .rightItem {
- width: 54px;
- height: 54px;
- margin-bottom: 12px;
- cursor: pointer;
- position: relative;
- display: flex;
- align-items: center;
- justify-content: center;
- z-index: 9;
- &.active, &:hover {
- background: RGBA(255, 255, 255, 0.3);
- border-radius: 8px;
- z-index: 9;
- }
- &::after {
- content: "";
- position: absolute;
- left: 50%;
- bottom: -6px;
- transform: translateX(-50%);
- width: 44px;
- height: 1px;
- background: rgba(255, 255, 255, 0.2);
- }
- img {
- width: 34px;
- height: 34px;
- margin: auto;
- z-index: 9;
- }
- .rightTips {
- position: absolute;
- right: 24px;
- top: 50;
- transform: translateX(-50%);
- background: rgba(0, 0, 0, 0.7);
- border-radius: 6px;
- width: 88px;
- height: 34px;
- line-height: 34px;
- text-align: center;
- font-size: 16px;
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- // transition: all 0.8s;
- z-index: 1;
- opacity: 0;
- }
- &:hover {
- .rightTips {
- opacity: 1;
- }
- }
- }
- .rightItem:last-child {
- width: 54px;
- height: 36px;
- img {
- width: 18px;
- height: 18px;
- }
- &::after {
- display: none;
- }
- }
- .itemDisabled {
- opacity: 0.7;
- cursor: not-allowed;
- }
- }
- .rightColumnZ {
- z-index: -1;
- }
- .rightColumnHide {
- transform: translate(80px,-50%);
- .rightTips {
- display: none;
- }
- }
- .rightHideIcon {
- width: 30px;
- height: 60px;
- position: absolute;
- right: 0;
- top: 50%;
- transform: translate(60px,-50%);
- z-index: 10;
- cursor: pointer;
- // transition: all 0.5s;
- }
- .rightIconShow {
- animation:rightIn 0.3s ease 0.3s;
- animation-fill-mode: forwards;
- }
- @keyframes rightIn {
- 0% {
- transform: translate(60px,-50%);
- }
- 100% {
- transform: translate(0,-50%);
- }
- }
- .bottomColumn {
- position: fixed;
- right: 40px;
- bottom: 26px;
- display: flex;
- z-index: 2;
- .bottomItem {
- width: 54px;
- height: 54px;
- background: rgba(0, 0, 0, 0.3);
- border-radius: 10px;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-right: 16px;
- position: relative;
- cursor: pointer;
- .bottomTips {
- position: absolute;
- left: 50%;
- top: -40px;
- transform: translateX(-50%);
- opacity: 0;
- background: rgba(0, 0, 0, 0.7);
- border-radius: 6px;
- width: 88px;
- height: 34px;
- line-height: 34px;
- text-align: center;
- font-size: 16px;
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- }
- &.active, &:hover {
- background: rgba(0, 0, 0, 0.5);
- .bottomTips {
- opacity: 1;
- }
- }
- img {
- width: 40px;
- height: 40px;
- }
- }
- .bottomItem:last-child {
- margin-right: 0;
- }
- .itemDisabled {
- opacity: 0.7;
- cursor: not-allowed;
- }
- }
|