Commit baf49fef authored by caoxu's avatar caoxu

Remove: 去掉主页面第一张图片

parent 77563592
Pipeline #513 canceled with stages
...@@ -6,10 +6,6 @@ ...@@ -6,10 +6,6 @@
</div> </div>
<div class="main-content"> <div class="main-content">
<div class="city-banner">
<img src="https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?w=1200&h=400&fit=crop" alt="城市风景" class="banner-image" />
</div>
<div class="city-header-section"> <div class="city-header-section">
<div class="city-header-image"> <div class="city-header-image">
<img src="https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?w=1200&h=300&fit=crop" alt="城市风景" class="header-image" /> <img src="https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?w=1200&h=300&fit=crop" alt="城市风景" class="header-image" />
...@@ -411,24 +407,6 @@ const sendMessage = (user) => { ...@@ -411,24 +407,6 @@ const sendMessage = (user) => {
justify-content: center; justify-content: center;
} }
.banner-image {
width: 100%;
height: 100%;
object-fit: cover;
}
.banner-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
padding: 24px;
display: flex;
align-items: flex-end;
justify-content: center;
}
.city-name { .city-name {
font-size: 36px; font-size: 36px;
font-weight: 800; font-weight: 800;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment