diff --git a/article.html b/article.html index 2f56556..c0c8b6d 100644 --- a/article.html +++ b/article.html @@ -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; + } /* 相关引用次数 */ diff --git a/js/article.js b/js/article.js index 1808f13..00ac693 100644 --- a/js/article.js +++ b/js/article.js @@ -7723,7 +7723,7 @@ var htmlContent='' `; } else { - contentHtml = `

${item.content}

`; + contentHtml = `

${item.content}

`; } // 判断是否是表格类型 diff --git a/js/articleJS/article_top.js b/js/articleJS/article_top.js index ba6033a..c41b5d6 100644 --- a/js/articleJS/article_top.js +++ b/js/articleJS/article_top.js @@ -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(); diff --git a/js/side.js b/js/side.js index a059635..c1e5971 100644 --- a/js/side.js +++ b/js/side.js @@ -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('

CiteScore (Scopus): 0.1

'); + } + //$('.edit_board_tmr>a').attr('href', 'notice.html?J_num=' + Jour_num + '&footer_id=' + arr_jour.board_url); // 外链信息 diff --git a/jstmr/side.js b/jstmr/side.js index f8b8cdb..8ce87c5 100644 --- a/jstmr/side.js +++ b/jstmr/side.js @@ -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('

CiteScore (Scopus): 1.7

'); + $('.edit_board_tmr').after('

CiteScore (Scopus): 1.8

'); $('.edit_board_tmr').after('

Impact Factor (Clarivate): 0.9

'); //$('.edit_board_tmr>a').attr('href', 'notice.html?J_num=' + Jour_num + '&footer_id=' + arr_jour.board_url); diff --git a/style/style.css b/style/style.css index f2c55db..abfaffd 100644 --- a/style/style.css +++ b/style/style.css @@ -5107,6 +5107,7 @@ ul li .ab_tad { background: rgb(23, 138, 184); padding: 4px; margin: 15px 0; + color: #fff !important; } .Ptitle p {