删除注释修改

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

View File

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