40 lines
677 B
CSS
40 lines
677 B
CSS
.live-screens-screen-wrap {
|
|
position: relative;
|
|
background-color: #000;
|
|
}
|
|
|
|
.live-screens-screen-item {
|
|
box-sizing: border-box;
|
|
border: 1px solid #fff;
|
|
}
|
|
|
|
.live-screens-screen-close {
|
|
position: absolute;
|
|
width: 60px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
color: red;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.live-setting-btn-wrap {
|
|
margin-top:8px;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.live-setting-btn-item {
|
|
margin-right: 10px;
|
|
width: 60px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align:center;
|
|
border: 1px solid #666;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.actived {
|
|
border: 1px solid orangered !important;
|
|
}
|