Skip to content

Commit

Permalink
20241205修改資料
Browse files Browse the repository at this point in the history
  • Loading branch information
anniewuu00 committed Dec 5, 2024
1 parent a6c2185 commit 38ad1de
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
5 changes: 3 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12217,21 +12217,22 @@ p {
margin-right: 1em;
}
.space_photos_group .space_size_block .directions .directions_list .content {
font-size: 2em;
font-size: 1.875em;
color: #0d0a8a;
font-weight: bold;
}
.space_photos_group .space_size_block .directions .directions_list .content span {
display: block;
font-size: 1.25rem;
font-weight: bold;
margin-bottom: 0.3em;
margin-bottom: 0.5em;
color: #333;
}
.space_photos_group .space_size_block .directions .directions_list .content em {
font-size: 1.25rem;
color: #333;
font-style: normal;
margin-left: 10px;
}
@media screen and (max-width: 575px) {
.space_photos_group .space_size_block .directions .directions_list .pic {
Expand Down
2 changes: 1 addition & 1 deletion css/style.css.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions sass/page/_pagecommon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,20 +221,21 @@
margin-right: 1em;
}
.content {
font-size: 2em;
font-size: 1.875em;
color: $primaryColor;
font-weight: bold;
span {
display: block;
font-size: 1.25rem;
font-weight: bold;
margin-bottom: 0.3em;
margin-bottom: 0.5em;
color: #333;
}
em {
font-size: 1.25rem;
color: #333;
font-style: normal;
margin-left: 10px;
}
}
@include screen('xs_mobile') {
Expand Down
16 changes: 8 additions & 8 deletions 大會堂.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,11 @@ <h2 class="title">大會堂</h2>
<div class="directions">
<div class="directions_list">
<div class="pic"><img src="images/space_pic01.png" alt=""></div>
<div class="content"><span>面積</span>3000m<sup>2</sup> <em>約907坪</em></div>
<div class="content"><span>面積</span>3000m<sup>2</sup><em>約907坪</em></div>
</div>
<div class="directions_list">
<div class="pic"><img src="images/space_pic02.png" alt=""></div>
<div class="content"><span>長寬高</span>100*300*200</div>
<div class="content"><span>攤位數</span>3m<sup>2</sup>*3m<sup>2</sup><em>8個攤位</em></div>
</div>
</div>
</div>
Expand All @@ -267,14 +267,14 @@ <h2 class="title">大會堂</h2>
</a>
</div>
<!-- 2 -->
<div class="pattern_numpeople_list">
<!-- <div class="pattern_numpeople_list">
<a href="#">
<div class="pic"><img src="images/pattern_icon02.svg" alt=""></div>
<div class="content">
圓桌型人數<span>2050</span>
</div>
</a>
</div>
</div> -->
<!-- 3 -->
<div class="pattern_numpeople_list">
<a href="#">
Expand All @@ -285,23 +285,23 @@ <h2 class="title">大會堂</h2>
</a>
</div>
<!-- 4 -->
<div class="pattern_numpeople_list">
<!-- <div class="pattern_numpeople_list">
<a href="#">
<div class="pic"><img src="images/pattern_icon04.svg" alt=""></div>
<div class="content">
馬蹄型人數<span>650</span>
</div>
</a>
</div>
</div> -->
<!-- 5 -->
<div class="pattern_numpeople_list">
<!-- <div class="pattern_numpeople_list">
<a href="#">
<div class="pic"><img src="images/pattern_icon05.svg" alt=""></div>
<div class="content">
劇院型(彈射椅)人數<span>1000</span>
</div>
</a>
</div>
</div> -->
<!-- -->
</div>
</div>
Expand Down

0 comments on commit 38ad1de

Please sign in to comment.