This commit is contained in:
2025-01-09 15:04:37 +08:00
parent f71db4c271
commit eebf4561c9
12 changed files with 1404 additions and 1084 deletions

View File

@@ -1,77 +1,88 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon" />
<link rel="stylesheet" href="js/line-switch/css/reset.css">
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="js/selectivity/selectivity-jquery.css">
<link rel="stylesheet" type="text/css" href="js/line-switch/time.css"/>
<link rel="stylesheet" type="text/css" href="style/style.css"/>
<style>
.onlineFirstBox i{
font-weight: bold;
}
.hidden{
display: none;
}
</style>
<link rel="stylesheet" type="text/css" href="js/line-switch/time.css" />
<link rel="stylesheet" type="text/css" href="style/style.css" />
<style>
.onlineFirstBox i {
font-weight: bold;
}
.hidden {
display: none;
}
</style>
</head>
<body class="overall_caption">
<!-- 放大遮罩层 -->
<div id="bigimg" onclick="closeimg();"></div>
<div id="wide-content">
<div id="top_bar">
<!--头部-->
</div>
<!-- 上方话题-->
<div class="art_top_topic art_main_con_topic">
<div>
<div class="topics"></div>
<!-- 放大遮罩层 -->
<div id="bigimg" onclick="closeimg();"></div>
<div id="wide-content">
<div id="top_bar">
<!--头部-->
</div>
</div>
<div class="article">
<div class="art_side">
<!--侧边栏-->
<!-- 上方话题-->
<div class="art_top_topic art_main_con_topic">
<div>
<div class="topics"></div>
</div>
</div>
<div class="art_main art_main_con">
<div class="art_main_con_topic">
<!--话题上方-->
<div style="background-color: #fff;"></div>
<div class="article">
<div class="art_side">
<!--侧边栏-->
</div>
<div style="height: 15px;background-color: #f8f8f8" class="wh_topicd"></div>
<div class="new_art current_list">
<h4 class="rgb_color"><span></span></h4>
<div class="art_main art_main_con">
<div class="art_main_con_topic">
<!--话题上方-->
<div style="background-color: #fff;"></div>
</div>
<div style="height: 15px;background-color: #f8f8f8" class="wh_topicd"></div>
<div class="new_art current_list">
<h4 class="rgb_color"><span></span></h4>
<ul>
<!-- 中侧推广文章-->
</ul>
</div>
<div class="wait_hope">
<h3>Coming soon!</h3>
</div>
</div>
<br clear="both">
</div>
<div class="article_">
<div class="news_ment online_fr" style="margin-top: 15px;padding-bottom: 15px">
<h4 class="rgb_color">Online First</h4>
<a href="" class="more" target="_blank">More</a>
<ul>
<!-- 中侧推广文章-->
<!--Online First文章-->
</ul>
</div>
<div class="wait_hope">
<h3>Coming soon!</h3>
</div>
</div>
<br clear="both">
</div>
</div>
</body>
<script src="js/jquery.min.js"></script>
@@ -105,4 +116,5 @@
</script>
</html>