This commit is contained in:
2025-08-13 16:04:41 +08:00
parent 8061704355
commit 2910039ecb
5 changed files with 44 additions and 19 deletions

View File

@@ -1745,7 +1745,7 @@ function initJournalBaseInfo(result) {
//tmr
case 1:
ImpactFactor = '1.3'
CiteScore = '1.9'
CiteScore = '2.0'
break;
//bmec
case 25:

View File

@@ -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) {

View File

@@ -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) {

View File

@@ -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('<p><b>CiteScore (Scopus):</b> <span>1.9</span></p>');
$('.edit_board_tmr').after('<p><b>CiteScore (Scopus):</b> <span>2.0</span></p>');
$('.edit_board_tmr').after('<p><b>Impact Factor (Clarivate):</b> <span>1.3</span></p>');
//$('.edit_board_tmr>a').attr('href', 'notice.html?J_num=' + Jour_num + '&footer_id=' + arr_jour.board_url);

View File

@@ -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{