首页显示8本刊

This commit is contained in:
2025-11-06 09:14:22 +08:00
parent 6cd7d254f6
commit eba8364b92
6 changed files with 115 additions and 503 deletions

View File

@@ -26,8 +26,8 @@ function commonHomePage() {
}
.qk_img {
width: 135px;
height: 175px;
width: 110px;
height: 150px;
display: inline-block;
}
@@ -37,7 +37,7 @@ function commonHomePage() {
}
.jour_base_info_center{
width: 30%;
width: 22.5%;
display:flex;
justify-content: space-between;
align-items: flex-start;
@@ -45,35 +45,33 @@ function commonHomePage() {
padding-bottom: 10px;
}
.jour_base_info_center:nth-child(1){
width: 36%;
}
.jour_base_info_center:nth-child(4){
width: 36%;
}
.jour_base_info_center:nth-child(7){
width: 36%;
width: 27%;
}
.jour_base_info_center:nth-child(3){
width: 33%;
width: 25%;
}
.jour_base_info_center:nth-child(6){
width: 33%;
.jour_base_info_center:nth-child(4){
width: 24%;
}
.jour_base_info_center:nth-child(9){
width: 33%;
.jour_base_info_center:nth-child(5){
width: 27%;
}
.jour_base_info_center:nth-child(7){
width: 25%;
}
.jour_base_info_center:nth-child(8){
width: 63.5%;
width: 24%;
}
.jour_base_info_title{
color: #222;
font-weight: bold;
font-size: 17px;
font-size: 12px;
font-family: "Helvetica Neue", Helvetica, Georgia, sans-serif;
margin-left:-0.5px;
}
.jour_base_info_center_right{
width:calc(100% - 145px);
width:calc(100% - 120px);
}
#common-overlay {
position: fixed;
@@ -261,18 +259,18 @@ function commonHomePage() {
<div class="jour_base_info_center_right" >
<div class="jour_base_info_center_right_con">
<p class="jour_base_info_title" style="cursor: pointer;letter-spacing: -0.5px;">${arr[i].title}</p>
<p style="margin-top: 4px;font-size: 13px;">
<p style="margin-top: 4px;font-size: 11px;">
<b>Editor-in-Chief: </b>
<span class="mes_edit"
style="display: inline-block;vertical-align: top;">${arr[i].editorinchief}</span>
</p>
<p style="margin-top: 4px;font-size: 13px;">
<p style="margin-top: 4px;font-size: 11px;">
<b>Acceptance: </b>${arr[i].acceptance}</p>
<p style="margin-top: 4px;font-size: 13px;"> <b>Final Decision: </b>${arr[i].finaldecision}</p>
<p style="${CiteScore ? '' : 'display:none'};margin-top: 4px;font-size: 13px;"><b>CiteScore: </b> <span style="color: #006699">${CiteScore}</span></p>
<p style="${ImpactFactor ? '' : 'display:none'};margin-top: 4px;font-size: 13px;"><b>Impact Factor: </b> <span style="color: #006699">${ImpactFactor}</span></p>
<p style="${apcStr ? '' : 'display:none'};margin-top: 4px;font-size: 13px;"><b>APC: </b> <span class="mes_APC">${apcStr}</span></p>
<p style="${arr_Abc && arr_Abc.length > 0 ? '' : ''}margin-top: 4px;font-size: 13px;"><b class="wl_click" style="cursor: pointer;">Indexing</b> </p>
<p style="margin-top: 4px;font-size: 11px;"> <b>Final Decision: </b>${arr[i].finaldecision}</p>
<p style="${CiteScore ? '' : 'display:none'};margin-top: 4px;font-size: 11px;"><b>CiteScore: </b> <span style="color: #006699">${CiteScore}</span></p>
<p style="${ImpactFactor ? '' : 'display:none'};margin-top: 4px;font-size: 11px;"><b>Impact Factor: </b> <span style="color: #006699">${ImpactFactor}</span></p>
<p style="${apcStr ? '' : 'display:none'};margin-top: 4px;font-size: 11px;"><b>APC: </b> <span class="mes_APC">${apcStr}</span></p>
<p style="${arr_Abc && arr_Abc.length > 0 ? '' : ''}margin-top: 4px;font-size: 11px;"><b class="wl_click" style="cursor: pointer;">Indexing</b> </p>
</div>
</div>