This commit is contained in:
2025-07-17 11:18:49 +08:00
parent 3bbf6675dd
commit c676a88c69
40 changed files with 1255 additions and 484 deletions

View File

@@ -5,7 +5,7 @@
<title>Traditional Medicine Research</title>
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon" />
<frameset framespacing="0" border="0" rows="0" frameborder="0">
<frame name="main" src="../journals_tmr_v21.html?J_num=14" scrolling="auto" noresize>
<frame name="main" src="../journals_tmr_v1.html?J_num=25" scrolling="auto" noresize>
</frameset>
</head>

View File

@@ -5,7 +5,7 @@
<title>Traditional Medicine Research</title>
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon" />
<frameset framespacing="0" border="0" rows="0" frameborder="0">
<frame name="main" src="../journals_tmr_v21.html" scrolling="auto" noresize>
<frame name="main" src="../journals_tmr_v1.html?J_num=2" scrolling="auto" noresize>
</frameset>
</head>

16
journalIndex/hpm3.html Normal file
View File

@@ -0,0 +1,16 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Traditional Medicine Research</title>
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon" />
<frameset framespacing="0" border="0" rows="0" frameborder="0">
<frame name="main" src="../journals_tmr_v1.html?J_num=8" scrolling="auto" noresize>
</frameset>
</head>
<body>
</body>
</html>

16
journalIndex/idr3.html Normal file
View File

@@ -0,0 +1,16 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Traditional Medicine Research</title>
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon" />
<frameset framespacing="0" border="0" rows="0" frameborder="0">
<frame name="main" src="../journals_tmr_v1.html?J_num=4" scrolling="auto" noresize>
</frameset>
</head>
<body>
</body>
</html>

16
journalIndex/im3.html Normal file
View File

@@ -0,0 +1,16 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Traditional Medicine Research</title>
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon" />
<frameset framespacing="0" border="0" rows="0" frameborder="0">
<frame name="main" src="../journals_tmr_v1.html?J_num=17" scrolling="auto" noresize>
</frameset>
</head>
<body>
</body>
</html>

16
journalIndex/in3.html Normal file
View File

@@ -0,0 +1,16 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Traditional Medicine Research</title>
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon" />
<frameset framespacing="0" border="0" rows="0" frameborder="0">
<frame name="main" src="../journals_tmr_v1.html?J_num=18" scrolling="auto" noresize>
</frameset>
</head>
<body>
</body>
</html>

File diff suppressed because it is too large Load Diff

View File

@@ -15,7 +15,7 @@ function side_list() {
},
success: function (result) {
if (result.code == 0) {
if (Jour_num == 1 && $('.FreeapplicationBox')) {
$('.FreeapplicationBox').css('display', 'inline-block');
@@ -92,9 +92,9 @@ function side_list() {
$('.ncon_SCom > div > div:nth-child(4) > p> b').html(arr_jour.title)
// $('.Join_Team').css('display', 'none');
// $('.Tmr_lian_jie').css('display', 'block');
// tmr单独
$('.nav_ban h2').html('<img src="../img/h2_tit.png" style="margin-top: 26px;"/>');
const pathname = window.location.pathname.split("/").pop();
// 2. 判断是否为 for_author.html
@@ -127,9 +127,9 @@ function side_list() {
// $('.Join_Bord2').css('display', 'block')
// }
$('.Join_Bord').attr('href', 'z_f6-1.html?J_num=' + Jour_num);
@@ -463,7 +463,7 @@ function side_list() {
// 左侧消息列表数据
// 左侧待审稿件列表数据
// $.ajax({
@@ -500,9 +500,9 @@ function side_list() {
// })
}
function initNotices(){
var Journals_color=localStorage.getItem('Journals_color')
$.ajax({
function initNotices() {
var Journals_color = localStorage.getItem('Journals_color')
$.ajax({
type: 'post', url: apiUrl + 'api/Journal/getNotices',
data: {
"journal_id": Jour_num
@@ -517,7 +517,7 @@ function initNotices(){
for (var i = 0; i < arr.length; i++) {
if (i == 2) break;
str += `<li><font style="color:${Journals_color} ">»&nbsp;${formatTimeToDate4(arr[i].ctime * 1000)}</font><br/>
<a target="_blank" href="notice.html?J_num=${Jour_num }&notice_id=${arr[i].journal_notices_id}">${arr[i].title}</a></li>`
<a target="_blank" href="notice.html?J_num=${Jour_num}&notice_id=${arr[i].journal_notices_id}">${arr[i].title}</a></li>`
}
var jourNoticeStr = `
<div class="jour_notice">
@@ -535,7 +535,7 @@ function initNotices(){
`
if (result.data.notices.length > 0) {
$('.ncon_SCom .Scientist_Community_box').html(jourNoticeStr);
}else{
} else {
$('.ncon_SCom .Scientist_Community_box').html(`<img src="/img/unity_1.png" alt="" style="width: 150px;margin: -15px 0 0 40px">
<a href="/rev_ver.html" target="_blank" class="rgb_color">Scientist<br>Community</a>
<div class="bor_sty_col" style="left: 272px"></div>
@@ -543,7 +543,7 @@ function initNotices(){
<div class="bor_sty_col" style="left: 821px"></div>`);
}
// 时间轴
// $.ajax({

16
journalIndex/lr3.html Normal file
View File

@@ -0,0 +1,16 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Traditional Medicine Research</title>
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon" />
<frameset framespacing="0" border="0" rows="0" frameborder="0">
<frame name="main" src="../journals_tmr_v1.html?J_num=14" scrolling="auto" noresize>
</frameset>
</head>
<body>
</body>
</html>

16
journalIndex/mdm3.html Normal file
View File

@@ -0,0 +1,16 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Traditional Medicine Research</title>
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon" />
<frameset framespacing="0" border="0" rows="0" frameborder="0">
<frame name="main" src="../journals_tmr_v1.html?J_num=11" scrolling="auto" noresize>
</frameset>
</head>
<body>
</body>
</html>

View File

@@ -468,7 +468,7 @@ input.disable {
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
background: rgba(0, 0, 0, 0.5);
display: none;
z-index: 100;
}
@@ -487,7 +487,7 @@ input.disable {
z-index: -1;
opacity: 0;
transition: opacity 0.3s;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
/* 关闭按钮 */
@@ -854,9 +854,6 @@ input.disable {
.ncon_hl>ul {
background-color: #fff;
}
.Special_Issues_box>ul {
background-color: #fff;
}
.online_fr>ul {
background-color: #fff;
@@ -1054,11 +1051,15 @@ input.disable {
.art_main .tradition-box .tradition-text {
line-height: 24px;
margin-top: 10px;
height: 120px; /* 限制高度 */
overflow: hidden; /* 隐藏超出部分 */
text-overflow: ellipsis; /* 显示省略号 */
height: 120px;
/* 限制高度 */
overflow: hidden;
/* 隐藏超出部分 */
text-overflow: ellipsis;
/* 显示省略号 */
display: -webkit-box;
-webkit-line-clamp: 6; /* 显示前5行 */
-webkit-line-clamp: 6;
/* 显示前5行 */
-webkit-box-orient: vertical;
}
@@ -2144,12 +2145,14 @@ ul li .ab_tad {
width: 128px !important;
height: 175px !important;
}
.ncon_SCom{
padding-top: 0px !important;
.ncon_SCom {
padding-top: 0px !important;
}
.ncon_SCom>div {
padding: 15px 0;
padding-top:0 ;
padding-top: 0;
display: flex;
}
@@ -2546,11 +2549,26 @@ padding-top: 0px !important;
margin-left: 10px;
}
.sharethis-inline-share-buttons {
margin-left: 0 !important;
display: inline-block !important;
}
.sharethis-inline-share-buttons .st-btn {
border: 0 !important;
}
.sharethis-inline-share-buttons .st-btn {
padding: 1px !important;
}
#st-1 .st-btn>img {
top: 0 !important;
}
.share_tmrtb {
/* padding-top: 5px; */
@@ -2854,7 +2872,7 @@ padding-top: 0px !important;
.overall_tmr .ncon_fr_tmr ul li,
.overall_tmr .ncon_aper ul li {
box-shadow: 0 0 10px #bdbdbd;
box-shadow: 0 0 10px #bdbdbd3d;
}
.overall_tmr .online_fr h4,
@@ -3269,7 +3287,7 @@ padding-top: 0px !important;
/*搜索框*/
.ment_sousuo_kuang {
margin-top: 33px;
/*background: #006699;*/
}
@@ -3364,6 +3382,86 @@ padding-top: 0px !important;
margin-right: 5px;
}
.Special_Issues_box>ul {
background-color: #fff;
}
.Special_Issues_box ul li .specials_hover_box {
display: none;
padding: 20px;
text-align: center;
position: absolute;
background-color: #00669980;
color: #fff;
top: 0px;
bottom: 14px;
left: 1px;
right: -1px;
}
.Special_Issues_box ul li:hover .specials_hover_box {
display: block;
}
.Special_Issues_div_box {
padding: 0;
margin: 0;
white-space: nowrap;
margin: 0 auto;
}
.Special_Issues_div_box ul {
display: flex !important;
overflow-x: auto;
transform: scaleY(-1);
}
.Special_Issues_div_box ul li {
transform: scaleY(-1);
}
.Special_Issues_div_box ul li a img {
width: 253px !important;
margin-top: 25px !important;
}
.Special_Issues_div_box ul li:not(:last-of-type) {
margin-right: 30px;
}
.Special_Issues_div_box ul li h6 a {
word-wrap: break-word;
/* 保证文字能换行 */
word-break: break-word;
/* 确保长单词能换行 */
white-space: normal;
/* 允许换行 */
}
.Special_Issues_div_box ul::-webkit-scrollbar {
/*滚动条整体样式*/
/*width : 1px; !*高宽分别对应横竖滚动条的尺寸*!*/
height: 10px;
}
.Special_Issues_div_box ul::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
border-radius: 0;
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
background: #aec0c9;
}
.Special_Issues_div_box ul::-webkit-scrollbar-track {
/*滚动条里面轨道*/
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
border-radius: 0;
background: #ededed;
}
.jour_awaite {
margin-top: -5px !important;
}
@@ -3499,4 +3597,8 @@ padding-top: 0px !important;
display: flex;
align-items: center;
justify-content: space-between;
}
.sharethis-inline-share-buttons .st-btn>img {
top: 0 !important;
}

16
journalIndex/tmr3.html Normal file
View File

@@ -0,0 +1,16 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Traditional Medicine Research</title>
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon" />
<frameset framespacing="0" border="0" rows="0" frameborder="0">
<frame name="main" src="../journals_tmr_v1.html?J_num=1" scrolling="auto" noresize>
</frameset>
</head>
<body>
</body>
</html>