浏览代码

add multi lang

ming 3 年之前
父节点
当前提交
0971d66d49
共有 2 个文件被更改,包括 2 次插入9 次删除
  1. 0 4
      api/static/style.css
  2. 2 5
      api/templates/make_video.html

+ 0 - 4
api/static/style.css

@@ -492,10 +492,6 @@ select {
 	border-radius: 5px;
 }
 
-input[type="checkbox"] {
-	display: none;
-}
-
 #checker1, #checker2 {
 	display: inline;
 }

+ 2 - 5
api/templates/make_video.html

@@ -87,15 +87,12 @@
             </div>
           </div>
         </fieldset>
-        <label for="myCheck">加入英文:</label> 
-        <input type="checkbox" id="multiLang" onclick="myFunction()">
         <fieldset>
           <h3 class="fs-subtitle">台詞</h3>
           <label for="myCheck">加入英文:</label> 
-          <input type="checkbox" id="multiLang" onclick="myFunction()">
+          <input type="checkbox" id="multiLang" >
           <div class="subtitle-inputs">
-            <label for="myCheck">加入英文:</label> 
-            <input type="checkbox" id="multiLang" onclick="myFunction()">
+          
           </div>
             <span class="add">+</span>
         </fieldset>