Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
tseng7510 committed May 14, 2024
1 parent 2f8d603 commit c543a9b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,7 @@ button:focus {
position: absolute;
inset: 0px;
background-size: cover;
filter: url("#turbulence");
transform: scale(1.1);
}
@media screen and (max-width: 767px) {
Expand Down Expand Up @@ -3433,6 +3434,7 @@ table.tableSprite tr:nth-child(even) {
inset: 0;
background: #fff url("../images/news_bg.jpg") no-repeat center center;
background-size: cover;
filter: url("#turbulence");
transform: scale(1.1);
}
@media screen and (max-width: 767px) {
Expand Down Expand Up @@ -3795,6 +3797,7 @@ table.tableSprite tr:nth-child(even) {
background-size: cover;
background-attachment: fixed;
transform: translateX(-20px);
filter: url("#turbulence");
}
@media screen and (max-width: 767px) {
.index .activitiesBox .filtered::before {
Expand Down
2 changes: 1 addition & 1 deletion css/style.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions scss/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
inset: 0;
background: #fff url("../images/news_bg.jpg") no-repeat center center;
background-size: cover;
// filter: url("#turbulence");
filter: url("#turbulence");
transform: scale(1.1);

@include screen('mobile') {
Expand Down Expand Up @@ -651,7 +651,7 @@
background-size: cover;
background-attachment: fixed;
transform: translateX(-20px);
// filter: url("#turbulence");
filter: url("#turbulence");

@include screen('mobile') {
filter: none !important;
Expand Down
2 changes: 1 addition & 1 deletion scss/partials/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ button {
position: absolute;
inset: 0px;
background-size: cover;
// filter: url("#turbulence");
filter: url("#turbulence");
transform: scale(1.1);

@include screen('mobile') {
Expand Down

0 comments on commit c543a9b

Please sign in to comment.