提交
This commit is contained in:
@@ -356,6 +356,10 @@
|
||||
.wordTableHtml table tr:last-of-type td {
|
||||
border-bottom: 1px solid #000 !important;
|
||||
|
||||
}
|
||||
.pMain blue {
|
||||
color: rgb(0, 130, 170) !important;
|
||||
|
||||
}
|
||||
/* 相关引用次数 */
|
||||
</style>
|
||||
|
||||
@@ -7723,7 +7723,7 @@ var htmlContent=''
|
||||
</div>
|
||||
`;
|
||||
} else {
|
||||
contentHtml = `<p class="pMain " main-state="${item.state}" contenteditable="false" data-id="${item.am_id}" main-id="${item.am_id}">${item.content}</p>`;
|
||||
contentHtml = `<p class="${item.is_h1?'Ptitle pMain':'pMain' } " main-state="${item.state}" contenteditable="false" data-id="${item.am_id}" main-id="${item.am_id}">${item.content}</p>`;
|
||||
}
|
||||
|
||||
// 判断是否是表格类型
|
||||
|
||||
@@ -57,7 +57,7 @@ function initArticleTop() {
|
||||
top_top.pageIndex = n;
|
||||
$.ajax({
|
||||
type: 'post', url: apiUrl + urlList.list,
|
||||
data: base_topic,
|
||||
data: top_top,
|
||||
success: function (result) {
|
||||
if (result.code == 0) {
|
||||
$('.goup-container').click();
|
||||
|
||||
@@ -248,6 +248,10 @@ function side_list() {
|
||||
$('.Join_Bord2').attr('href', 'z_f11-1.html?J_num=' + Jour_num);
|
||||
|
||||
$('.edit_board_tmr>a').attr('href', arr_jour.board_url);
|
||||
if(Jour_num==11){
|
||||
$('.edit_board_tmr').after('<p><b>CiteScore (Scopus):</b> <span>0.1</span></p>');
|
||||
}
|
||||
|
||||
//$('.edit_board_tmr>a').attr('href', 'notice.html?J_num=' + Jour_num + '&footer_id=' + arr_jour.board_url);
|
||||
|
||||
// 外链信息
|
||||
|
||||
@@ -145,7 +145,7 @@ function side_list() {
|
||||
$('.Join_Bord').attr('href', 'z_f6-1.html?J_num=' + Jour_num);
|
||||
$('.Join_Bord2').attr('href', 'z_f11-1.html?J_num=' + Jour_num);
|
||||
$('.edit_board_tmr>a').attr('href', arr_jour.board_url);
|
||||
$('.edit_board_tmr').after('<p><b>CiteScore (Scopus):</b> <span>1.7</span></p>');
|
||||
$('.edit_board_tmr').after('<p><b>CiteScore (Scopus):</b> <span>1.8</span></p>');
|
||||
$('.edit_board_tmr').after('<p><b>Impact Factor (Clarivate):</b> <span>0.9</span></p>');
|
||||
//$('.edit_board_tmr>a').attr('href', 'notice.html?J_num=' + Jour_num + '&footer_id=' + arr_jour.board_url);
|
||||
|
||||
|
||||
@@ -5107,6 +5107,7 @@ ul li .ab_tad {
|
||||
background: rgb(23, 138, 184);
|
||||
padding: 4px;
|
||||
margin: 15px 0;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.Ptitle p {
|
||||
|
||||
Reference in New Issue
Block a user