文章引用

This commit is contained in:
2024-07-29 10:05:12 +08:00
parent af9d88a88c
commit f1e7e7e89a
4 changed files with 514 additions and 40 deletions

View File

@@ -1,41 +1,52 @@
<!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" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style/style.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;
text-align: left;
width: 100%;
float: none;
list-style-type: disc;
margin-bottom: 0;
}
.fuwenben img{
.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">
@@ -74,10 +85,11 @@
<script src="js/notice.js"></script>
<!--<script src="js/not_map.js"></script>-->
<script>
$(document).ready(function(){
$(document).ready(function () {
side_list();
notice_con();
});
</script>
</html>