实时视频流首页vxg视频蓝框去除

merge-requests/1/head
张鑫 5 years ago
parent 7538484c6c
commit 094a1d70c1

@ -217,12 +217,17 @@ export default {
height: 100%; height: 100%;
z-index: 10; z-index: 10;
} }
/*.video{*/ /*.video{*/
/* border: solid 1px #000000;*/ /* border: solid 1px #000000;*/
/* background: #001529;*/ /* background: #001529;*/
/* width: 400px;*/ /* width: 400px;*/
/* height: 225px;*/ /* height: 225px;*/
/*}*/ /*}*/
.vxgplayer {
border: none;
margin: 0;
}
} }
} }
} }

@ -514,13 +514,20 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
img{
img {
width: 42px; width: 42px;
} }
} }
} }
img{
img {
cursor: pointer; cursor: pointer;
} }
.vxgplayer {
border: none;
margin: 0;
}
} }
</style> </style>

Loading…
Cancel
Save