Skip to content

Commit

Permalink
[edit] order-info page d-none to order-1-5
Browse files Browse the repository at this point in the history
  • Loading branch information
Joy-port committed Aug 20, 2021
1 parent 60eb89e commit 5f3e643
Show file tree
Hide file tree
Showing 6 changed files with 593 additions and 56 deletions.
18 changes: 18 additions & 0 deletions app/assets/style/all.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion app/assets/style/all.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/design.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<main>
<!-- exhibition display -->
<section class="m-0">
<ul class="list-unstyled mb-7 mb-7 mb-md-13">
<ul class="mb-7 mb-md-13">
<li class="bg-primary">
<div class="container-md">
<div class="card bg-transparent border-0 py-44 | pt-md-80 pb-md-52" data-aos="fade-left" data-aos-duration="1200">
Expand Down
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ <h2 class="fw-bold text-white | mb-2">台北當代藝術展</h2>
>
熱門特展
</h3>
<ul class="list-unstyled">
<ul>
<li
class="card border-0 bg-light | py-7 px-5 mb-5 | p-md-0 mb-md-6"
data-aos="fade-left"
Expand Down
6 changes: 3 additions & 3 deletions app/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
data-aos="fade-left"
data-aos-duration="1400"
>
<ul class="swiper-wrapper list-unstyled" style="cursor: grab">
<ul class="swiper-wrapper" style="cursor: grab">
<li class="swiper-slide">
<div class="card border-0">
<div class="ratio ratio-1x1 mb-1">
Expand Down Expand Up @@ -503,7 +503,7 @@
scroll-bar
flex-grow-1
overflow-auto
list-unstyled
pe-2 pe-md-5
"
>
Expand Down Expand Up @@ -714,7 +714,7 @@
</div>
<button
class="btn btn-secondary text-center w-100"
type="submit"
type="submi
>
登入
</button>
Expand Down
Loading

0 comments on commit 5f3e643

Please sign in to comment.