Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
journey-zhuang authored Dec 2, 2024
1 parent fd2209f commit 4bf7da2
Showing 1 changed file with 4 additions and 31 deletions.
35 changes: 4 additions & 31 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,10 @@ <h2 class="subtitle has-text-centered">
</section>
-->

<!-- <section class="hero is-light is-small">
<section class="hero is-light is-small">
<div class="hero-body">
<div class="container">
<!-- 图片轮播 -->
<div id="results-carousel" class="carousel results-carousel">
<div class="item item-chair">
<img src="./static/images/more_result_chair.png" alt="Chair Image" height="100%" class="more-result">
Expand All @@ -304,37 +304,10 @@ <h2 class="subtitle has-text-centered">
<img src="./static/images/more_result_mic.png" alt="Mic Image" height="100%" class="more-result">
</div>
</div>
<!-- <style>
.more-result {
width: auto; /* 宽度自动,保持图片比例 */
height: 100px; /* 设置图片高度 */
}
</style> -->

</div>
</div>
</section> -->

<section class="hero is-light is-small">
<div class="hero-body">
<div class="container">
<!-- 图片轮播 -->
<div id="results-carousel" class="carousel results-carousel">
<div class="item item-chair">
<img src="./static/images/more_result_chair.png" alt="Chair Image" class="more-result">
</div>
<div class="item item-hotdog">
<img src="./static/images/more_result_hotdog.png" alt="Hotdog Image" class="more-result">
</div>
<div class="item item-mic">
<img src="./static/images/more_result_mic.png" alt="Mic Image" class="more-result">
</div>
</div>
</div>
</div>

<style>
<!-- <style>
#results-carousel {
display: flex; /* 图片水平排列 */
justify-content: center; /* 水平居中对齐 */
Expand All @@ -346,7 +319,7 @@ <h2 class="subtitle has-text-centered">
width: auto; /* 宽度自动,保持比例 */
max-height: 100px; /* 限制图片最大高度 */
}
</style>
</style> -->
</section>


Expand Down

0 comments on commit 4bf7da2

Please sign in to comment.