:global { .video-modal { width: 100%; height: 100%; } #video-section { position: absolute; top: 2%; left: 2%; width: 96%; height: 96%; background-color: #000000; // background-color: white; padding: 50px 5px 5px 5px; z-index: 101; // #local{ // // width: 80%; // } .text { position: absolute; // height: 70px; top: 10px; color: #ffffff; z-index: 999; text-align: right; font-size: 12px; #c_schedulingName { font-size: 18px; } #c_roomid { // font-size: 16px; margin-left: 100px; } .btn-dissolve { background: #4285ec; color: #ffffff; margin-left: 20px; height: 25px; border-radius: 40px; border: 0; font-size: 12px; } } #remote-video-wrap { width: 100%; height: 100%; // #child{ // // width: 20%; // display: inline-block; // } // .div-content{ // height: 100%; // } .div-video { // position: relative; border: 1px solid #ffffff; margin-top: 5px; } // .name{ // position: absolute; // left: 0; // bottom: 0; // color: #ffffff; // } } } //新的 #room-root { margin-top: 10px; color: white; width: 100%; height: 95%; // min-width: 1500px; // min-height: 700px; // display: none; align-items: flex-start; // background-color: #f0f0f0; } .member { cursor: default; border-bottom-style: solid; border-width: 1px; border-bottom-color: #f0f0f0; display: flex; align-items: center; } // .member-id { // display: flex; // align-items: center; // } #video-grid { display: grid; grid-template-columns: repeat(5, 1fr); grid-template-rows: repeat(3, 1fr); grid-template-areas: "m m m a b" "m m m c d" "e f g h i"; } #video-grid > div { position: relative; padding: 10px; } #main-video { // display: none; // width: 100%; height: 100%; // padding: 10px; // grid-row-start: 1; // grid-column-start: 1; // grid-row-end: 3; // grid-column-end: 4; // grid-area: 1/1/3/4; } .video-box { width: 100%; height: 25%; margin-bottom: 10px; } .mask { width: 100%; height: 100%; position: absolute; font-size: 14px; color: #888888; z-index: 9; justify-content: center; } // #mask_main{ // display: flex; // align-items: center; // } .mask { display: flex; align-items: center; } div[id^="player"] { background-color: #d8d8d8 !important; } .row-div { flex-direction: row; // display: flex; // align-items: center; } .col-div { flex-direction: column; } #root { width: 100%; height: 100%; background-color: rgb(250, 250, 250); position: absolute; display: block; } #login-root { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } #login-card { width: 450px; height: 470px; display: flex; /* justify-content: center; */ align-items: center; background-color: white; } .login-card { width: 360px; height: 450px; background-color: white; margin: 0 auto; display: flex; /* justify-content: center; */ align-items: center; } .popover { min-width: 300px; max-width: 1000px; border: 0; white-space: nowrap; /* overflow: hidden; */ } .popover-body { flex-direction: column; padding: 0; } .popover-body > div { width: 100%; height: 35px; justify-content: center; cursor: default; } .popover-body > div:hover { background-color: #f7f7f7; } }