This commit is contained in:
2025-05-22 16:39:48 +08:00
parent f3eb861ff4
commit 756392afc7
12 changed files with 699 additions and 561 deletions

View File

@@ -346,7 +346,7 @@
.footer {
width: 100%;
background-color: #428ae2;
background-color:#012169;
}
.footer .bianma {

View File

@@ -35,7 +35,8 @@
</div>
</div>
</div>
<p style="padding-bottom: 20px;">E-mail: publisher@tmrjournals.com | https://www.tmrjournals.com</p>
<p style="padding-bottom: 20px;" class="footer-bottom-email">E-mail: publisher@tmrjournals.com <span class="footer-bottom-email-line"></span> https://www.tmrjournals.com</p>
</div>
<script src="https://pv.sohu.com/cityjson?ie=utf-8"></script>
@@ -250,3 +251,4 @@
</script>
<script src="./js/footer.js"></script>

View File

@@ -83,7 +83,9 @@
<!-- &lt;!&ndash; <li><a href="z_f13-1.html" target="_blank">Conferences</a></li>&ndash;&gt;-->
<!-- </ul>-->
<!-- <br clear="both">-->
</div>
<div class="daohang_bottom_line"></div>
<div class="bianma">
<div>
Copyright © <b class="time_year"></b> TMR Publishing Group Limited.
@@ -92,16 +94,19 @@
<div class="delog_tc">
<p>
Disclaimer: All publications' positions, perspectives, and data are solely those of the authors and
contributors. TMR Publishing Group disclaims no liability for any injury to any person or property resulting
from any position, idea, method, description, or product mentioned in the publication. In addition, TMR
Publishing Group stays neutral with regard to jurisdictional claims in published maps, online maps, and
contributors. TMR Publishing Group disclaims no liability for any injury to any person or property
resulting
from any position, idea, method, description, or product mentioned in the publication. In addition,
TMR
Publishing Group stays neutral with regard to jurisdictional claims in published maps, online maps,
and
institutional affiliations.
</p>
<div class="triacoud"></div>
</div>
</div>
</div>
<p style="padding-bottom: 20px;">E-mail: publisher@tmrjournals.com | https://www.tmrjournals.com</p>
<p style="padding-bottom: 20px;" class="footer-bottom-email">E-mail: publisher@tmrjournals.com <span class="footer-bottom-email-line"></span> https://www.tmrjournals.com</p>
</div>
<script src="https://pv.sohu.com/cityjson?ie=utf-8"></script>
@@ -156,6 +161,8 @@
$('.daohang').html(str + '<br clear="both">');
var data = new Date
$('.time_year').html(data.getFullYear())
@@ -212,3 +219,4 @@
</script>
<script src="./js/footer.js"></script>

View File

@@ -305,7 +305,8 @@
<br clear="both">
<div class="bianma">
<p>Copyright © TMR Publishing Group Limited. </p>
<p style="padding-bottom:2px;">E-mail: publisher@tmrjournals.com | https://www.tmrjournals.com</p>
<p style="padding-bottom: 2px;" class="footer-bottom-email">E-mail: publisher@tmrjournals.com <span class="footer-bottom-email-line"></span> https://www.tmrjournals.com</p>
</div>
</div>
</div>

View File

@@ -300,7 +300,8 @@
</div>
<div class="bianma">
<p>Copyright © TMR Publishing Group Limited. </p>
<p>E-mail: publisher@tmrjournals.com | https://www.tmrjournals.com</p>
<p style="" class="footer-bottom-email">E-mail: publisher@tmrjournals.com <span class="footer-bottom-email-line"></span> https://www.tmrjournals.com</p>
</div>
</div>

View File

@@ -8524,6 +8524,7 @@ function shouldColor(rowIndex, cellIndex, row) {
return false;
}
function addRowIdToData(data) {
console.log('data at line 8526:', data)
let idCounter = 0; // Initialize an ID counter
// Iterate through each row
@@ -8537,11 +8538,13 @@ function addRowIdToData(data) {
const cell = data[i][j];
// If the cell has a rowspan attribute, propagate the same ID across all affected rows
if (cell.rowspan && cell.rowspan > 1) {
if (cell&&cell.text&&cell.rowspan && cell.rowspan > 1) {
for (let k = 0; k < cell.rowspan; k++) {
if (data[i + k]) {
// Ensure that all cells in the same column and across the rows have the same rowId
data[i + k][j].rowId = `row-${idCounter - 1}`;
data[i + k][j] ={...data[i + k][j],rowId:`row-${idCounter - 1}`} ;
}
}
}

37
js/footer.js Normal file
View File

@@ -0,0 +1,37 @@
function initFooter() {
// const $daohang = $('.footer .daohang');
// $daohang.nextUntil('.daohang_bottom_line').remove(); // 删除中间所有元素,直到 .busuna 前的所有兄弟
console.log(11)
$('.footer .daohang').css({
'border-bottom':'none',
})
$('.daohang_bottom_line').css({
'background': 'red',
'height': '6px',
'border-top': '0.5px solid #fff',
'border-bottom': '0.5px solid #fff',
'width': '1300px',
'margin': '0 auto',
})
$('.footer-bottom-email').css({
'display': 'flex',
'align-items': 'center',
'justify-content': 'center',
})
$('.footer-bottom-email-line').css({
'font-weight': '700',
/* width: 3px; */
/* display: inline-block; */
'border': '2px solid #fff',
/* height: 16px; */
'line-height': '14px',
'margin': '0px 10px',
'height': '12px',
'display': 'inline-block',
})
}
initFooter()

View File

@@ -13,6 +13,7 @@
font-family: 'AlibabaSans-Light';
src: url(AlibabaSans-Light.otf);
}
* {
box-sizing: border-box;
margin: 0;
@@ -67,7 +68,8 @@ input.disable {
}
.rgb_color {
color: #024393;;
color: #024393;
;
}
.rgb_color_background {
@@ -244,9 +246,7 @@ input.disable {
/*display: none;*/
}
.ind_home > img {
}
.ind_home>img {}
.ind_home .suggest {
/*display: none !important;*/
@@ -411,9 +411,7 @@ input.disable {
/*下侧几个列表公共样式*/
.news_ment {
}
.news_ment {}
.news_ment>div {
width: 1300px;
@@ -421,7 +419,8 @@ input.disable {
}
.sy_npar, .sy_notice {
.sy_npar,
.sy_notice {
background: url(../img/home_2.jpg);
background-size: 100% auto;
padding-bottom: 30px;
@@ -494,9 +493,7 @@ input.disable {
/*New Papers 展示文章*/
.sy_npar {
}
.sy_npar {}
.sy_npar ul {
display: block;
@@ -570,18 +567,14 @@ input.disable {
display: block;
}
.sy_npar div.tpoce_con2 p {
}
.sy_npar div.tpoce_con2 p {}
.sy_npar div.tpoce_con2 p:hover {
text-decoration: underline;
}
/*3*/
.sy_npar div.tpoce_con3 {
}
.sy_npar div.tpoce_con3 {}
.sy_npar div.tpoce_con3>div {
border-bottom: 1px solid #000;
@@ -601,9 +594,7 @@ input.disable {
border-bottom: 0;
}
.sy_npar div.tpoce_con3 p {
}
.sy_npar div.tpoce_con3 p {}
.sy_npar div.tpoce_con3 p:hover {
text-decoration: underline;
@@ -611,11 +602,13 @@ input.disable {
/*列表*/
.sy_nct h4 span, .sy_tcrd h4 span {
.sy_nct h4 span,
.sy_tcrd h4 span {
cursor: pointer;
}
.sy_nct h4 span:nth-child(1), .sy_tcrd h4 span:nth-child(1) {
.sy_nct h4 span:nth-child(1),
.sy_tcrd h4 span:nth-child(1) {
font-weight: 600;
}
@@ -641,9 +634,7 @@ input.disable {
/*Top cited 展示文章*/
.sy_tcrd {
}
.sy_tcrd {}
.sy_tcrd ul {
display: block;
@@ -716,9 +707,7 @@ input.disable {
display: block;
}
.sy_tcrd div.tcrd_con2 p {
}
.sy_tcrd div.tcrd_con2 p {}
.sy_tcrd div.tcrd_con2 p:hover {
text-decoration: underline;
@@ -726,17 +715,20 @@ input.disable {
/*焦点轮播*/
#certify, #certify_ {
#certify,
#certify_ {
position: relative;
width: 1200px;
margin: 0 auto
}
#certify .swiper-container, #certify_ .swiper-container {
#certify .swiper-container,
#certify_ .swiper-container {
padding-bottom: 60px;
}
#certify .swiper-slide, #certify_ .swiper-slide {
#certify .swiper-slide,
#certify_ .swiper-slide {
width: 520px;
height: 408px;
background: #fff;
@@ -744,39 +736,46 @@ input.disable {
padding: 12px 12px 10px 12px;
}
#certify .swiper-slide img, #certify_ .swiper-slide img {
#certify .swiper-slide img,
#certify_ .swiper-slide img {
display: block;
width: 495px;
height: 280px;
margin-bottom: 15px;
}
#certify .swiper-slide h6, #certify_ .swiper-slide h6 {
#certify .swiper-slide h6,
#certify_ .swiper-slide h6 {
line-height: 20px;
font-size: 17px;
margin-bottom: 10px;
}
#certify .swiper-slide h6 a, #certify_ .swiper-slide h6 a {
#certify .swiper-slide h6 a,
#certify_ .swiper-slide h6 a {
color: #069;
font-weight: 600;
}
#certify .swiper-slide h6 a:hover, #certify_ .swiper-slide h6 a:hover {
#certify .swiper-slide h6 a:hover,
#certify_ .swiper-slide h6 a:hover {
text-decoration: underline;
}
#certify .swiper-slide div a:hover, #certify_ .swiper-slide div a:hover {
#certify .swiper-slide div a:hover,
#certify_ .swiper-slide div a:hover {
text-decoration: underline;
}
#certify .swiper-pagination, #certify_ .swiper-pagination {
#certify .swiper-pagination,
#certify_ .swiper-pagination {
width: 100%;
bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet, #certify_ .swiper-pagination-bullets .swiper-pagination-bullet {
#certify .swiper-pagination-bullets .swiper-pagination-bullet,
#certify_ .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 5px;
border: 3px solid #fff;
background-color: #d5d5d5;
@@ -785,12 +784,14 @@ input.disable {
opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active, #certify_ .swiper-pagination-bullets .swiper-pagination-bullet-active {
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active,
#certify_ .swiper-pagination-bullets .swiper-pagination-bullet-active {
border: 3px solid #006699;
background-color: #fff;
}
#certify .swiper-button-prev, #certify_ .swiper-button-prev {
#certify .swiper-button-prev,
#certify_ .swiper-button-prev {
left: -30px;
width: 45px;
height: 45px;
@@ -799,12 +800,14 @@ input.disable {
background-size: 100%;
}
#certify .swiper-button-prev:hover, #certify_ .swiper-button-prev:hover {
#certify .swiper-button-prev:hover,
#certify_ .swiper-button-prev:hover {
background-position: 0 -46px;
background-size: 100%
}
#certify .swiper-button-next, #certify_ .swiper-button-next {
#certify .swiper-button-next,
#certify_ .swiper-button-next {
right: -30px;
width: 45px;
height: 45px;
@@ -813,7 +816,8 @@ input.disable {
background-size: 100%;
}
#certify .swiper-button-next:hover, #certify_ .swiper-button-next:hover {
#certify .swiper-button-next:hover,
#certify_ .swiper-button-next:hover {
background-position: 0 -139px;
background-size: 100%
}
@@ -833,6 +837,32 @@ input.disable {
}
.footer .daohang_bottom_line {
background: red;
height: 8px;
border: 0.5px solid #fff;
width: 1400px;
margin: 0 auto;
}
.footer-bottom-email {
display: flex;
align-items: center;
justify-content: center;
}
.footer-bottom-email-line {
font-weight: 700;
/* width: 3px; */
/* display: inline-block; */
border: 2px solid #fff;
/* height: 16px; */
line-height: 14px;
margin: 0px 10px;
height: 12px;
display: inline-block;
}
.footer .daohang ul {
float: left;
width: 238px;
@@ -927,7 +957,8 @@ input.disable {
line-height: 24px;
}
.scec_book ul li div a:hover, .scec_book ul li div a:focus {
.scec_book ul li div a:hover,
.scec_book ul li div a:focus {
color: #23527c;
text-decoration: underline;
}
@@ -973,15 +1004,14 @@ input.disable {
}
.atr_tist ul li div a:hover, .atr_tist ul li div a:focus {
.atr_tist ul li div a:hover,
.atr_tist ul li div a:focus {
color: #23527c;
text-decoration: underline;
}
/*智慧期刊*/
.atr_wisdom {
}
.atr_wisdom {}
.atr_wisdom>div {
padding: 20px 0;
@@ -992,9 +1022,7 @@ input.disable {
background-size: 100% auto;
}
.atr_wisdom > div:nth-child(2n+1) {
}
.atr_wisdom>div:nth-child(2n+1) {}
.atr_wisdom>div>ul {
@@ -1077,9 +1105,7 @@ input.disable {
/*智慧期刊*/
.rev_autor {
}
.rev_autor {}
.rev_autor .rev_colr_bground {
background: url(../img/home_2.jpg);
@@ -1089,7 +1115,12 @@ input.disable {
}
/*1,2,3,4*/
.rev_autor .reth_aa, .rev_autor .reth_bb, .rev_autor .reth_cc, .rev_autor .reth_dd, .rev_autor .reth_ee, .rev_autor .reth_ff {
.rev_autor .reth_aa,
.rev_autor .reth_bb,
.rev_autor .reth_cc,
.rev_autor .reth_dd,
.rev_autor .reth_ee,
.rev_autor .reth_ff {
width: 1300px;
margin: 0 auto;
padding: 35px 8px;
@@ -1097,15 +1128,26 @@ input.disable {
}
/*1,2,3,4*/
.reth_aa h3 b, .reth_bb h3 b, .reth_cc h3 b, .reth_dd h3 b, .reth_ee h3 b {
.reth_aa h3 b,
.reth_bb h3 b,
.reth_cc h3 b,
.reth_dd h3 b,
.reth_ee h3 b {
font-size: 18px;
}
.reth_aa h3 b > a, .reth_bb h3 b > a, .reth_cc h3 b > a, .reth_dd h3 b > a, .reth_ee h3 b > a {
.reth_aa h3 b>a,
.reth_bb h3 b>a,
.reth_cc h3 b>a,
.reth_dd h3 b>a,
.reth_ee h3 b>a {
font-weight: 600;
}
.reth_aa h3 > a, .reth_bb h3 > a, .reth_cc h3 > a, .reth_dd h3 > a {
.reth_aa h3>a,
.reth_bb h3>a,
.reth_cc h3>a,
.reth_dd h3>a {
display: inline-block;
margin-left: 50px;
font-size: 15px;
@@ -1114,13 +1156,19 @@ input.disable {
padding: 2px 10px;
}
.reth_aa h3 > a:hover, .reth_bb h3 > a:hover, .reth_cc h3 > a:hover, .reth_dd h3 > a:hover {
.reth_aa h3>a:hover,
.reth_bb h3>a:hover,
.reth_cc h3>a:hover,
.reth_dd h3>a:hover {
cursor: pointer;
text-decoration: underline;
}
.reth_aa h3 b a:hover, .reth_bb h3 b a:hover, .reth_cc h3 b a:hover, .reth_dd h3 b a:hover {
.reth_aa h3 b a:hover,
.reth_bb h3 b a:hover,
.reth_cc h3 b a:hover,
.reth_dd h3 b a:hover {
text-decoration: none;
/*color: #006699;*/
cursor: text;
@@ -1128,47 +1176,63 @@ input.disable {
}
.reth_aa ul.head_re, .reth_bb ul.head_re {
.reth_aa ul.head_re,
.reth_bb ul.head_re {
display: flex;
margin-top: 50px;
}
.reth_aa ul.head_re li, .reth_bb ul.head_re li {
.reth_aa ul.head_re li,
.reth_bb ul.head_re li {
float: left;
width: 200px;
}
.reth_aa ul.head_re li:nth-child(1), .reth_bb ul.head_re li:nth-child(1) {
.reth_aa ul.head_re li:nth-child(1),
.reth_bb ul.head_re li:nth-child(1) {
width: 240px;
}
.reth_aa ul.head_re li > p, .reth_bb ul.head_re li > p {
.reth_aa ul.head_re li>p,
.reth_bb ul.head_re li>p {
margin-top: 110px;
}
.reth_aa li a, .reth_bb li a {
.reth_aa li a,
.reth_bb li a {
cursor: pointer;
}
.reth_aa li img, .reth_bb li img {
.reth_aa li img,
.reth_bb li img {
width: 170px;
height: 232px;
}
.reth_aa li img:hover, .reth_bb li img:hover {
.reth_aa li img:hover,
.reth_bb li img:hover {
box-shadow: 0 0 10px #aaa;
}
.reth_aa li:nth-child(1) img:hover, .reth_bb li:nth-child(1) img:hover {
.reth_aa li:nth-child(1) img:hover,
.reth_bb li:nth-child(1) img:hover {
box-shadow: none;
}
/*1,2,3,4,5*/
.reth_aa > p, .reth_bb > p, .reth_cc > p, .reth_dd > p, .reth_ee > p {
.reth_aa>p,
.reth_bb>p,
.reth_cc>p,
.reth_dd>p,
.reth_ee>p {
margin-top: 15px;
}
.reth_aa > p > a:hover, .reth_bb > p > a:hover, .reth_cc > p > a:hover, .reth_dd > p > a:hover, .reth_ee > p > a:hover {
.reth_aa>p>a:hover,
.reth_bb>p>a:hover,
.reth_cc>p>a:hover,
.reth_dd>p>a:hover,
.reth_ee>p>a:hover {
text-decoration: underline;
color: #006699;
cursor: pointer;
@@ -1176,27 +1240,32 @@ input.disable {
/*下拉1111*/
/*下拉222*/
.reth_cc .es_serch, .reth_cc .es_select {
.reth_cc .es_serch,
.reth_cc .es_select {
margin: 10px 0 0 0;
}
.reth_cc .es_serch > a, .reth_cc .es_select > a {
.reth_cc .es_serch>a,
.reth_cc .es_select>a {
color: #004a90;
font-weight: 600;
cursor: pointer;
}
.reth_cc .es_serch > a > i, .reth_cc .es_select > a > i {
.reth_cc .es_serch>a>i,
.reth_cc .es_select>a>i {
margin-right: 5px;
}
.reth_cc .es_serch > p, .reth_cc .es_select > p {
.reth_cc .es_serch>p,
.reth_cc .es_select>p {
color: #004a90;
font-weight: 600;
line-height: 22px;
}
.reth_cc .es_serch > #com_index, .reth_cc .es_select > #select_box {
.reth_cc .es_serch>#com_index,
.reth_cc .es_select>#select_box {
width: 340px;
border: 1px solid #ccc;
border-radius: 5px;
@@ -1204,20 +1273,23 @@ input.disable {
display: inline-block;
}
.reth_cc .es_serch > #com_index .selectivity-single-select, .reth_cc .es_select > #select_box .selectivity-single-select {
.reth_cc .es_serch>#com_index .selectivity-single-select,
.reth_cc .es_select>#select_box .selectivity-single-select {
line-height: 22px;
background-color: #fff;
border-radius: 5px;
padding: 0;
}
.reth_cc .es_serch > #com_index .selectivity-single-result-container, .reth_cc .es_select > #select_box .selectivity-single-result-container {
.reth_cc .es_serch>#com_index .selectivity-single-result-container,
.reth_cc .es_select>#select_box .selectivity-single-result-container {
top: 2px;
left: 7px;
height: 20px;
}
.reth_cc .es_serch > #com_index .selectivity-caret, .reth_cc .es_select > #select_box .selectivity-caret {
.reth_cc .es_serch>#com_index .selectivity-caret,
.reth_cc .es_select>#select_box .selectivity-caret {
right: 8px;
top: 4px;
}
@@ -1226,20 +1298,24 @@ input.disable {
.reth_ff {
padding-top: 0 !important;
}
.reth_ff h4 {
font-size: 18px;
font-family: "Helvetica Neue", Helvetica, Georgia, sans-serif;
letter-spacing: 0;
color: #444;
}
.reth_ff .more {
font-size: 20px !important;
margin-left: 6px !important;
}
.reth_ff ul {
display: flex;
margin: 20px 0;
}
.reth_ff ul li {
width: 310px !important;
}
@@ -1411,9 +1487,7 @@ input.disable {
font-weight: bold;
}
.article .art_main .new_art > ul {
}
.article .art_main .new_art>ul {}
.article .art_main .new_art>ul>li {
border-top: 0;
@@ -1434,12 +1508,14 @@ input.disable {
margin-bottom: 10px;
}
.article .art_main .new_art > ul > li .txt_biaoti, .article .art_main .high_light ul li .txt_biaoti {
.article .art_main .new_art>ul>li .txt_biaoti,
.article .art_main .high_light ul li .txt_biaoti {
color: #222;
font-weight: bold;
}
.article .art_main .new_art > ul > li i, .wenzhang .wen_jian h4 i {
.article .art_main .new_art>ul>li i,
.wenzhang .wen_jian h4 i {
font-weight: bold;
}
@@ -1448,35 +1524,41 @@ input.disable {
text-decoration: underline;
}
.article .art_main .new_art > ul > li .authorList, .article .art_main .high_light ul li .authorList {
.article .art_main .new_art>ul>li .authorList,
.article .art_main .high_light ul li .authorList {
margin-top: 5px;
color: #444;
font-size: 14px;
line-height: 24px;
}
.article .art_main .new_art > ul > li .authorList a:hover, .article .art_main .high_light ul li .authorList a:focus {
.article .art_main .new_art>ul>li .authorList a:hover,
.article .art_main .high_light ul li .authorList a:focus {
color: #23527c;
text-decoration: underline;
}
.article .art_main .new_art > ul > li > .links_, .article .art_main .high_light ul li .links_ {
.article .art_main .new_art>ul>li>.links_,
.article .art_main .high_light ul li .links_ {
/*line-height: 24px;*/
margin: 3px 0;
text-align: justify;
}
.article .art_main .new_art > ul > li > .links_ img, .article .art_main .high_light ul li .links_ img {
.article .art_main .new_art>ul>li>.links_ img,
.article .art_main .high_light ul li .links_ img {
vertical-align: middle;
margin-right: 5px;
}
.article .art_main .new_art > ul > li > .links_ a, .article .art_main .high_light ul li .links_ a {
.article .art_main .new_art>ul>li>.links_ a,
.article .art_main .high_light ul li .links_ a {
color: #7a2702;
cursor: pointer;
}
.article .art_main .new_art > ul > li > .links_ a:hover, .article .art_main .high_light ul li.links_ a:hover {
.article .art_main .new_art>ul>li>.links_ a:hover,
.article .art_main .high_light ul li.links_ a:hover {
color: #024393;
TEXT-DECORATION: underline;
}
@@ -1521,9 +1603,7 @@ input.disable {
color: #888;
}
.art_main_con .new_art > ul > li {
}
.art_main_con .new_art>ul>li {}
.art_main_con .new_art>ul>li .dbt_header {
color: #7f0202;
@@ -1532,18 +1612,15 @@ input.disable {
margin-bottom: 10px;
}
.article .art_main .high_light, .article .art_main .news_ment {
.article .art_main .high_light,
.article .art_main .news_ment {
margin-top: 15px;
}
.article .art_main .high_light h4 {
.article .art_main .high_light h4 {}
}
.article .art_main .high_light ul {
}
.article .art_main .high_light ul {}
.article .art_main .high_light>ul>li {
padding: 15px 5px;
@@ -1722,9 +1799,7 @@ input.disable {
box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
.serseek .fu_form .loo_ne {
}
.serseek .fu_form .loo_ne {}
.serseek .fu_form select.ser_anor {
width: 100px;
@@ -1825,6 +1900,7 @@ input.disable {
padding: 0 0 20px 0;
text-align: center;
}
.cur_rency h4 {
font-size: 30px;
color: #adadad;
@@ -1833,10 +1909,12 @@ input.disable {
display: inline-block;
float: left;
}
.cur_rency ul {
/*text-align: center;*/
/*display: inline-block;*/
}
.cur_rency ul li {
float: left;
height: 200px;
@@ -1847,6 +1925,7 @@ input.disable {
text-align: center;
margin: 0px 15px 20px 10px;
}
.cur_rency ul li img {
width: 150px;
height: 100px;
@@ -1931,9 +2010,7 @@ input.disable {
margin: 0 auto;
}
.carousel-item {
}
.carousel-item {}
.ft-carousel {
position: relative;
@@ -2082,7 +2159,8 @@ input.disable {
width: 270px;
}
.drup_ne .draw_form input.yue_addw, .drup_ne .draw_form input.yue_addl {
.drup_ne .draw_form input.yue_addw,
.drup_ne .draw_form input.yue_addl {
color: #fff;
width: 200px;
line-height: 30px;

View File

@@ -7,7 +7,7 @@ $('.footer').load('footer_in.html')
// 首页内容
function scien_list() {
 
}

View File

@@ -420,6 +420,7 @@ $.ajax({
$('.footer .daohang').html(str);
} else {
// ShowDanger("请求失败!");
}

View File

@@ -1,5 +1,6 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -14,6 +15,7 @@
src='https://platform-api.sharethis.com/js/sharethis.js#property=5ff7d85fd7d501001255ad98&product=inline-share-buttons'
async='async'></script>
</head>
<body>
<div id="col-content">
<div id="top_bar">
@@ -167,7 +169,8 @@
<div>
<h2>
Online First
<a href="../article_list.html?J_num=14&o_id=14" class="more" target="_blank" style="margin-top: 10px;">
<a href="../article_list.html?J_num=14&o_id=14" class="more" target="_blank"
style="margin-top: 10px;">
<i class="fa fa-chevron-circle-right"></i>
</a>
</h2>
@@ -305,7 +308,8 @@
<i class="fa fa-hand-o-right" aria-hidden="true" style="margin-right: 5px"></i>Search
</a>
<span class="es_serch_span"
style="display: none;font-size: 12px;color: #e91c1c;margin-left: 5px;">Please choose topics</span>
style="display: none;font-size: 12px;color: #e91c1c;margin-left: 5px;">Please choose
topics</span>
</div>
<div>
<a href="../tmrde" target="_blank">
@@ -345,7 +349,9 @@
</div>
<div class="bianma">
<p>Copyright © TMR Publishing Group Limited. </p>
<p>E-mail: publisher@tmrjournals.com | https://www.tmrjournals.com</p>
<p style="" class="footer-bottom-email">E-mail: publisher@tmrjournals.com <span
class="footer-bottom-email-line"></span> https://www.tmrjournals.com</p>
<p style="padding-bottom:10px;">津ICP备15006701号-13</p>
</div>
</div>
@@ -372,4 +378,5 @@
});
</script>
</html>

View File

@@ -1437,7 +1437,7 @@ input.disable {
/*****************footer****************/
.footer {
background-color: #428ae2;
background-color: #012169;
background-size: 100% auto;
}