Skip to content

Commit

Permalink
[edit offcanvas scrollbar effect
Browse files Browse the repository at this point in the history
  • Loading branch information
Joy-port committed Aug 17, 2021
1 parent f7e58b5 commit 0db885c
Showing 1 changed file with 2 additions and 52 deletions.
54 changes: 2 additions & 52 deletions app/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
tabindex="-1"
id="cart-offcanvas"
aria-labelledby="cart-offcanvas-label"
data-bs-scroll="false"
data-bs-scroll="true"
data-bs-backdrop="false"
roll="dialog"
>
Expand Down Expand Up @@ -350,7 +350,7 @@
</div>
</div>
</li>
<li class="card border-0 mb-2 card-close">
<li class="card border-0 card-close">
<button
type="button"
class="btn-close text-reset p-2"
Expand Down Expand Up @@ -400,57 +400,7 @@
</div>
</div>
</li>
<li class="card border-0 card-close d-none">
<button
type="button"
class="btn-close text-reset p-2"
data-bs-dismiss="card-close"
aria-label="Close"
></button>

<div class="card-body d-flex px-10 pt-0 pb-5 mb-2">
<div class="d-flex justify-content-between w-100">

<div class="d-flex w-100">

<img
src="https://images.unsplash.com/photo-1545987796-b199d6abb1b4?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1500&q=80"
alt="exhibition img"
class="card-img h-120 w-120"
/>
<div class="d-flex flex-column justify-content-between ms-5">
<div class="title flex-grow-1">
<h4 class="fs-7 fw-bold mb-0">2020 台味設計展</h4>
<p class="mb-0">01 JUN — 31 OCT</p>
<p class="link-dark">全票</p>
</div>
<p class="h6 fw-bold mb-0">NT$350</p>
</div>

</div>
<!-- - 01 + -->
<div
class="
d-flex
flex-column flex-md-row
justify-content-center
align-items-center
w-30
"
>
<a href="#" class="link-black mb-1 mb-md-0 p-0 pe-md-1"
><i class="fas fa-minus"></i></a
>
<a href="#" class="link-black mb-1 mb-md-0 p-0 mx-md-2">
<p class="h1 fw-bold mb-0">01</p>
</a>
<a href="#" class="link-black mb-1 mb-md-0 p-0 ps-md-1"
><i class="fas fa-plus"></i></a
>
</div>
</div>
</div>
</li>
</ul>
<!-- bottom btn -->
<div class="bg-black py-8">
Expand Down

0 comments on commit 0db885c

Please sign in to comment.