删除注释修改

This commit is contained in:
GuanM 2024-11-01 08:37:29 +08:00
parent 032a0172cc
commit c2012cc012
2 changed files with 3 additions and 11 deletions

View File

@ -53,7 +53,7 @@ body {
background-color: #f0f0f0;
cursor: pointer;
}
/* 修改轮播图相关样式 */
#swipper {
width: 100%;
overflow: hidden;
@ -172,7 +172,6 @@ body {
padding: 10px 0;
}
.info-item {
flex: 1;
margin: 0 20px;
@ -588,7 +587,6 @@ body {
font-size: 14px;
}
/* 响应式设计 */
@media screen and (max-width: 768px) {
.footer-section {
flex: 0 0 50%;
@ -604,4 +602,5 @@ body {
.footer-content {
padding: 0 15px;
}
}
}

View File

@ -4,17 +4,10 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<!-- 链入外部样式 -->
<link rel="stylesheet" href="./css/index.css" />
<!-- 链入外部脚本 -->
<script src="./js/main.js"></script>
<!-- 内部样式 -->
<style>
</style>
<script src="./js/main.js" defer></script>
</head>
<body>
<!-- 首页header部分 -->
<div id="header">
<div class="logo">
<img src="./images/logo.jpg" alt="logo" />