作者 zhangwei
1 个管道 的构建 通过 耗费 0 秒

视频修改

@@ -96,10 +96,6 @@ @@ -96,10 +96,6 @@
96 video::-o-media-controls-panel { 96 video::-o-media-controls-panel {
97 width: calc(100% + 0.7rem) !important; 97 width: calc(100% + 0.7rem) !important;
98 } 98 }
99 -  
100 - video::-internal-media-controls-download-button {  
101 - display: none !important;  
102 - }  
103 </style> 99 </style>
104 </head> 100 </head>
105 101
@@ -51,6 +51,38 @@ @@ -51,6 +51,38 @@
51 width: 100%; 51 width: 100%;
52 height: 100%; 52 height: 100%;
53 } 53 }
  54 +
  55 + video::-moz-media-controls-enclosure {
  56 + overflow: hidden !important;
  57 + }
  58 +
  59 + video::-ms-media-controls-enclosure {
  60 + overflow: hidden !important;
  61 + }
  62 +
  63 + video::-o-media-controls-enclosure {
  64 + overflow: hidden !important;
  65 + }
  66 +
  67 + video::-webkit-media-controls-enclosure {
  68 + overflow: hidden !important;
  69 + }
  70 +
  71 + video::-webkit-media-controls-panel {
  72 + width: calc(100% + 0.7rem) !important;
  73 + }
  74 +
  75 + video::-moz-media-controls-panel {
  76 + width: calc(100% + 0.7rem) !important;
  77 + }
  78 +
  79 + video::-ms-media-controls-panel {
  80 + width: calc(100% + 0.7rem) !important;
  81 + }
  82 +
  83 + video::-o-media-controls-panel {
  84 + width: calc(100% + 0.7rem) !important;
  85 + }
54 </style> 86 </style>
55 </head> 87 </head>
56 88
@@ -81,10 +81,6 @@ @@ -81,10 +81,6 @@
81 video::-o-media-controls-panel { 81 video::-o-media-controls-panel {
82 width: calc(100% + 0.7rem) !important; 82 width: calc(100% + 0.7rem) !important;
83 } 83 }
84 -  
85 - video::-internal-media-controls-download-button {  
86 - display: none !important;  
87 - }  
88 </style> 84 </style>
89 </head> 85 </head>
90 86
@@ -61,40 +61,4 @@ textarea { @@ -61,40 +61,4 @@ textarea {
61 background: none; 61 background: none;
62 border: none; 62 border: none;
63 outline: none; 63 outline: none;
64 -}  
65 -  
66 -video::-moz-media-controls-enclosure {  
67 - overflow: hidden !important;  
68 -}  
69 -  
70 -video::-ms-media-controls-enclosure {  
71 - overflow: hidden !important;  
72 -}  
73 -  
74 -video::-o-media-controls-enclosure {  
75 - overflow: hidden !important;  
76 -}  
77 -  
78 -video::-webkit-media-controls-enclosure {  
79 - overflow: hidden !important;  
80 -}  
81 -  
82 -video::-webkit-media-controls-panel {  
83 - width: calc(100% + 0.7rem) !important;  
84 -}  
85 -  
86 -video::-moz-media-controls-panel {  
87 - width: calc(100% + 0.7rem) !important;  
88 -}  
89 -  
90 -video::-ms-media-controls-panel {  
91 - width: calc(100% + 0.7rem) !important;  
92 -}  
93 -  
94 -video::-o-media-controls-panel {  
95 - width: calc(100% + 0.7rem) !important;  
96 -}  
97 -  
98 -video::-internal-media-controls-download-button {  
99 - display: none !important;  
100 } 64 }