Authored by 张帅

调整页面

... ... @@ -49,7 +49,7 @@
<tr style="height: 60px">
<td >
<div style="float: left;width:700px;" >
<span style="color:red">*</span><label>选择用户</label> <br>
<span style="color:red">*</span><label style="font-size: 14px;">选择用户</label> <br>
<input id="articleUid" name="authorUid" style="width:600px; " class="easyui-textbox" />
<a id="userBotton" class="btn btn-small" style="font-size: 18px; " >确认</a>
... ... @@ -63,7 +63,7 @@
<tr style="height: 60px">
<td>
<span style="color:red">*</span><label>文字内容</label> <br>
<span style="color:red">*</span><label style="font-size: 14px;">文字内容(必填项,内容不能为空)</label> <br>
<div style="width:600px; word-wrap:break-word;float: left;position: relative" >
<textarea rows="5" id="content" style="width:60%; white-space: pre-wrap;" name = "content" class="form-control" placeholder="请在这里输入1-500字的笔记" required="" maxlength="500"></textarea>
<div style="position: absolute;bottom:0;right:-50px"> <span id="content-count">0</span>/500</div>
... ... @@ -74,9 +74,9 @@
<tr style="height: 60px">
<td>
<label>选择标签</label> <br>
<span style="color:red">至多添加5个标签,非必填项</span><label></label><br>
<input id="labelId" name="labelId" class="easyui-combobox" style="width:600px;"/>
<label style="font-size: 14px;">选择标签</label> <br>
<input id="labelId" name="labelId" class="easyui-combobox" style="width:600px; "/><br>
<span style="color:red">至多添加5个标签,非必填项</span><label></label>
<input id="labelIds" name="labelIds" hidden="hidden"/>
<div id="labelList">
... ... @@ -85,9 +85,9 @@
</tr>
<tr style="height: 20px">
<td >
<span style="color:red">*</span><label>选择图片(最多九张)</label><br>
<span style="color:red">需要上传1-9张图片,必填项<br>
请上传1-9张图片,图片比例1:1、3:4、4:3(宽:高),大小不超过2M</span><label></label><br>
<span style="color:red">*</span><label style="font-size: 14px;">选择图片(最多九张)</label><br>
<span style="color:red">1.需要上传1-9张图片,必填项;&nbsp&nbsp&nbsp
2.请上传1-9张图片,图片比例1:1、3:4、4:3(宽:高),大小不超过500k</span><label></label><br>
<!--<a id="addImage" class="btn btn-primary" >选择图片+</a>-->
<input id="imgs" name="articleImages" hidden="hidden"/>
</td>
... ... @@ -100,9 +100,9 @@
</tr>
<tr style="height: 60px">
<td>
<label>关联商品</label> <br>
<span style="color:red">支持商品编号(SKN&SKUP)查询商品<br>
至多添加10个商品,非必填项</span><label></label><br>
<label style="font-size: 14px;">关联商品</label> <br>
<span style="color:red">1.支持商品编号(SKN&SKUP)查询商品;&nbsp&nbsp&nbsp
2.至多添加10个商品,非必填项</span><label></label><br>
<a id="addSkn" class="btn btn-primary" style="font-size: 15px">选择商品+</a>
<input id="skns" name="articleSkns" hidden="hidden"/>
<input id="sknType" name="sknType" hidden="hidden"/>
... ... @@ -198,16 +198,16 @@
if(result.data !=null && result.data !=''){
var headIco = result.data.headIco.substring(0, result.data.headIco.indexOf("?"));
var html = '';
html += "<span style='font-size: 18px;'>&nbsp&nbsp<img src='"+headIco+"' width='80px;' height='80px;'></span>&nbsp&nbsp&nbsp&nbsp";
html += "<span style='font-size: 18px;'>&nbsp&nbsp<label>"+result.data.nickName+"</label></span>";
html += "<span style='font-size: 18px;'>&nbsp&nbsp<img src='"+headIco+"' width='60px;' height='60px;'></span>&nbsp&nbsp&nbsp&nbsp";
html += "<span style='font-size: 15px;'>&nbsp&nbsp<label>"+result.data.nickName+"</label></span>";
$("#userInfo").html(html);
}else{
var html = '<span style="color:red;font-size: 18px;">获取用户信息失败,请检查uid输入是否正确</span>';
var html = '<span style="color:red;font-size: 15px;">获取用户信息失败,请检查uid输入是否正确</span>';
$("#userInfo").html(html);
}
}
else {
var html = '<span style="color:red;font-size: 18px;">获取用户信息失败,请稍后重试</span>';
var html = '<span style="color:red;font-size: 15px;">获取用户信息失败,请稍后重试</span>';
$("#userInfo").html(html);
}
... ...
... ... @@ -62,7 +62,7 @@
<tr style="height: 60px">
<td style="width:100% ">
<div style="float: left;width:700px;" >
<span style="color:red">*</span><label>选择用户</label> <br>
<span style="color:red">*</span><label style="font-size: 14px;">选择用户</label> <br>
<input id="articleUid" name="authorUid" style="width:600px " class="easyui-textbox" />
<a id="userBotton" class="btn btn-small" style="font-size: 18px; " >确认</a>
<br>
... ... @@ -75,7 +75,8 @@
<tr style="height: 60px">
<td style="width:100%; word-wrap:break-word;" >
<span style="color:red">*</span><label>文字内容</label> <br>
<span style="color:red">*</span><label style="font-size: 14px;">文字内容(必填项,内容不能为空)</label> <br>
<div style="width:600px; word-wrap:break-word;float: left;position: relative" >
<textarea rows="5" id="content" style="width:60%; white-space: pre-wrap;" name = "content" class="form-control" placeholder="请在这里输入1-500字的笔记" required="" maxlength="500"></textarea>
<div style="position: absolute;bottom:0;right:-50px"> <span id="content-count">0</span>/500</div>
... ... @@ -83,15 +84,15 @@
</div>
<!--<div style="clear: both;"> <span id="content-count">0</span>/500</div>-->
</td>
</tr>
<tr style="height: 60px">
<td style="width:100%;">
<label>选择标签</label> <br>
<span style="color:red">至多添加5个标签,非必填项</span><label></label><br>
<input id="labelId" name="labelId" class="easyui-combobox" style="width:600px; "/>
<label style="font-size: 14px;">选择标签</label> <br>
<input id="labelId" name="labelId" class="easyui-combobox" style="width:600px; "/><br>
<span style="color:red">至多添加5个标签,非必填项</span><label></label>
<input id="labelIds" name="labelIds" hidden="hidden"/>
<div id="labelList">
... ... @@ -100,9 +101,9 @@
</tr>
<tr style="height: 20px">
<td >
<span style="color:red">*</span><label>选择图片(最多九张)</label><br>
<span style="color:red">需要上传1-9张图片,必填项<br>
请上传1-9张图片,图片比例1:1、3:4、4:3(宽:高),大小不超过2M</span><label></label><br>
<span style="color:red">*</span><label style="font-size: 14px;">选择图片(最多九张)</label><br>
<span style="color:red">1.需要上传1-9张图片,必填项;&nbsp&nbsp&nbsp
2.请上传1-9张图片,图片比例1:1、3:4、4:3(宽:高),大小不超过500k</span><label></label><br>
<!--<a id="addImage" class="btn btn-primary" >选择图片+</a>-->
<input id="imgs" name="articleImages" hidden="hidden"/>
</td>
... ... @@ -115,9 +116,9 @@
</tr>
<tr style="height: 60px">
<td>
<label>关联商品</label> <br>
<span style="color:red">支持商品编号(SKN&SKUP)查询商品<br>
至多添加10个商品,非必填项</span><label></label><br>
<label style="font-size: 14px;">关联商品</label> <br>
<span style="color:red">1.支持商品编号(SKN&SKUP)查询商品;&nbsp&nbsp&nbsp
2.至多添加10个商品,非必填项</span><label></label><br>
<a id="addSkn" class="btn btn-primary" style="font-size: 15px">选择商品+</a>
<input id="skns" name="articleSkns" hidden="hidden"/>
<input id="sknType" name="sknType" hidden="hidden"/>
... ... @@ -207,16 +208,16 @@
if(result.data !=null && result.data !=''){
var headIco = result.data.headIco.substring(0, result.data.headIco.indexOf("?"));
var html = '';
html += "<span style='font-size: 18px;'>&nbsp&nbsp<img src='"+headIco+"' width='80px;' height='80px;'></span>&nbsp&nbsp&nbsp&nbsp";
html += "<span style='font-size: 18px;'>&nbsp&nbsp<label>"+result.data.nickName+"</label></span>";
html += "<span style='font-size: 18px;'>&nbsp&nbsp<img src='"+headIco+"' width='60px;' height='60px;'></span>&nbsp&nbsp&nbsp&nbsp";
html += "<span style='font-size: 15px;'>&nbsp&nbsp<label>"+result.data.nickName+"</label></span>";
$("#userInfo").html(html);
}else{
var html = '<span style="color:red;font-size: 18px;">获取用户信息失败,请检查uid输入是否正确</span>';
var html = '<span style="color:red;font-size: 15px;">获取用户信息失败,请检查uid输入是否正确</span>';
$("#userInfo").html(html);
}
}
else {
var html = '<span style="color:red;font-size: 18px;">获取用户信息失败,请稍后重试</span>';
var html = '<span style="color:red;font-size: 15px;">获取用户信息失败,请稍后重试</span>';
$("#userInfo").html(html);
}
... ...
... ... @@ -116,7 +116,7 @@
overflow: auto;
padding: 6px 24px 6px 12px;
line-height: 1.42857143;
font-size: inherit;
font-size: 12px;
color: #555555;
background-color: transparent;
border: 0;
... ...