Skip to content

Commit

Permalink
20240702 新增頁面上傳
Browse files Browse the repository at this point in the history
  • Loading branch information
mingshuyashuya committed Jul 2, 2024
1 parent 38d6427 commit ab2bcca
Show file tree
Hide file tree
Showing 14 changed files with 1,827 additions and 88 deletions.
339 changes: 323 additions & 16 deletions css/hyui.css

Large diffs are not rendered by default.

Binary file added images/icon_flow1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/icon_flow2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,16 @@ <h1><img src="images/logo.png" alt="" /></h1>
<td>現場報名2</td>
<td><a href="signup2.htm"></a></td>
</tr>
<tr>
<td></td>
<td>醫師評估</td>
<td><a href="signup3.htm"></a></td>
</tr>
<tr>
<td></td>
<td>護理師接種</td>
<td><a href="signup4.htm"></a></td>
</tr>
<tr>
<td></td>
<td>iframe手動輸入</td>
Expand Down
10 changes: 5 additions & 5 deletions js/customize.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ $(function () {
dots: false,
infinite: true,
speed: 300,
slidesToShow: 2,
slidesToShow: 1,
slidesToScroll: 1,
autoplay: true,
autoplay: false,
arrow: true,
lazyLoaded: true,
lazyLoad: 'ondemand',
Expand All @@ -82,23 +82,23 @@ $(function () {
{
breakpoint: 1200,
settings: {
slidesToShow: 5,
slidesToShow: 1,
slidesToScroll: 1,
arrows: true,
},
},
{
breakpoint: 768,
settings: {
slidesToShow: 4,
slidesToShow: 1,
slidesToScroll: 1,
arrows: true,
},
},
{
breakpoint: 575,
settings: {
slidesToShow: 3,
slidesToShow: 1,
slidesToScroll: 1,
arrows: true,
},
Expand Down
8 changes: 8 additions & 0 deletions sass/modual/_form-beta.scss
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,14 @@ select::-ms-expand {
.form_title {
margin: 0.3em 0;
}
.form_title2 {
margin: 0.3em 1em;
}
.form_inline {
.form_title {
min-width: 5em;
}
}
.form_content {
display: flex;
flex-wrap: wrap;
Expand Down
25 changes: 17 additions & 8 deletions sass/modual/_slick.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
font-size: 0em;
line-height: 0em;
position: absolute;
top: 40%;
top: 35%;
display: block;
width: 40px !important;
height: 60px !important;
Expand Down Expand Up @@ -291,10 +291,12 @@
// slick._scss
// adSlider
.adSlider {
@include gutter(70px);
margin-bottom: 20px;
@include gutter(60px);

// @include gutter(70px);
// margin-bottom: 20px;
@include screen('mobile') {
@include gutter();
@include gutter(40px);
}
.slick-prev {
background: url(../vendor/slick/icon_arrow_left_inverse.png) no-repeat center center;
Expand All @@ -307,9 +309,13 @@
right: -15px;
}
.img-container {
width: 165px;
height: 55px;
margin: 0px 15px;
width: 100%;
height: auto;
margin: 0px;
top: 0;
left: 0;
bottom: 0;
right: 0;
a {
display: block;
text-align: center;
Expand All @@ -328,10 +334,13 @@
left: 0;
bottom: 0;
right: 0;
box-shadow: 0 0px 0px 3px $primaryColor inset;
// box-shadow: 0 0px 0px 3px $primaryColor inset;
}
}
}
.slick-initialized .slick-slide {
display: grid !important;
}
}

// slick燈箱
Expand Down
Loading

0 comments on commit ab2bcca

Please sign in to comment.