From 4f470543e7c587568881ab8971680bbdb3a51363 Mon Sep 17 00:00:00 2001
From: "@fawn-nine" <1271023382@qq.com>
Date: Tue, 29 Aug 2023 10:00:04 +0800
Subject: [PATCH] .
---
journals_pmr.html | 6 +++---
js/journal.js | 28 +++++++++++++++-------------
style/style.css | 7 ++++++-
3 files changed, 24 insertions(+), 17 deletions(-)
diff --git a/journals_pmr.html b/journals_pmr.html
index 5c88cfd..974d84c 100644
--- a/journals_pmr.html
+++ b/journals_pmr.html
@@ -72,9 +72,9 @@
Archiving
-
More
-
-
+
+
diff --git a/js/journal.js b/js/journal.js
index 5038064..2156417 100644
--- a/js/journal.js
+++ b/js/journal.js
@@ -997,21 +997,23 @@ function bf_list() {
if(Jour_num == 7){
// 合并(替换)期刊
- // console.log('这是一本合并期刊')
- if (arr_stage[i].stage_no == '0') {
+ if(i==0){str +=''+arr_stage[i].stage_year+'
'}
+
+ if(i>0){
+ if(arr_stage[i].stage_year!=arr_stage[i-1].stage_year){
+ str +=''+arr_stage[i].stage_year+'
'
+ }
+ }
+
+ if(arr_stage[i].stage_no=='0'){
var iss_ = ''
- } else {
- var iss_ = ' Issue.' + arr_stage[i].stage_no + ''
- }
- if (arr_stage[i].stage_icon == '') {
- str += '- ' +
- '
' + arr_stage[i].stage_year + 'Vol. ' + arr_stage[i].stage_vol
- + iss_ + arr_stage[i].stage_pagename + arr_stage[i].stage_page + '
'
- } else {
- str += '- ' +
- '
' + arr_stage[i].stage_year + 'Vol. ' + arr_stage[i].stage_vol
- + iss_ + arr_stage[i].stage_pagename + arr_stage[i].stage_page + '
'
+ }else{
+ var iss_ =' Issue.'+arr_stage[i].stage_no
}
+
+ str +=''+arr_stage[i].issue_date+'
'
}else{
// 常规期刊
if (arr_stage[i].stage_no == '0') {
diff --git a/style/style.css b/style/style.css
index ec46fc1..73d9a16 100644
--- a/style/style.css
+++ b/style/style.css
@@ -4950,6 +4950,7 @@ ul li .ab_tad {
padding: 4px; margin: 15px 0;}
.Ptitle p{margin-bottom: 0 !important; font-weight: bold; color: #fff !important; font-style: italic;}
#html88 strong{font-weight: bold !important;}
+#html88 strong em{font-weight: bold !important;}
/* 审稿详细样式 */
.detailsBtn{color: #069; cursor: pointer; font-style: normal; margin-left: 15px; font-size: 16px; font-weight: bold;}
@@ -4966,4 +4967,8 @@ ul li .ab_tad {
.hebingTop .about-container .js-title-evolution{ display: block; font-size: 30px; margin: 32px 0; }
.hebingTop .about-container a{color: #007398; }
.hebingTop .about-container a span{ font-weight: bold !important;}
-.merageList li a p{position: static !important; display: block !important; padding: 20px 0 !important;}
\ No newline at end of file
+
+.stage_time_mer li{width: 50%; display: block !important; }
+.stage_time_mer li a{color: #004a90;}
+.merdiv{overflow-x: hidden; transform: none !important;}
+.fuwenben a{color: #006699;}
\ No newline at end of file