|
@@ -62,15 +62,20 @@
|
|
|
</div>
|
|
|
<form action="/step_questions/submit" method="post" id="msform">
|
|
|
<span style="font-size:30px;cursor:pointer" onclick="openNav()">☰ 過去紀錄</span>
|
|
|
- <select id="avatar" class='avatar'>
|
|
|
- <option value="6">Angus</option>
|
|
|
- <option value="7">Peggy</option>
|
|
|
- </select>
|
|
|
+ <div>
|
|
|
+
|
|
|
+
|
|
|
+ </div>
|
|
|
<!-- fieldsets -->
|
|
|
<fieldset>
|
|
|
<h2 class="fs-title">AI ANCHOR</h2>
|
|
|
<h3 class="fs-subtitle">標題</h3>
|
|
|
<input id=title type="text" name='t1' class='title_new' value="" placeholder="1" /> <br/>
|
|
|
+ <h3 class="fs-subtitle">選擇人物</h3>
|
|
|
+ <select id="avatar" class='avatar'>
|
|
|
+ <option value="6">Angus</option>
|
|
|
+ <option value="7">Peggy</option>
|
|
|
+ </select>
|
|
|
<h3 class="fs-subtitle">台詞</h3>
|
|
|
<input type="text" name='t1' class='txtsrc1' value="" placeholder="1" /> <br/>
|
|
|
<input type="text" name='t2' class='txtsrc2' value="" placeholder="2" /><br/>
|