Authored by liangyi.chen@yoho.cn

页面优化

... ... @@ -107,7 +107,7 @@
<tr>
<td style="width:100%; word-wrap:break-word;">
<div id="atUserInfo" style="float: left;margin-left: 30px;"></div></td>
<div id="atUserInfo" style="float: left;"></div></td>
</tr>
<tr style="height: 60px">
... ... @@ -293,7 +293,7 @@
for (i = 0; i < userList.length; i++) {
var userInfo = userList[i];
var headIco = userInfo.headIco.substring(0, userInfo.headIco.indexOf("?"));
html += "<span style='font-size: 15px;'>&nbsp&nbsp<label>"+userInfo.uid+"</label></span>&nbsp&nbsp&nbsp&nbsp";
html += "<span style='font-size: 15px;'><label>"+userInfo.uid+"</label></span>&nbsp&nbsp&nbsp&nbsp";
html += "<span style='font-size: 15px;'>&nbsp&nbsp<label>"+userInfo.nickName+"</label></span>&nbsp&nbsp&nbsp&nbsp";
html += "<span style='font-size: 18px;'>&nbsp&nbsp<img src='"+headIco+"' width='60px;' height='60px;'></span><br>";
}
... ...
... ... @@ -60,14 +60,14 @@
<input class="easyui-combobox" id="orderRule">
</input>
<a id="searchBtn" class="btn-info">查询</a>
<!--<a id="addActivityBtn" class="btn-success">新增</a>-->
<a id="allBtn" class="btn-info">全部</a>
</div>
<div style="margin-left: 20px;margin-top: 10px">
<a id="addBtn" class="btn-long" style="background-color: #5CB85C;">+添加话题</a>
<a id="searchBtn" class="btn-info">查询</a>
<!--<a id="addActivityBtn" class="btn-success">新增</a>-->
<a id="allBtn" class="btn-info">全部</a>
<a id="addBtn" class="btn-long" style="background-color: #5CB85C;margin-left: 5%">+添加话题</a>
</div>
</div>
... ...