tijiao
This commit is contained in:
95
notice_old.html
Normal file
95
notice_old.html
Normal file
@@ -0,0 +1,95 @@
|
||||
<!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="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="style/style.css" />
|
||||
<style>
|
||||
.topics {
|
||||
font-family: Calibri;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.topics>div a:hover {
|
||||
color: #23527c !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.topics ul {
|
||||
list-style-type: circle;
|
||||
padding-left: 20px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.topics ul li {
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
float: none;
|
||||
list-style-type: disc;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.fuwenben img {
|
||||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.topics ul li img {
|
||||
object-fit: cover;
|
||||
height: 100px !important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="col-content">
|
||||
<div id="top_bar">
|
||||
<!--头部-->
|
||||
</div>
|
||||
<div class="article">
|
||||
<div class="art_side">
|
||||
|
||||
<!--侧边栏-->
|
||||
|
||||
</div>
|
||||
|
||||
<div class="art_main art_main_con back_fff">
|
||||
<div class="topics fuwenben">
|
||||
<h2 class="rgb_color"> </h2>
|
||||
<div style="padding: 0 30px 30px 30px;line-height: 24px;text-align: justify;">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<br clear="both">
|
||||
|
||||
</div>
|
||||
<div class="footer">
|
||||
<!--底部菜单栏-->
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<script src="js/jquery.min.js"></script>
|
||||
<script src="echarts-master/echarts.min.js"></script>
|
||||
<script src="echarts-master/world.js"></script>
|
||||
<script src="js/return-top.js"></script>
|
||||
<script src="js/layer/layer.js"></script>
|
||||
<script src="js/js.js"></script>
|
||||
<script src="js/side.js"></script>
|
||||
<script src="js/notice.js"></script>
|
||||
<!--<script src="js/not_map.js"></script>-->
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
side_list();
|
||||
notice_con();
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user