Authored by 张帅

调整页面提示

... ... @@ -65,7 +65,7 @@
<td width="10%"><span style="color:red">*</span>关联话题</td>
<td width="30%">
<input type="radio" id="allRadio" name="type" value="1" checked>全部话题&nbsp;&nbsp;
<input type="radio" id="normalRadio" name="type" value="2">部分话题(多个话题用英文逗号,隔开)&nbsp;&nbsp;
<input type="radio" id="normalRadio" name="type" value="2">部分话题<span style="color:red">(多个话题用英文逗号,隔开)</span>&nbsp;&nbsp;
<br>
<textarea id="includeTopicsN" name="includeTopics" style="width: 380px;"/>
<input id="allTopic" name="allTopic" type="hidden" />
... ... @@ -74,7 +74,7 @@
</tr>
<tr class="config" style="height: 60px">
<td width="10%">活动短语(文案中NUM将被替换成活动配置的奖励数量)</td>
<td width="10%">活动短语<span style="color:red">(文案中NUM将被替换成活动配置的奖励数量)</span></td>
<td width="50%">
<input id="context" name="context" class="easyui-textbox" style="width: 380px;"/></td>
</tr>
... ...