1174 lines
27 KiB
SCSS
1174 lines
27 KiB
SCSS
|
|
// Base
|
|
@import "base/orbitbar-override";
|
|
@import "base/sitemap-override";
|
|
@import "base/global";
|
|
@import "base/unity";
|
|
@import "base/utilities";
|
|
@import "base/pagination";
|
|
@import "base/accesskey";
|
|
@import "base/go_back_top";
|
|
@import "base/ckeditor-reset";
|
|
|
|
// Layout
|
|
@import "layout/*";
|
|
|
|
// Modules
|
|
@import "modules/*";
|
|
|
|
// Widget
|
|
@import "widget/*";
|
|
|
|
//RWD
|
|
@import "RWD";
|
|
.visually-hidden{
|
|
position: absolute;
|
|
width: 1px;
|
|
height: 1px;
|
|
padding: 0;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
clip: rect(0, 0, 0, 0);
|
|
white-space: nowrap;
|
|
border: 0;
|
|
}
|
|
.sr-only{
|
|
position: absolute;
|
|
width: 1px;
|
|
height: 1px;
|
|
padding: 0;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
clip: rect(0, 0, 0, 0);
|
|
border: 0;
|
|
}
|
|
|
|
.dropdown-toggle:focus {
|
|
// outline: 2px solid #43B5FC;
|
|
outline: transparent;
|
|
}
|
|
.container{
|
|
margin: auto;
|
|
}
|
|
// .layout-content{
|
|
// .response-container{
|
|
// @media (min-width: 769px)and(max-width: 820px) {
|
|
// width: 768px!important;
|
|
// }
|
|
// }
|
|
// }
|
|
.internalfullwidth{
|
|
@media(min-width: $screen-lg){
|
|
transform: translateX(calc(-50vw + 585px));
|
|
width: 100vw;
|
|
}
|
|
@media(max-width:1199px)and(min-width:768px){
|
|
width: 100vw;
|
|
transform: translateX(-1.95em);
|
|
}
|
|
@media(max-width:767px){
|
|
width: 100vw;
|
|
transform: translateX(-0.95em);
|
|
}
|
|
}
|
|
.header-container{
|
|
@media (max-width: $screen-sm) {
|
|
padding: 0!important;
|
|
}
|
|
}
|
|
// container setting
|
|
.response-container {
|
|
position: relative;
|
|
margin:auto;
|
|
@media (max-width: $screen-xs) {
|
|
width: 100%;
|
|
}
|
|
@media (min-width: $screen-sm) {
|
|
width: 100%;
|
|
|
|
}
|
|
@media (min-width: $screen-md) {
|
|
width: 100%;
|
|
}
|
|
|
|
@media (min-width: $screen-lg) {
|
|
max-width:1200px;
|
|
padding: 0;
|
|
}
|
|
}
|
|
.dropdowns{
|
|
@media (min-width: $screen-md) {
|
|
margin: auto;
|
|
}
|
|
}
|
|
.header-buttom{
|
|
@media (min-width: $screen-md) {
|
|
padding: 12px 0;
|
|
}
|
|
}
|
|
.background {
|
|
width: 100%;
|
|
left: 0;
|
|
top: 5px;
|
|
z-index: -1;
|
|
}
|
|
|
|
.extra { clear: both; }
|
|
//公告頁籤
|
|
ul.tab_nav2 {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
font-family: $main-font;
|
|
margin-top: 1em;
|
|
|
|
li {
|
|
list-style: none;
|
|
position: relative;
|
|
padding: 0.5em 1em;
|
|
margin: 0.2em;
|
|
cursor: pointer;
|
|
transition: all 0.5s;
|
|
-moz-transition: all 0.5s;
|
|
-webkit-transition: all 0.5s;
|
|
-o-transition: all 0.5s;
|
|
color: #fff;
|
|
border-radius: 15px;
|
|
background-color: $theme-color-hover;
|
|
@media(max-width:$screen-xs){
|
|
text-align: center;
|
|
padding: 0.5em;
|
|
}
|
|
&:after{
|
|
right:inherit;
|
|
top:inherit;
|
|
left:0;
|
|
bottom:2px;
|
|
}
|
|
&:hover{
|
|
color: $theme-color-second;
|
|
background: transparent;
|
|
border:1px solid $theme-color-second;
|
|
&:after,&:before{
|
|
width:100%;
|
|
transition: all 0.3s;
|
|
}
|
|
}
|
|
&.active {
|
|
color: $theme-color-second;
|
|
background: transparent;
|
|
border:1px solid $theme-color-second;
|
|
&:before,
|
|
&:after{
|
|
width:100%;
|
|
transition: all 0.3s;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
//公告頁籤
|
|
ul.tab_nav {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
font-family: $main-font;
|
|
margin-top: 1em;
|
|
|
|
li {
|
|
list-style: none;
|
|
position: relative;
|
|
padding: 0.5em 1em;
|
|
margin: 0.2em;
|
|
cursor: pointer;
|
|
transition: all 0.5s;
|
|
-moz-transition: all 0.5s;
|
|
-webkit-transition: all 0.5s;
|
|
-o-transition: all 0.5s;
|
|
color: #fff;
|
|
border-radius: 15px;
|
|
background-color: $theme-color-hover;
|
|
@media(max-width:$screen-xs){
|
|
// width: 130px;
|
|
text-align: center;
|
|
padding: 0.5em;
|
|
}
|
|
// &:before,
|
|
// &:after{
|
|
// content:'';
|
|
// position:absolute;
|
|
// top:0;
|
|
// right:0;
|
|
// height:2px;
|
|
// width:0;
|
|
// background: $theme-color-second;
|
|
// transition: all 0.3s;
|
|
// }
|
|
&:after{
|
|
right:inherit;
|
|
top:inherit;
|
|
left:0;
|
|
bottom:2px;
|
|
}
|
|
&:hover{
|
|
color: $theme-color-second;
|
|
background: transparent;
|
|
border:1px solid $theme-color-second;
|
|
&:after,&:before{
|
|
width:100%;
|
|
transition: all 0.3s;
|
|
}
|
|
}
|
|
&.active {
|
|
color: $theme-color-second;
|
|
background: transparent;
|
|
border:1px solid $theme-color-second;
|
|
&:before,
|
|
&:after{
|
|
width:100%;
|
|
transition: all 0.3s;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.noscroll { overflow: hidden; position: fixed; }
|
|
|
|
//覆蓋bootstrap 設定
|
|
.row { margin: 0; }
|
|
.container>.navbar-collapse {
|
|
@media (max-width: 767px) {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
|
|
//共用樣式
|
|
.title {
|
|
@extend .unity-title;
|
|
}
|
|
|
|
.superBtn {
|
|
a.btn-primary {
|
|
color: $theme-white;
|
|
border-color: #990000;
|
|
background-color: #990000;
|
|
font-size: 0.8125rem;
|
|
padding: 0.3em 0.5em;
|
|
|
|
&:hover {
|
|
background-color: darken(#990000, 10%);
|
|
border-color: darken(#990000, 10%);
|
|
}
|
|
}
|
|
}
|
|
.black-screen-social-window.reactable.right .content-social .social_wrap > div{
|
|
background-color: #ffffffc2;
|
|
}
|
|
.black-screen-social-window.reactable .content-social .social_wrap span{
|
|
padding: 0.5em;
|
|
}
|
|
.black-screen-social-window .content-social .social_wrap i{
|
|
font-size: 1.5em;
|
|
}
|
|
.black-screen-social-window.reactable .content-social .social_wrap > div{
|
|
line-height: unset;
|
|
}
|
|
.black-screen-social-window.reactable .content-social .social_wrap > div:hover, .black-screen-social-window.reactable .content-social .social_wrap > div.hover-class{
|
|
border-radius: 30px 0 0 30px;
|
|
background: #fff;
|
|
}
|
|
.hide_sharer_button{
|
|
width: 1.65em;
|
|
}
|
|
.black-screen-social-window.reactable .content-social .social_wrap i, .black-screen-social-window.reactable .content-social .social_wrap img{
|
|
margin-right: 0.5em;
|
|
padding-bottom:0;
|
|
}
|
|
.black-screen-social-window{
|
|
border-radius: 0!important;
|
|
-webkit-backdrop-filter: saturate(180%) blur(20px);
|
|
backdrop-filter: saturate(180%) blur(20px);
|
|
background-color: #ffffffa6!important;
|
|
min-width: fit-content;
|
|
border:0!important;
|
|
padding: 0;
|
|
ul{
|
|
margin-top: 60px;
|
|
width: 40px;
|
|
padding: 0;
|
|
}
|
|
li{
|
|
list-style: none;
|
|
}
|
|
}
|
|
.table-bordered{
|
|
border: 0;
|
|
}
|
|
.internal-page{
|
|
table{
|
|
tr{
|
|
@media(max-width:$screen-xs){
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
width: 100%;
|
|
}
|
|
|
|
}
|
|
td,th{
|
|
@media(max-width: $screen-xs){
|
|
width:100%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
//td有rwd跳色
|
|
#tdstyle1{
|
|
tr{
|
|
&:nth-child(even){
|
|
background-color:#dfdedc;
|
|
}
|
|
}
|
|
tr{
|
|
@media(max-width: $screen-xs){
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
width: 100%!important;
|
|
}
|
|
|
|
}
|
|
td,th{
|
|
@media(max-width: $screen-xs){
|
|
width:100%!important;
|
|
}
|
|
}
|
|
@media(max-width: $screen-xs){
|
|
thead{
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
//td有rwd
|
|
#tdstyle5{
|
|
margin-top: 1.5em;
|
|
tr{
|
|
@media(max-width: $screen-xs){
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
width: 100%!important;
|
|
}
|
|
|
|
}
|
|
td,th{
|
|
@media(max-width: $screen-xs){
|
|
width:100%!important;
|
|
}
|
|
}
|
|
ul{
|
|
padding: 0;
|
|
|
|
}
|
|
li{
|
|
font-weight: bold;
|
|
background-color:#f2f2f2;
|
|
margin-bottom: 0.5em;
|
|
border-radius: 0.5em;
|
|
list-style: none;
|
|
padding: 0.5em;
|
|
text-align: center;
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.firsttr1{
|
|
border-radius: 0 !important;
|
|
padding-bottom: 1.5em !important;
|
|
padding-top: 1em!important;
|
|
margin-bottom: 2em !important;
|
|
position: relative;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
&:after{
|
|
content: '1';
|
|
background-color: #fff;
|
|
position: absolute;
|
|
padding: 0.1em 1.5em;
|
|
border-radius: 1em;
|
|
border: 2px solid #f5c346;
|
|
color: #333;
|
|
left: 36%;
|
|
top: 70%;
|
|
}
|
|
&:before{
|
|
content: '';
|
|
position: absolute;
|
|
height: 18.5em;
|
|
left: 50%;
|
|
top: -105px;
|
|
width: 2px;
|
|
background-color: #f5c346;
|
|
z-index: 0;
|
|
}
|
|
}
|
|
.firsttr2{
|
|
border-radius: 0 !important;
|
|
padding-bottom: 1.5em !important;
|
|
padding-top: 1em!important;
|
|
margin-bottom: 2em !important;
|
|
position: relative;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
&:after{
|
|
content: '1';
|
|
background-color: #fff;
|
|
position: absolute;
|
|
padding: 0.1em 1.5em;
|
|
border-radius: 1em;
|
|
border: 2px solid #5a89f5;
|
|
color: #333;
|
|
left: 36%;
|
|
top: 70%;
|
|
}
|
|
&:before{
|
|
content: '';
|
|
position: absolute;
|
|
height: 16.5em;
|
|
left: 50%;
|
|
top:-60px;
|
|
width: 2px;
|
|
background-color: #5a89f5;
|
|
z-index: 0;
|
|
}
|
|
}
|
|
.firsttr3{
|
|
border-radius: 0 !important;
|
|
padding-bottom: 1.5em !important;
|
|
padding-top: 1em!important;
|
|
margin-bottom: 2em !important;
|
|
position: relative;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
&:after{
|
|
content: '1';
|
|
background-color: #fff;
|
|
position: absolute;
|
|
padding: 0.1em 1.5em;
|
|
border-radius: 1em;
|
|
border: 2px solid #464063;
|
|
color: #333;
|
|
left: 36%;
|
|
top: 70%;
|
|
}
|
|
&:before{
|
|
content: '';
|
|
position: absolute;
|
|
height: 15.5em;
|
|
left: 50%;
|
|
top: -40px;
|
|
width: 2px;
|
|
background-color: #464063;
|
|
z-index: 0;
|
|
}
|
|
}
|
|
.firsttr4{
|
|
border-radius: 0 !important;
|
|
padding-bottom: 1.5em !important;
|
|
padding-top: 1em!important;
|
|
margin-bottom: 2em !important;
|
|
position: relative;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
&:after{
|
|
content: '1';
|
|
background-color: #fff;
|
|
position: absolute;
|
|
padding: 0.1em 1.5em;
|
|
border-radius: 1em;
|
|
border: 2px solid #ed7b77;
|
|
color: #333;
|
|
left: 36%;
|
|
top: 70%;
|
|
}
|
|
&:before{
|
|
content: '';
|
|
position: absolute;
|
|
height: 16.5em;
|
|
left: 50%;
|
|
top:-62px;
|
|
width: 2px;
|
|
background-color: #ed7b77;
|
|
z-index: 0;
|
|
}
|
|
}
|
|
.firsttr5{
|
|
border-radius: 0 !important;
|
|
padding-bottom: 1.5em !important;
|
|
padding-top: 1em!important;
|
|
margin-bottom: 2em !important;
|
|
position: relative;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
&:after{
|
|
content: '1';
|
|
background-color: #fff;
|
|
position: absolute;
|
|
padding: 0.1em 1.5em;
|
|
border-radius: 1em;
|
|
border: 2px solid #afaac8;
|
|
color: #333;
|
|
left: 36%;
|
|
top: 70%;
|
|
}
|
|
&:before{
|
|
content: '';
|
|
position: absolute;
|
|
height: 18.5em;
|
|
left: 50%;
|
|
top: -105px;
|
|
width: 2px;
|
|
background-color:#afaac8;
|
|
z-index: 0;
|
|
}
|
|
}
|
|
}
|
|
figure{
|
|
@media (max-width: $screen-xs) {
|
|
overflow-x: scroll;
|
|
}
|
|
}
|
|
//td無rwd
|
|
#tdstyle2{
|
|
table td{
|
|
border: 1px solid #ddd!important;
|
|
@media (max-width: 480px) {
|
|
width: auto;
|
|
}
|
|
}
|
|
td,th{
|
|
@media(max-width: $screen-xs){
|
|
width: auto ;
|
|
min-width: 4em;
|
|
}
|
|
}
|
|
tr{
|
|
display: table-row;
|
|
}
|
|
}
|
|
//td有rwd灰底色
|
|
#tdstyle3{
|
|
tr{
|
|
background: #efefef !important;
|
|
margin-bottom: 10px;
|
|
border: 1px solid #ccc;
|
|
}
|
|
td{
|
|
border-bottom: #cacaca 1px solid !important;
|
|
}
|
|
}
|
|
//td無rwd跳色
|
|
#tdstyle4{
|
|
table td{
|
|
border: 1px solid #ddd!important;
|
|
@media (max-width: 480px) {
|
|
width: auto!important;
|
|
text-align: center;
|
|
}
|
|
}
|
|
td,th{
|
|
@media(max-width: $screen-xs){
|
|
width: auto!important;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
tr{
|
|
&:nth-child(odd){
|
|
background-color:#f2f2f2;
|
|
}
|
|
}
|
|
}
|
|
// //取消內頁tdrwd可加在內頁編輯
|
|
// .internal-page table td{
|
|
// border: 1px solid #ddd!important;
|
|
// @media (max-width: 480px) {
|
|
// width: auto !important;
|
|
// }
|
|
// }
|
|
// tr{
|
|
// display: table-row!important;
|
|
// }
|
|
table.dataTable>tbody>tr.child{
|
|
padding:0;
|
|
}
|
|
#orbit_calendar{
|
|
width: 100% !important;
|
|
}
|
|
//預約系統
|
|
.fc-direction-ltr .fc-daygrid-event .fc-event-time{
|
|
white-space: nowrap;
|
|
}
|
|
.fc-daygrid-dot-event .fc-event-title{
|
|
white-space: nowrap;
|
|
}
|
|
.fc .fc-daygrid-event{
|
|
margin-top: 4px;
|
|
}
|
|
.modal-content{
|
|
box-shadow: 0 24px 38px 3px #00000024, 0 9px 46px 8px #0000001f, 0 11px 15px -7px #00000033;
|
|
border-radius: 8px;
|
|
border: 0;
|
|
}
|
|
.fc .fc-daygrid-day.fc-day-today{
|
|
background-color:transparent!important;
|
|
.fc-daygrid-day-number{
|
|
color: #fff;
|
|
background-color: #858585;
|
|
border-radius: 0.65em;
|
|
}
|
|
}
|
|
.calendar-modal .event_summary{
|
|
font-size: 1.2em;
|
|
letter-spacing: 1px;
|
|
}
|
|
.calendar-modal > .modal-content h3{
|
|
font-weight: bold;
|
|
}
|
|
.fc .fc-daygrid-event-harness{
|
|
font-weight: bold;
|
|
}
|
|
.fc .fc-daygrid-day-number{
|
|
margin-top: 0.3em;
|
|
}
|
|
.table-striped{
|
|
a.btn-primary{
|
|
margin: 0;
|
|
}
|
|
}
|
|
.form-horizontal .form-group{
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
}
|
|
#calendar{
|
|
td{
|
|
border: 1px solid #dee2e6;
|
|
}
|
|
@media(max-width: $screen-xs){
|
|
tr{
|
|
display: table-row;
|
|
}
|
|
}
|
|
}
|
|
.w-calendar{
|
|
@media(max-width: $screen-xs){
|
|
tr{
|
|
display: table-row!important;
|
|
}
|
|
}
|
|
}
|
|
//動畫往上
|
|
.hide0{
|
|
opacity: 0;
|
|
-webkit-transform: translateY(15%) translateZ(0);
|
|
-moz-transform: translateY(15%) translateZ(0);
|
|
-o-transform: translateY(15%) translateZ(0);
|
|
-ms-transform: translateY(15%) translateZ(0);
|
|
transform: translateY(15%) translateZ(0);
|
|
-webkit-transition: transform 0.8s ease-out, opacity 0.4s ease;
|
|
-moz-transition: transform 0.8s ease-out, opacity 0.4s ease;
|
|
-o-transition: transform 0.8s ease-out, opacity 0.4s ease;
|
|
-ms-transition: transform 0.8s ease-out, opacity 0.4s ease;
|
|
transition: transform 0.8s ease-out, opacity 0.4s cubic-bezier(0.63, 0.01, 0, 1.02);
|
|
}
|
|
.animationvisible{
|
|
opacity: 1;
|
|
-webkit-transform: translateY(0) translateZ(0);
|
|
-moz-transform: translateY(0) translateZ(0);
|
|
-o-transform: translateY(0) translateZ(0);
|
|
-ms-transform: translateY(0) translateZ(0);
|
|
transform: translateY(0) translateZ(0);
|
|
}
|
|
//動畫往右
|
|
.hide1{
|
|
opacity: 0;
|
|
transform: translate3d(-120px, 0, 0);
|
|
-webkit-transition: transform 0.8s ease-out, opacity 0.4s ease;
|
|
-moz-transition: transform 0.8s ease-out, opacity 0.4s ease;
|
|
-o-transition: transform 0.8s ease-out, opacity 0.4s ease;
|
|
-ms-transition: transform 0.8s ease-out, opacity 0.4s ease;
|
|
transition: transform 0.8s ease-out, opacity 0.4s cubic-bezier(0.63, 0.01, 0, 1.02);
|
|
}
|
|
.animationvisible1{
|
|
opacity: 1;
|
|
transform: translateZ(0);
|
|
}
|
|
// 動畫往左
|
|
.hide2{
|
|
opacity: 0;
|
|
transform: translate3d(120px, 0, 0);
|
|
-webkit-transition: transform 0.8s ease-out, opacity 0.4s ease;
|
|
-moz-transition: transform 0.8s ease-out, opacity 0.4s ease;
|
|
-o-transition: transform 0.8s ease-out, opacity 0.4s ease;
|
|
-ms-transition: transform 0.8s ease-out, opacity 0.4s ease;
|
|
transition: transform 0.8s ease-out, opacity 0.4s cubic-bezier(0.63, 0.01, 0, 1.02);
|
|
}
|
|
.animationvisible2{
|
|
opacity: 1;
|
|
transform: translatez(0);
|
|
}
|
|
// 動畫往下
|
|
.hide3{
|
|
opacity: 0;
|
|
transform: translate3d(0, -100px, 0);
|
|
-webkit-transition: transform 0.8s ease-out, opacity 0.4s ease;
|
|
-moz-transition: transform 0.8s ease-out, opacity 0.4s ease;
|
|
-o-transition: transform 0.8s ease-out, opacity 0.4s ease;
|
|
-ms-transition: transform 0.8s ease-out, opacity 0.4s ease;
|
|
transition: transform 0.8s ease-out, opacity 0.4s cubic-bezier(0.63, 0.01, 0, 1.02);
|
|
}
|
|
.animationvisible3{
|
|
opacity: 1;
|
|
transform: translatez(0);
|
|
}
|
|
//動畫選轉
|
|
.rotate0{
|
|
transform: perspective(2500px) rotateY(-100deg);
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
.animationrotate0{
|
|
transform: perspective(2500px) rotateY(0);
|
|
transition-timing-function: ease;
|
|
transition-duration: 1s;
|
|
}
|
|
// 放大
|
|
.zoomin{
|
|
opacity: 0;
|
|
transform: scale(.6);
|
|
-webkit-transition: transform 0.8s ease-out, opacity 0.4s ease;
|
|
-moz-transition: transform 0.8s ease-out, opacity 0.4s ease;
|
|
-o-transition: transform 0.8s ease-out, opacity 0.4s ease;
|
|
-ms-transition: transform 0.8s ease-out, opacity 0.4s ease;
|
|
transition: transform 0.8s ease-out, opacity 0.4s cubic-bezier(0.63, 0.01, 0, 1.02);
|
|
}
|
|
.animationvisible5{
|
|
opacity: 1;
|
|
transform: translatez(0) scale(1);
|
|
}
|
|
.fadeInUp {
|
|
opacity: 0;
|
|
transform: translateY(20px);
|
|
animation: fadeInUpAnim 0.5s forwards;
|
|
}
|
|
|
|
@keyframes fadeInUpAnim {
|
|
from {
|
|
opacity: 0;
|
|
transform: translateY(20px);
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
transform: translateY(0);
|
|
}
|
|
}
|
|
|
|
|
|
.fadeInDown {
|
|
opacity: 0;
|
|
transform: translateY(-20px);
|
|
animation: fadeInDownAnim 0.5s forwards;
|
|
}
|
|
|
|
@keyframes fadeInDownAnim {
|
|
from {
|
|
opacity: 0;
|
|
transform: translateY(-20px);
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
transform: translateY(0);
|
|
}
|
|
}
|
|
//研討會
|
|
.seminar-index,.survey-index,.application_form-index{
|
|
th{
|
|
white-space: nowrap;
|
|
@media(max-width: $screen-xs){
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
//內頁搜尋樣式
|
|
input.search_box{
|
|
background: #fff !important;
|
|
border: 1px solid #bbb !important;
|
|
color: #333 !important;
|
|
padding: 0.5em !important;
|
|
margin-right: 0.25em !important;
|
|
border-radius: 0.5em !important;
|
|
margin-left: 0.25em !important;
|
|
@media(max-width:1024px){
|
|
margin-top: 0.5em !important;
|
|
}
|
|
}
|
|
::placeholder {
|
|
color: #333!important;
|
|
}
|
|
#category_select_box{
|
|
border-radius: 0.5em!important;
|
|
background: #fff!important;
|
|
color: #333!important;
|
|
margin-right: 0.5em!important;
|
|
@media(max-width:1024px){
|
|
margin-left: 0.25em !important;
|
|
margin-top: 0.5em !important;
|
|
}
|
|
}
|
|
#category_select_box>option{
|
|
background: #fff!important;
|
|
color: #333!important;
|
|
}
|
|
.search_widget{
|
|
padding-top: 1em;
|
|
padding-bottom: 1em;
|
|
}
|
|
.ui-datepicker-calendar{
|
|
tr{
|
|
flex-wrap:unset!important;
|
|
}
|
|
th{
|
|
width: auto!important;
|
|
}
|
|
}
|
|
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all{
|
|
background: #000000;
|
|
border-color: #000000;
|
|
color: #fff!important;
|
|
}
|
|
.ui-widget-header a{
|
|
color: #fff!important;
|
|
}
|
|
.ui-widget-header .ui-icon{
|
|
filter: brightness(500%);
|
|
}
|
|
a.ui-state-default{
|
|
background: #fff!important;
|
|
border:0!important;
|
|
text-align: center!important;
|
|
&:hover{
|
|
background: silver!important;
|
|
}
|
|
}
|
|
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
|
|
border: 0!important;
|
|
background: silver!important;
|
|
}
|
|
|
|
.aligncenter{
|
|
display: flex;
|
|
align-items: center;
|
|
@media(max-width:$screen-xs){
|
|
justify-content: flex-start!important;
|
|
}
|
|
}
|
|
.flexwrap{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.flexreverse{
|
|
@media(max-width: 768px){
|
|
display: flex;
|
|
flex-wrap: wrap-reverse!important;
|
|
}
|
|
}
|
|
//search
|
|
.searchclass{
|
|
@media(max-width: 768px){
|
|
position: relative;
|
|
float: left;
|
|
color: #fff;
|
|
margin-top: 1em;
|
|
margin-left: 1em;
|
|
}
|
|
}
|
|
.search-box{
|
|
width: fit-content;
|
|
height: fit-content;
|
|
position: relative;
|
|
}
|
|
.input-search{
|
|
height: 50px;
|
|
width: 50px;
|
|
border-style: none;
|
|
padding: 10px;
|
|
font-size: 18px;
|
|
letter-spacing: 2px;
|
|
outline: none;
|
|
border-radius: 25px;
|
|
transition: all .5s ease-in-out;
|
|
background:none;
|
|
padding-right: 40px;
|
|
color:#fff;
|
|
z-index: 100;
|
|
position: relative;
|
|
@media(max-width:768px){
|
|
color:#fff!important ;
|
|
height: 30px;
|
|
}
|
|
}
|
|
.input-search::placeholder{
|
|
font-size: 18px;
|
|
letter-spacing: 2px;
|
|
font-weight: 100;
|
|
@media(min-width:769px){
|
|
color:#fff!important;
|
|
}
|
|
@media(max-width:768px){
|
|
color:#fff!important ;
|
|
}
|
|
}
|
|
/* 當 input 被 focus 或 btn 被點擊時,讓按鈕跳到上層並可點擊 */
|
|
.search-box:focus-within .btn-search {
|
|
z-index: 999;
|
|
pointer-events: auto;
|
|
-webkit-transition: all .3s ease;
|
|
-moz-transition: all .3s ease;
|
|
-ms-transition: all .3s ease;
|
|
-o-transition: all .3s ease;
|
|
transition: all .3s ease;
|
|
}
|
|
.search-box.searching .input-search {
|
|
width: 200px;
|
|
@media(max-width:$screen-xs){
|
|
width: 150px;
|
|
}
|
|
}
|
|
.search-box.searching .btn-search {
|
|
z-index: 999;
|
|
pointer-events: auto;
|
|
-webkit-transition: all .3s ease;
|
|
-moz-transition: all .3s ease;
|
|
-ms-transition: all .3s ease;
|
|
-o-transition: all .3s ease;
|
|
transition: all .3s ease;
|
|
}
|
|
.btn-search{
|
|
width: 50px;
|
|
height: 50px;
|
|
border-style: none;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
outline: none;
|
|
cursor: pointer;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
right: 0px;
|
|
color:#fff;
|
|
background-color:transparent;
|
|
pointer-events: auto;
|
|
@media(max-width:768px){
|
|
color:#fff ;
|
|
width: 70px;
|
|
height: 30px;
|
|
}
|
|
}
|
|
.btn-search:focus ~ .input-search{
|
|
width: 150px;
|
|
border-radius: 0px;
|
|
background-color: transparent;
|
|
border-bottom:1px solid rgba(255,255,255,.5);
|
|
transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
|
|
|
|
}
|
|
.input-search:focus{
|
|
width: 150px;
|
|
border-radius: 0px;
|
|
background-color: transparent;
|
|
border-bottom:1px solid rgba(255,255,255,.5);
|
|
transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
|
|
}
|
|
hr{
|
|
border-top: 0.0625em solid #333;
|
|
}
|
|
.video_tablist li.now_view a{
|
|
background-color: #c9c9c9!important;
|
|
}
|
|
.video_tablist a{
|
|
background-color: #a2a2a2!important;
|
|
}
|
|
.modal-backdrop{
|
|
z-index: 2;
|
|
}
|
|
.video_tablist li.now_view a{
|
|
background-color: #c9c9c9!important;
|
|
}
|
|
.video_tablist a{
|
|
background-color: #a2a2a2!important;
|
|
}
|
|
.marqueeken {
|
|
width: 100vw;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
.scroll .text1{
|
|
font-size:1000%;
|
|
color:#e7e7e7 !important;
|
|
letter-spacing: 8px;
|
|
white-space: nowrap;
|
|
text-transform: uppercase;
|
|
animation: scroll 80s linear infinite;
|
|
-webkit-animation:scrollken 80s linear infinite;
|
|
line-height: 1;
|
|
&:nth-child(2) {
|
|
animation: scroll2 80s linear infinite;
|
|
animation-delay: -40s;
|
|
}
|
|
}
|
|
.scroll .text2{
|
|
font-size:1000%;
|
|
color:#f5f5f5;
|
|
letter-spacing: 8px;
|
|
white-space: nowrap;
|
|
text-transform: uppercase;
|
|
animation: scroll 80s linear infinite;
|
|
-webkit-animation:scrollken 80s linear infinite;
|
|
line-height: 1;
|
|
&:nth-child(2) {
|
|
animation: scroll2 80s linear infinite;
|
|
animation-delay: -40s;
|
|
}
|
|
}
|
|
}
|
|
@keyframes scrollken {
|
|
from {
|
|
transform: translateX(100%);
|
|
}
|
|
to {
|
|
transform: translateX(-100%);
|
|
}
|
|
}
|
|
@keyframes scroll2 {
|
|
from {
|
|
transform: translateX(0%);
|
|
}
|
|
to {
|
|
transform: translateX(-200%);
|
|
}
|
|
}
|
|
.is-style-vk-group-shadow {
|
|
-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
|
|
box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
|
|
padding: 1.8em;
|
|
margin-top: var(--vk-margin-elem);
|
|
margin-bottom: var(--vk-margin-elem);
|
|
border-radius: 10px;
|
|
background-color: #f2f2f2;
|
|
padding-top: var(--wp--preset--spacing--50);
|
|
padding-bottom: 2em;
|
|
|
|
ul{
|
|
position: relative;
|
|
}
|
|
li{
|
|
color: #0a9a9a;
|
|
list-style: none;
|
|
padding: 0.5em 0;
|
|
a{
|
|
color: #0a9a9a;
|
|
&:hover{
|
|
color: #d57030;
|
|
}
|
|
}
|
|
&:before{
|
|
font-family: "Font Awesome 5 Free";
|
|
font-weight: 900;
|
|
position: absolute;
|
|
content: "";
|
|
left:0;
|
|
color: var(--wp--preset--color--vk-color-custom-3) !important;
|
|
}
|
|
}
|
|
}
|
|
:root {
|
|
--vk-margin-elem: 2rem;
|
|
}
|
|
ul.is-style-vk-arrow-mark li::before, ol.is-style-vk-arrow-mark li::before {
|
|
font-family: "Font Awesome 5 Free";
|
|
font-weight: 900;
|
|
position: absolute;
|
|
content: "";
|
|
}
|
|
.vk_list_1 li::marker, .vk_list_1 li::before {
|
|
color: var(--wp--preset--color--vk-color-custom-3) !important;
|
|
}
|
|
:root {
|
|
--wp--preset--aspect-ratio--square: 1;
|
|
--wp--preset--aspect-ratio--4-3: 4 / 3;
|
|
--wp--preset--aspect-ratio--3-4: 3 / 4;
|
|
--wp--preset--aspect-ratio--3-2: 3 / 2;
|
|
--wp--preset--aspect-ratio--2-3: 2 / 3;
|
|
--wp--preset--aspect-ratio--16-9: 16 / 9;
|
|
--wp--preset--aspect-ratio--9-16: 9 / 16;
|
|
--wp--preset--color--black: #000000;
|
|
--wp--preset--color--cyan-bluish-gray: #abb8c3;
|
|
--wp--preset--color--white: #ffffff;
|
|
--wp--preset--color--pale-pink: #f78da7;
|
|
--wp--preset--color--vivid-red: #cf2e2e;
|
|
--wp--preset--color--luminous-vivid-orange: #ff6900;
|
|
--wp--preset--color--luminous-vivid-amber: #fcb900;
|
|
--wp--preset--color--light-green-cyan: #7bdcb5;
|
|
--wp--preset--color--vivid-green-cyan: #00d084;
|
|
--wp--preset--color--pale-cyan-blue: #8ed1fc;
|
|
--wp--preset--color--vivid-cyan-blue: #0693e3;
|
|
--wp--preset--color--vivid-purple: #9b51e0;
|
|
--wp--preset--color--vk-color-custom-1: #8b281f;
|
|
--wp--preset--color--vk-color-custom-2: #d57030;
|
|
--wp--preset--color--vk-color-custom-3: #f29d4b;
|
|
--wp--preset--color--vk-color-custom-4: #5aa382;
|
|
--wp--preset--color--vk-color-custom-5: #9ba747;
|
|
--wp--preset--color--cm-color-1: #257BC1;
|
|
--wp--preset--color--cm-color-2: #2270B0;
|
|
--wp--preset--color--cm-color-3: #FFFFFF;
|
|
--wp--preset--color--cm-color-4: #F9FEFD;
|
|
--wp--preset--color--cm-color-5: #27272A;
|
|
--wp--preset--color--cm-color-6: #16181A;
|
|
--wp--preset--color--cm-color-7: #8F8F8F;
|
|
--wp--preset--color--cm-color-8: #FFFFFF;
|
|
--wp--preset--color--cm-color-9: #C7C7C7;
|
|
--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
|
|
--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
|
|
--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
|
|
--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
|
|
--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
|
|
--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
|
|
--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
|
|
--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
|
|
--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
|
|
--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
|
|
--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
|
|
--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
|
|
|
|
--wp--preset--font-family--dm-sans: DM Sans, sans-serif;
|
|
--wp--preset--font-family--public-sans: Public Sans, sans-serif;
|
|
--wp--preset--font-family--roboto: Roboto, sans-serif;
|
|
--wp--preset--font-family--segoe-ui: Segoe UI, Arial, sans-serif;
|
|
--wp--preset--font-family--ibm-plex-serif: IBM Plex Serif, sans-serif;
|
|
--wp--preset--font-family--inter: Inter, sans-serif;
|
|
--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
|
|
--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
|
|
--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
|
|
--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
|
|
--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
|
|
}
|
|
:root {
|
|
--vk-font-size-xs: 11px;
|
|
--vk-color-link-text: #c00;
|
|
--vk-color-link-text-hover: #c00;
|
|
--vk-color-text-body: #333;
|
|
--vk-color-text-light: #666;
|
|
--vk-color-border-hr: #e5e5e5;
|
|
--vk-color-border-image: #e5e5e5;
|
|
--vk-line-height-low: 1.5em;
|
|
} |