Authored by LUOXC

refactor

@@ -17,14 +17,16 @@ @@ -17,14 +17,16 @@
17 <div style="padding:10px 60px 20px 60px"> 17 <div style="padding:10px 60px 20px 60px">
18 <form id="limitForm" method="post"> 18 <form id="limitForm" method="post">
19 <label>UID(多个以","分隔):</label> 19 <label>UID(多个以","分隔):</label>
20 - <input class="easyui-textbox" id="uids" data-options="multiline:true,required:true" style="height:100px"></input> 20 + <br />
  21 + <input class="easyui-textbox" id="uids" data-options="multiline:true,required:true" style="height:100px;width:500px;"></input>
21 <br /> 22 <br />
22 <label>原因:</label> 23 <label>原因:</label>
23 - <input class="easyui-textbox" type="text" id="reason" data-options="required:true"></input> 24 + <br />
  25 + <input class="easyui-textbox" type="text" id="reason" data-options="required:true" style="width:500px;"></input>
24 </form> 26 </form>
25 <div style="text-align:center;padding:5px"> 27 <div style="text-align:center;padding:5px">
26 - <a href="javascript:void(0)" class="btn-info" onclick="limit(2,'限制购买')">限制购买</a>  
27 - <a href="javascript:void(0)" class="btn-info" onclick="limit(1,'限制出售')">限制出售</a> 28 + <a href="javascript:void(0)" class="easyui-linkbutton" onclick="limit(2,'限制购买')">限制购买</a>
  29 + <a href="javascript:void(0)" class="easyui-linkbutton" onclick="limit(1,'限制出售')">限制出售</a>
28 </div> 30 </div>
29 </div> 31 </div>
30 </div> 32 </div>
@@ -36,8 +38,8 @@ @@ -36,8 +38,8 @@
36 <label>UID:</label> 38 <label>UID:</label>
37 <input id="uid" type="text" class="easyui-textbox" style="width:150px"/> 39 <input id="uid" type="text" class="easyui-textbox" style="width:150px"/>
38 40
39 - <a href="javascript:void(0)" onclick="check()" class="btn-info">查询</a>  
40 - <a href="javascript:void(0)" onclick="remove()" style='margin-left:10px;color:white;background-color: #D31225 !important;'>解除</a> 41 + <a href="javascript:void(0)" onclick="check()" class="easyui-linkbutton">查询</a>
  42 + <a href="javascript:void(0)" onclick="remove()" class="easyui-linkbutton" style='color:white;background-color: #D31225 !important;'>解除</a>
41 </div> 43 </div>
42 </div> 44 </div>
43 45