This commit is contained in:
2025-10-28 11:43:27 +08:00
parent 602f9c7d11
commit a571a5aed1
4 changed files with 152 additions and 136 deletions

View File

@@ -1,12 +1,24 @@
<!--<img src="img/banner_y.png" alt="" style="position: absolute;height: 107%;margin-left: -378.2px;">--> <!--<img src="img/banner_y.png" alt="" style="position: absolute;height: 107%;margin-left: -378.2px;">-->
<div class="nav"> <div class="nav">
<ul class="clear"> <ul class="clear">
<a href="atr_wisdom.html?&wis_dom=0" target="_blank"><li class="rgb_color">Journals</li></a> <a target="_blank" href="https://submission.tmrjournals.com/" style="">
<a href="rev_ver.html" target="_blank"><li class="rgb_color">Scientist Community</li></a> <li class="rgb_color"><i class="fa fa-upload" style="font-size: 16px;font-weight: bold;color:#FFF"></i>
<a href="tmrde" target="_blank"><li class="rgb_color">Database</li></a> Submission System</li>
</a>
<a href="atr_wisdom.html?&wis_dom=0" target="_blank">
<li class="rgb_color">Journals</li>
</a>
<a href="rev_ver.html" target="_blank">
<li class="rgb_color">Scientist Community</li>
</a>
<a href="tmrde" target="_blank">
<li class="rgb_color">Database</li>
</a>
<!-- <a href="z_f2-1.html" target="_blank"><li class="rgb_color">TmRxiv</li></a>--> <!-- <a href="z_f2-1.html" target="_blank"><li class="rgb_color">TmRxiv</li></a>-->
<!-- <a href=""><li class="rgb_color">Database</li></a>--> <!-- <a href=""><li class="rgb_color">Database</li></a>-->
<a href="booker_list.html?bo_id=0" target="_blank"><li class="rgb_color">Books</li></a> <a href="booker_list.html?bo_id=0" target="_blank">
<li class="rgb_color">Books</li>
</a>
<!-- <a href="booker_list.html?bo_id=0" target="_blank"><li class="rgb_color">Meeting</li></a>--> <!-- <a href="booker_list.html?bo_id=0" target="_blank"><li class="rgb_color">Meeting</li></a>-->
<!-- <a href=""><li class="rgb_color">Conferences</li></a>--> <!-- <a href=""><li class="rgb_color">Conferences</li></a>-->
<!-- <a href="http://www.tmrfast.com/" target="_blank"><li class="rgb_color">Education</li></a>--> <!-- <a href="http://www.tmrfast.com/" target="_blank"><li class="rgb_color">Education</li></a>-->

View File

@@ -384,8 +384,8 @@ padding-right:0px;
} }
.v4-art-top #st-2 .st-btn > img{ .v4-art-top #st-2 .st-btn > img{
width:19px !important; width:16px !important;
height: 19px !important; height: 16px !important;
} }
.v4-art-top #st-2 .st-btn{ .v4-art-top #st-2 .st-btn{

View File

@@ -23,6 +23,11 @@ style.innerHTML = `
font-weight: bold; font-weight: bold;
}
.v4-art-top #st-2 .st-btn > img{
width:16px !important;
height: 16px !important;
} }
.pos_ter>a { .pos_ter>a {
width: 23%; width: 23%;

View File

@@ -164,12 +164,11 @@ style.innerHTML = `
` `
document.head.appendChild(style); document.head.appendChild(style);
var SubmissionStr = ` <a target="_blank" href="https://submission.tmrjournals.com/" style=""> // var SubmissionStr = ` <a target="_blank" href="https://submission.tmrjournals.com/" style="">
<li class="rgb_color"><i class="fa fa-upload" style="font-size: 16px;font-weight: bold;color:#FFF"></i> // <li class="rgb_color"><i class="fa fa-upload" style="font-size: 16px;font-weight: bold;color:#FFF"></i>
Submission System</li> // Submission System</li>
// </a>`
</a>` // $('#index_top .nav .clear').prepend(SubmissionStr);
$('#index_top .nav .clear').prepend(SubmissionStr);
$.ajax({ $.ajax({
type: 'get', url: apiUrl + 'api/Journal/getJournalList', type: 'get', url: apiUrl + 'api/Journal/getJournalList',
data: {}, data: {},