Commit 7cc1a6081834630a4381bc05d8789f24cb20edf4

Authored by zhiyangdu
1 parent ca4b0b80

样式优化

Showing 1 changed file with 3 additions and 3 deletions
src/App.vue
... ... @@ -44,12 +44,12 @@
44 44 }
45 45 /*底部播放控件*/
46 46 .video-js .vjs-control-bar{
47   - border-bottom-right-radius:6px;
48   - border-bottom-left-radius:6px;
  47 + border-bottom-right-radius:16px;
  48 + border-bottom-left-radius:16px;
49 49 }
50 50 .video-js .vjs-tech {
51 51 border-radius: 16px;
52   - border-top:solid 2px transparent!important ;
  52 + /*border-top:solid 2px transparent!important ;*/
53 53 /*border-color: transparent!important;*/
54 54 /*border-style: solid;*/
55 55 /*border-width: 1px;*/
... ...