Browse Source

添加咨询申请页面文字提示

luyanan 8 years ago
parent
commit
0144ef872b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      js/popup.js

+ 4 - 4
js/popup.js

@ -44,7 +44,7 @@ function ResourceInfo() {
44 44
		PopHtml += '<div id="filePicker">选择图片</div></div>';
45 45
		PopHtml += '<span class="resouimgmsg">尺寸240*240,大小在5M以内,<br/>JPG、PNG格式</span>';
46 46
		PopHtml += '</div></div></div></div>';
47
		PopHtml +='<div class="baimg" style="clear: both;padding:15px 0 10px 0;overflow: hidden;"><span class="resouinfotype" style="display: block;float: left;">详细描述</span><script id="editor" name="content" type="text/plain" style="width:550px; height:200px;float: left;margin-left: 30px;"></script></div>';
47
		PopHtml +='<div class="baimg" style="clear: both;padding:15px 0 10px 0;overflow: hidden;"><span class="resouinfotype" style="display: block;float: left;">详细描述</span><script id="editor" name="content" type="text/plain" style="width:550px; height:200px;float: left;margin-left: 24px;"></script></div>';
48 48
		/////////////资源图片上传 结束////////////////////
49 49
		
50 50
		//按钮盒子
@ -796,8 +796,8 @@ function ConsultApply() {
796 796
		PopHtml += '<div class="sendmsg">';
797 797
		PopHtml += '<div class="sendmsgtit">发送信息</div>';
798 798
		PopHtml += '<form class="resoufrm"><ul class="sendmsgcon">';
799
		PopHtml += '<li><span>*</span><label>主题</label><input type="text" id="consultTitle" class="frmtype" onkeyup="titleLimitFontCountFn();"></li>';
800
		PopHtml += '<li><span>*</span><label>内容</label><textarea class="frmtype" id="consultcontent" onkeyup="limitTextCountFn(\'#consultcontent\',\'#consultapplytextconut\',300);"></textarea></li>';
799
		PopHtml += '<li><span>*</span><label>主题</label><input type="text" id="consultTitle" class="frmtype" placeholder="请用一句话概括您的需求" onkeyup="titleLimitFontCountFn();"></li>';
800
		PopHtml += '<li><span>*</span><label>内容</label><textarea class="frmtype" id="consultcontent" placeholder="请详细描述您遇到的问题" onkeyup="limitTextCountFn(\'#consultcontent\',\'#consultapplytextconut\',300);"></textarea></li>';
801 801
		PopHtml += '<li class="rightline">请不要超过<span id="consultapplytextconut">300</span>个字</li>';
802 802
		PopHtml += '<li class="rightline"><input type="button" id="sendConsultBtn"class="frmtype frmbtn" value="发送"></li>';
803 803
		PopHtml += '</ul></form></div>';
@ -955,7 +955,7 @@ function newsBombBox() {
955 955
		PopHtml += '<div id="filePicker">选择图片</div></div>';
956 956
		PopHtml += '<span class="resouimgmsg">建议尺寸640*640,大小在5M以内,<br/>JPG、PNG格式</span>';
957 957
		PopHtml += '</div></div></div></div>';
958
		PopHtml +='<div class="baimg" style="clear: both;padding:15px 0 10px 0;overflow: hidden;"><span class="resouinfotype" style="display: block;float: left;">详细描述</span><script id="editor" name="content" type="text/plain" style="width:550px; height:200px;float: left;margin-left: 30px;"></script></div>';
958
		PopHtml +='<div class="baimg" style="clear: both;padding:15px 0 10px 0;overflow: hidden;"><span class="resouinfotype" style="display: block;float: left;margin-left: 15px;">正文内容</span><script id="editor" name="content" type="text/plain" style="width:550px; height:200px;float: left;margin-left: 12px;"></script></div>';
959 959
		/////////////文章图片上传 结束////////////////////
960 960
		//按钮盒子
961 961
		PopHtml +='<table class="btntab clearfix"><tr><td>';