From 2910039ecb3daaa2be332e3baa85a187668fe398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Wed, 13 Aug 2025 16:04:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- journalIndex/js/journal.js | 2 +- js/article.js | 2 +- js/article_v2.js | 31 ++++++++++++++++++++++++++++--- jstmr/side.js | 2 +- style/commonArticle_v3.css | 26 +++++++++++++------------- 5 files changed, 44 insertions(+), 19 deletions(-) diff --git a/journalIndex/js/journal.js b/journalIndex/js/journal.js index 3eea857..fef2b4c 100644 --- a/journalIndex/js/journal.js +++ b/journalIndex/js/journal.js @@ -1745,7 +1745,7 @@ function initJournalBaseInfo(result) { //tmr case 1: ImpactFactor = '1.3' - CiteScore = '1.9' + CiteScore = '2.0' break; //bmec case 25: diff --git a/js/article.js b/js/article.js index 6485f7c..1b33e31 100644 --- a/js/article.js +++ b/js/article.js @@ -7289,7 +7289,7 @@ function article_con() { var CiteScoreStr = '' var marginLeft = 20 if (Jour_num == 1) { - CiteScoreStr = '1.9'; + CiteScoreStr = '2.0'; marginLeft = 10 } else if (Jour_num == 11) { diff --git a/js/article_v2.js b/js/article_v2.js index c070377..9148d8f 100644 --- a/js/article_v2.js +++ b/js/article_v2.js @@ -5,6 +5,31 @@ var commonTableTitleColor = 'rgb(210,90,90)'//上角标颜色 var commonSupFontColor = 'color:rgb(0,112,192);'//上角标字体颜色 const style = document.createElement('style'); style.innerHTML = ` +.mb_aform{ + display:none; +} +.pos_ter{ + padding:10px; +} +.pos_ter>div:nth-child(1) { + width: 25%; +} +.pos_ter>a { +width: 23%; +} +.pos_ter>div:nth-child(3) { +width: 23%; +} + +.pos_ter>div:nth-child(4) { + width: 23%; + +} + +.footer .daohang ul{ + width: 26% !important; + +} ` @@ -2399,11 +2424,11 @@ function initArticleHtml(htmlData, refs, type, otherList) { // anchor.addEventListener('click', function (e) { // const href = this.getAttribute('href'); // const target = document.querySelector(href); - + // if (target) { // e.preventDefault(); // const offset = 100; // 调整这里的偏移距离 - + // window.scrollTo({ // top: target.offsetTop - offset, // behavior: 'smooth' @@ -2411,7 +2436,7 @@ function initArticleHtml(htmlData, refs, type, otherList) { // } // }); // }); - + const waitForTop = setInterval(() => { const bar = document.querySelector('.v4-art-top'); if (bar) { diff --git a/jstmr/side.js b/jstmr/side.js index fd67311..b832e9a 100644 --- a/jstmr/side.js +++ b/jstmr/side.js @@ -154,7 +154,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.9

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

CiteScore (Scopus): 2.0

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

Impact Factor (Clarivate): 1.3

'); //$('.edit_board_tmr>a').attr('href', 'notice.html?J_num=' + Jour_num + '&footer_id=' + arr_jour.board_url); diff --git a/style/commonArticle_v3.css b/style/commonArticle_v3.css index 5bdbada..d686071 100644 --- a/style/commonArticle_v3.css +++ b/style/commonArticle_v3.css @@ -376,7 +376,7 @@ border-bottom: 1px solid #000 !important; } body{ - // background: #fff; + /* // background: #fff; */ } .width_auto{ width:auto !important; @@ -472,7 +472,7 @@ body{ } .is-open .toggle-text{ display: block !important; - // font-size: 16px !important; + /* // font-size: 16px !important; */ } .is-closed .toggle-text1{ display: block !important; @@ -481,7 +481,7 @@ body{ display: none !important; } #common-overlay{ - // z-index:1000; + /* // z-index:1000; */ } #col-content{ background: #fff; @@ -491,22 +491,22 @@ body{ z-index:1001; } .nav_ban{ - // display:none !important; - // padding: 0px 50px; + /* // display:none !important; + // padding: 0px 50px; */ } .daohang{ - // min-width: 1200px; + /* // min-width: 1200px; // width: 80%; - // max-width: 100%; + // max-width: 100%; */ margin: 0 auto; } .inner_nav_ban_wrapper{ -// min-width: 1200px; +/* // min-width: 1200px; // width: 80%; // max-width: 100%; // margin: 0 auto; -// height:100%; +// height:100%; */ } .wenzhang{ @@ -527,13 +527,13 @@ padding:0 20px !important; box-sizing: border-box; } .mb_aform{ -// min-width: 1200px; +/* // min-width: 1200px; // width: 80%; // max-width: 100%; -// margin: 0 auto; +// margin: 0 auto; */ -// padding: 20px 0px; -// border-bottom:1px solid #e5e5e5; +/* // padding: 20px 0px; +// border-bottom:1px solid #e5e5e5; */ } .mb_aform #combox4{