diff --git a/assets/stylesheets/template/base/_global.scss b/assets/stylesheets/template/base/_global.scss index 340aed1..897ae81 100644 --- a/assets/stylesheets/template/base/_global.scss +++ b/assets/stylesheets/template/base/_global.scss @@ -251,50 +251,7 @@ td { // box-shadow:$theme-color-main 0 0px 0px 40px inset; // } // } -.w-annc_read_more{ - float: right; - margin-bottom: 1em; - font-size: 0.8125rem; - -webkit-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36); - -moz-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36); - -ms-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36); - -o-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36); - transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36); - background: none; - border: none; - color: $theme-color-hover; - box-shadow: $theme-color-hover 0 0px 0px 2px inset; - &:hover { - color: #fff; - box-shadow:$theme-color-hover 0 0px 0px 40px inset; - } -} -a.btn-primary { - margin-bottom: 1em; - font-size: 0.8125rem; - -webkit-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36); - -moz-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36); - -ms-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36); - -o-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36); - transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36); - background: none; - border: none; - color: $theme-color-hover; - box-shadow: $theme-color-hover 0 0px 0px 2px inset; - - &:hover { - color: #fff; - box-shadow:$theme-color-hover 0 0px 0px 40px inset; - } -} -.theadsearch2{ - .btn-primary{ - background-color:$theme-color-hover; - border-color:$theme-color-hover; - color: #fff; - } -} // Page heading diff --git a/assets/stylesheets/template/layout/footer.scss b/assets/stylesheets/template/layout/footer.scss index 2234c34..46743f1 100644 --- a/assets/stylesheets/template/layout/footer.scss +++ b/assets/stylesheets/template/layout/footer.scss @@ -79,7 +79,7 @@ width: 100px; height: 50px; background:#1a1b20; - top: -59px; + top: -65px; border-radius: 100px 100px 0 0; margin: auto; text-align: center; diff --git a/assets/stylesheets/template/modules/ad_banner.scss b/assets/stylesheets/template/modules/ad_banner.scss index 5226990..1947454 100644 --- a/assets/stylesheets/template/modules/ad_banner.scss +++ b/assets/stylesheets/template/modules/ad_banner.scss @@ -438,14 +438,14 @@ ul.button-mid{ } .banner-pager { li { height: unset; width: unset; } - a { background: #a0d2f3;} + a { background: $theme-color-second;} } @media(max-width: $screen-sm) { .slide-content { padding: 0.5em 1em; position: relative; - background: #a0d2f3; + background: $theme-color-second; h3 { font-size: 1em; } div { font-size: 0.75em; } } diff --git a/assets/stylesheets/template/modules/announcement.scss b/assets/stylesheets/template/modules/announcement.scss index 46bd206..b111623 100644 --- a/assets/stylesheets/template/modules/announcement.scss +++ b/assets/stylesheets/template/modules/announcement.scss @@ -553,7 +553,7 @@ } } } - .w-annc__subtitle{ + .w-annc__subtitle,p{ color: #fff; font-size: 1rem; display: -webkit-box; @@ -567,6 +567,8 @@ opacity: 0; -webkit-transition: max-height .6s,opacity .6s; transition: max-height .6s,opacity .6s; + padding-bottom: 0; + margin-bottom: 0; @media(min-width:1920px){ font-size: 1.2em; } @@ -595,7 +597,7 @@ .card:before{ height:100%; } - .w-annc__subtitle{ + .w-annc__subtitle,p{ max-height: 100px; opacity: 1; } @@ -769,7 +771,7 @@ } } } - .w-annc__subtitle{ + .w-annc__subtitle,p{ color: #fff; font-size: 1rem; display: -webkit-box; @@ -783,6 +785,8 @@ opacity: 0; -webkit-transition: max-height .6s,opacity .6s; transition: max-height .6s,opacity .6s; + padding-bottom: 0; + margin-bottom: 0; @media(min-width:1920px){ font-size: 1.2em; } @@ -808,7 +812,7 @@ .card:before{ height:100%; } - .w-annc__subtitle{ + .w-annc__subtitle,p{ max-height: 100px; opacity: 1; } @@ -1124,7 +1128,7 @@ } } } - .w-annc__subtitle{ + .w-annc__subtitle,p{ color: #fff; font-size: 1rem; display: -webkit-box; @@ -1138,6 +1142,8 @@ opacity: 0; -webkit-transition: max-height .6s,opacity .6s; transition: max-height .6s,opacity .6s; + padding-bottom: 0; + margin-bottom: 0; @media(min-width:1920px){ font-size: 1.2em; } @@ -1215,7 +1221,7 @@ .card:before{ height:100%; } - .w-annc__subtitle{ + .w-annc__subtitle,p{ max-height: 100px; opacity: 1; } @@ -1278,7 +1284,7 @@ font-size: 1.6rem!important; } } - .w-annc__subtitle{ + .w-annc__subtitle,p{ color: #fff; font-size: 1rem; display: -webkit-box; @@ -1292,6 +1298,8 @@ opacity: 0; -webkit-transition: max-height .6s,opacity .6s; transition: max-height .6s,opacity .6s; + padding-bottom: 0; + margin-bottom: 0; @media(min-width:1920px){ font-size: 1.2em; } @@ -1339,7 +1347,7 @@ .card:before{ height:100%; } - .w-annc__subtitle{ + .w-annc__subtitle,p{ max-height: 100px; opacity: 1; } @@ -1777,6 +1785,7 @@ display: flex; flex-direction: column; flex: 1; /* 內容區塊自動填滿剩餘空間 */ + white-space: normal; } .w-annc__item{ @media (max-width: $screen-xs) { diff --git a/assets/stylesheets/template/modules/event_news.scss b/assets/stylesheets/template/modules/event_news.scss index 2d0a00d..e9d6bd8 100644 --- a/assets/stylesheets/template/modules/event_news.scss +++ b/assets/stylesheets/template/modules/event_news.scss @@ -315,7 +315,7 @@ } } } - .w-annc__subtitle{ + .w-annc__subtitle,p{ color: #fff; font-size: 1rem; display: -webkit-box; @@ -329,6 +329,8 @@ opacity: 0; -webkit-transition: max-height .6s,opacity .6s; transition: max-height .6s,opacity .6s; + padding-bottom: 0; + margin-bottom: 0; @media(min-width:1920px){ font-size: 1.2em; } @@ -354,7 +356,7 @@ .card:before{ height:100%; } - .w-annc__subtitle{ + .w-annc__subtitle,p{ max-height: 100px; opacity: 1; }