Browse Source

文章留言样式调整

luyanan 8 years ago
parent
commit
80857ff413
2 changed files with 5 additions and 5 deletions
  1. 2 2
      css/index.css
  2. 3 3
      js/popup.js

+ 2 - 2
css/index.css

@ -221,7 +221,7 @@ input[type='radio'].radio:checked + .radio {background:url(../images/redio.png)
221 221
.shareCode{position: absolute;top:-156px;left: 50%;margin-left: -75px;display: none;width: 150px;height:150px;}
222 222
.shareCode img{width: 100%;}
223 223
.coulstbtn .attentBtn{position:relative;padding-left:20px;border:1px solid #ff9900;color:#ff9900;background: transparent;}
224
.coulstbtn .attentBtn em{position:absolute;top:50%;margin-top:-9px;left:34px;display:inline-block; width:16px;height:18px;background:url(../images/favoricon.png) 0 -32px no-repeat;background-size:100% auto;}
224
.coulstbtn .attentBtn em{position:absolute;top:50%;margin-top:-8px;left:34px;display:inline-block; width:16px;height:18px;background:url(../images/favoricon.png) 0 -32px no-repeat;background-size:100% auto;}
225 225
.coulstbtn .attentBtn i{font-style: normal;}
226 226
.coulstbtn .attentBtn.attented{color:#ffffff;padding-left:24px;background: #f4c600;border:1px solid #f4c600;}
227 227
.coulstbtn .attentBtn.attented em{background:url(../images/favoricon.png) 0 -48px no-repeat;background-size:100% auto;left:28px;}
@ -508,7 +508,7 @@ label.edu-radio{ float:none;font-size:16px;line-height:26px; color:#868686; }
508 508
.commentsArea .media-body .listtit{color:#ff9900;line-height: 24px;font-size:15px}
509 509
.commentsArea .media-body .listtit3{color:#666666;line-height: 21px;font-size:14px}
510 510

511
.commentList li{padding:20px 10px;border-bottom:1px dashed #dadada;}
511
.commentList li{padding:20px 10px;border-bottom:1px dashed #dadada;overflow:hidden;}
512 512
.commentList li:last-child{border-bottom:1px dashed transparent;}
513 513
.commentsArea .goMsgbox{padding:20px 10px;width: 100%;}
514 514
.commentsArea .goMsgbox .frmbtn:focus{border:1px solid transparent;}

+ 3 - 3
js/popup.js

@ -11,7 +11,7 @@ function ResourceInfo() {
11 11
		PopHtml += '<div class="resoutit">资源信息<div class="stateinfor"><em></em><span>申请</span></div></div>';
12 12
		PopHtml += '<div class="resoubox">';
13 13
		//资源信息
14
		PopHtml += '<div><table class="resoutab floatL"><tr>';
14
		PopHtml += '<div class="clearfix"><table class="resoutab floatL"><tr>';
15 15
		PopHtml += '<th class="resouinfotype" scope="row">资源名称</th>';
16 16
		PopHtml += '<td><div class="resouinforcon"><input type="text" class="frmtype" id="resourceName" ><span class="requiredcon">*</span></div></td>';
17 17
		PopHtml += '</tr>';
@ -937,7 +937,7 @@ function newsBombBox() {
937 937
		PopHtml += '<div class="resouinfo"><form class="resoufrm">';
938 938
		PopHtml += '<div class="resoutit">科研文章<div class="stateinfor"><em></em><span>文章发布中</span></div></div>';
939 939
		PopHtml += '<div class="resoubox">';
940
		PopHtml += '<div><table class="resoutab floatL"><tr>';
940
		PopHtml += '<div class="clearfix"><table class="resoutab floatL"><tr>';
941 941
		PopHtml += '<th class="resouinfotype" scope="row">文章标题</th>';
942 942
		PopHtml += '<td><div class="resouinforcon"><input type="text" class="frmtype" id="newsName" ><span class="requiredcon">*</span></div></td>';
943 943
		PopHtml += '</tr>';
@ -952,7 +952,7 @@ function newsBombBox() {
952 952
		/////////////文章图片上传////////////////////
953 953
		PopHtml +='<div class="resouimgbox resouimgboxadd floatL">';
954 954
		PopHtml += '<div class="resouinforcon">';
955
		PopHtml += '<div class="upbox" style="margin-top:15px"><div id="uploader" style="border-radius: 6px;">';
955
		PopHtml += '<div class="upbox"><div id="uploader" style="border-radius: 6px;">';
956 956
		PopHtml += '<div id="fileList" class="uploader-list"></div>';
957 957
		PopHtml += '<div id="filePicker">选择图片</div></div>';
958 958
		PopHtml += '<span class="resouimgmsg">建议尺寸640*640,大小在5M以内,<br/>JPG、PNG格式</span>';