正在显示
4 个修改的文件
包含
38 行增加
和
14 行删除
@@ -64,6 +64,18 @@ | @@ -64,6 +64,18 @@ | ||
64 | width: 1rem; | 64 | width: 1rem; |
65 | height: 1rem; | 65 | height: 1rem; |
66 | } | 66 | } |
67 | + | ||
68 | + video::-internal-media-controls-download-button { | ||
69 | + display: none; | ||
70 | + } | ||
71 | + | ||
72 | + video::-webkit-media-controls-enclosure { | ||
73 | + overflow: hidden; | ||
74 | + } | ||
75 | + | ||
76 | + video::-webkit-media-controls-panel { | ||
77 | + width: calc(100% + 30px); | ||
78 | + } | ||
67 | </style> | 79 | </style> |
68 | </head> | 80 | </head> |
69 | 81 |
@@ -51,6 +51,18 @@ | @@ -51,6 +51,18 @@ | ||
51 | width: 100%; | 51 | width: 100%; |
52 | height: 100%; | 52 | height: 100%; |
53 | } | 53 | } |
54 | + | ||
55 | + video::-internal-media-controls-download-button { | ||
56 | + display: none; | ||
57 | + } | ||
58 | + | ||
59 | + video::-webkit-media-controls-enclosure { | ||
60 | + overflow: hidden; | ||
61 | + } | ||
62 | + | ||
63 | + video::-webkit-media-controls-panel { | ||
64 | + width: calc(100% + 30px); | ||
65 | + } | ||
54 | </style> | 66 | </style> |
55 | </head> | 67 | </head> |
56 | 68 | ||
@@ -135,10 +147,10 @@ | @@ -135,10 +147,10 @@ | ||
135 | <div class="index_seventh_bottom_five"> | 147 | <div class="index_seventh_bottom_five"> |
136 | <div class="index_seventh_bottom_title">分享:</div> | 148 | <div class="index_seventh_bottom_title">分享:</div> |
137 | <div class="index_seventh_bottom_img1"> | 149 | <div class="index_seventh_bottom_img1"> |
138 | - <img src="__TMPL__/public/assets/images/cicon_71@2x.png" alt="" id="wx_share_video"/> | 150 | + <img src="__TMPL__/public/assets/images/cicon_71@2x.png" alt="" id="wx_share_video" /> |
139 | </div> | 151 | </div> |
140 | <div class="index_seventh_bottom_img1"> | 152 | <div class="index_seventh_bottom_img1"> |
141 | - <img src="__TMPL__/public/assets/images/cicon_72@2x.png" alt="" class="wb_share_video"/> | 153 | + <img src="__TMPL__/public/assets/images/cicon_72@2x.png" alt="" class="wb_share_video" /> |
142 | </div> | 154 | </div> |
143 | <div class="index_seventh_bottom_img2" style="margin-left:0.3rem;"> | 155 | <div class="index_seventh_bottom_img2" style="margin-left:0.3rem;"> |
144 | <img id="collections" src="__TMPL__/public/assets/images/bicon_02.png" alt=""> | 156 | <img id="collections" src="__TMPL__/public/assets/images/bicon_02.png" alt=""> |
@@ -49,6 +49,18 @@ | @@ -49,6 +49,18 @@ | ||
49 | .fourth_log_top { | 49 | .fourth_log_top { |
50 | height: 3.34rem; | 50 | height: 3.34rem; |
51 | } | 51 | } |
52 | + | ||
53 | + video::-internal-media-controls-download-button { | ||
54 | + display: none; | ||
55 | + } | ||
56 | + | ||
57 | + video::-webkit-media-controls-enclosure { | ||
58 | + overflow: hidden; | ||
59 | + } | ||
60 | + | ||
61 | + video::-webkit-media-controls-panel { | ||
62 | + width: calc(100% + 30px); | ||
63 | + } | ||
52 | </style> | 64 | </style> |
53 | </head> | 65 | </head> |
54 | 66 |
@@ -61,16 +61,4 @@ textarea { | @@ -61,16 +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::-internal-media-controls-download-button { | ||
67 | - display: none; | ||
68 | -} | ||
69 | - | ||
70 | -video::-webkit-media-controls-enclosure { | ||
71 | - overflow: hidden; | ||
72 | -} | ||
73 | - | ||
74 | -video::-webkit-media-controls-panel { | ||
75 | - width: calc(100% + 30px); | ||
76 | } | 64 | } |
-
请 注册 或 登录 后发表评论