派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-04-07 6828419a10a46682d89e124057ef4e0c15d69d6a
src/components/BaseNav/PublicBounced/GasComponents/PublicVideo.vue
@@ -26,19 +26,21 @@
.win {
  position: relative;
  background-color: rgba(33, 41, 69,0.9);
  height: 300px;
  height: 2.1rem;
}
.main {
  border: 1px solid #396d83;
  padding: 6px;
  //.main-video {
  padding: 5px;
  height: 2rem;
    video {
      width: 100%;
      height: 100%;
      outline: none;
    }
  //}
}
.border_corner{
  z-index: 999;
  position: absolute;
@@ -47,24 +49,28 @@
  background: rgba(0,0,0,0);
  border: 1px solid #47d5ea;
}
.border_corner_left_top{
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.border_corner_right_top{
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}
.border_corner_left_bottom{
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}
.border_corner_right_bottom{
  bottom: 0;
  right: 0;