浏览代码

@guohh@更新播放区样式

guohh 3 年之前
父节点
当前提交
e79b1ba9cd
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      2021/iot-show/vue/src/views/video/index.vue

+ 4 - 1
2021/iot-show/vue/src/views/video/index.vue

@ -207,14 +207,17 @@
207 207
  .video-show {
208 208
    position: relative;
209 209
    margin-left: 105px;
210
    border: 12px solid rgb(42, 46, 56);
211 210
    border-radius: 24px;
211
    border: 1px solid rgba(255, 255, 255, 0.16);
212
    box-shadow: 0px 120px 250px -40px rgba(0, 0, 0, 0.6);
212 213
  }
213 214
214 215
  .video-play {
215 216
    display: block;
216 217
    width: 1200px;
217 218
    height: 675px;
219
    box-sizing: content-box;
220
    border: 12px solid rgb(42, 46, 56);
218 221
    border-radius: 16px;
219 222
  }
220 223