This commit is contained in:
2020-12-01 10:04:23 +08:00
parent dfebda1bb5
commit 4bff5e896b
3 changed files with 235 additions and 182 deletions

21
dist/css/room.css vendored
View File

@@ -15,7 +15,7 @@ body{
video{
background-color: #d8d8d8;
}
/* @media screen and (min-width:960px) {
/* @media screen and (min-width:960rem) {
video{
width: auto !important;
height: 100% !important;
@@ -28,7 +28,7 @@ video{
align-items: center;
}
}
@media screen and (max-width:960px) {
@media screen and (max-width:960rem) {
video{
width: 100% !important;
height: auto !important;
@@ -43,12 +43,13 @@ video{
} */
#room-root{
width: 100%;
height: 100%;
min-width: 1500px;
min-height: 700px;
height: 750rem;
/* min-width: 1500rem; */
/* min-height: 700rem; */
display: none;
align-items: flex-start;
padding: 16px;
padding: 16rem;
background-color: #F5F5F5;
}
.member{
cursor: default;
@@ -66,14 +67,14 @@ video{
}
#video-grid>div{
position: relative;
padding: 10px;
padding: 10rem;
}
#main-video{
width: 100%;
height: 100%;
padding: 10px;
padding: 10rem;
grid-area: 1/1/3/4;
border-radius: 17px;
border-radius: 17rem;
}
.video-box{
width: 100%;
@@ -83,7 +84,7 @@ video{
width: 100%;
height: 100%;
position: absolute;
font-size: 14px;
font-size: 14rem;
color: #888888;
z-index: 9;
justify-content: center