氵氵氵氵氵氵
#videoTogetherLoading {
touch-action: none;
height: 50px;
border: 1px solid #c9c8c8;
background: #ffffff;
color: #212529;
display: flex;
align-items: center;
z-index: 2147483646;
position: fixed;
bottom: 15px;
right: 15px;
width: 250px;
text-align: center;
box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
border-radius: 5px;
}
#videoTogetherLoadingwrap {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
#videoTogetherLoadingwrap img {
margin-right: 12px;
}
#videoTogetherLoadingwrap a {
color: #212529;
text-decoration: none;
}
#videoTogetherLoadingwrap a:hover {
color: #1890ff;
text-decoration: underline;
}