taipei-light2/assets/stylesheets/template/layout/content.scss

328 lines
6.8 KiB
SCSS

@charset "utf-8";
@import "../initial";
.layout-content {
min-height: 37.5em;
.container {
@extend .response-container;
}
}
.lighttext{
@media(min-width: 1024px){
width: 70%!important;
}
}
.more{
&:hover{
background: #ffe26f;
-webkit-transition: .3s;
-moz-transition: .3s;
transition: .3s;
border-color: #2c2c2c!important;
color: #2c2c2c!important;
}
}
.w-annc__more{
border: 1px solid #2c2c2c;
border-radius: 50%;
behavior: url("/assets/ie_support/PIE2/PIE.htc");
height: 60px;
width: 60px;
display: -moz-box;
display: flex;
-moz-box-pack: center;
justify-content: center;
-moz-box-align: center;
align-items: center;
right: 0;
color: #fff;
font-weight: 300;
font-size: .85rem;
cursor: pointer;
background: none;
&:hover{
background: #ffe26f;
-webkit-transition: .3s;
-moz-transition: .3s;
transition: .3s;
color: #000;
}
}
//
.ball{
-webkit-animation: ballAnimate 2s;
animation: ballAnimate 2s;
bottom: -210px;
position: fixed;
width: 350px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 5;
&:hover{
-webkit-filter: drop-shadow(0 0 40px #ffe26f) brightness(1.3);
filter: drop-shadow(0 0 40px #ffe26f) brightness(1.3);
-webkit-transition: .4s;
-moz-transition: .4s;
transition: .4s;
}
}
@keyframes ballAnimate {
from {bottom: -400px;}
to {bottom: -210px;}
}
.zonestext{
color: #fff;
}
.zonesimg{
position: relative;
img{
z-index: 2!important;
position: relative;
}
&:hover {
img:after{
transform: none;
}
}
&:hover{
color:#f9be00;
box-shadow:#000000 15px 15px 40px 0px;
&:after{
width: 77%;
height: 81%;
padding-bottom: 0;
transform: none;
}
}
&:after{
@media(min-width:768px){
content: "";
display: block;
width: 100%;
padding-bottom: 56%;
background-color: #f9be00;
position: absolute;
right: -8px;
bottom: -8px;
transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: scale(0.9) translate(-5px, -5px);
}
}
}
@media(max-width:$screen-xs){
.zones{
display: flex;
padding-bottom: 1em;
padding-right: 0;
padding-left: 0;
}
.zonesreverse{
display: flex;
flex-direction: row-reverse;
padding-bottom: 1em;
}
.zonesimg{
width: 50%;
padding-right: 0.5em;
padding-left: 0.5em;
}
.zonestext{
width: 50%;
padding-right: 0.5em;
padding-left: 0.5em;
}
.more{
height: 40px!important;
width: 40px!important;
font-size: 0.6rem!important;
}
.single-column{
padding: 0;
}
.bluelight{
width: 100%!important;
}
}
@media(min-width: 768px){
.kenrow{
display: flex;
}
.col-sm-3{
width: 25%!important;
}
}
.introductionwrap{
background: linear-gradient(180deg,#ffbd1933 0,#ffbd194d 51%,#ffbd1957 70%,#7a51131a);
-pie-background: linear-gradient(180deg,#ffbd1933 0,#ffbd194d 51%,#ffbd1957 70%,#7a51131a);
behavior: url("/assets/ie_support/PIE2/PIE.htc");
padding: 40px 60px;
color: #eee;
font-weight: 300;
line-height: 35px;
font-size: 1.2rem;
text-align: justify;
}
.introduction{
display: flex;
.subtitle{
width: 30%;
font-weight: 300;
font-size: 1.5rem;
letter-spacing: 8px;
}
.subimg{
width: 70%;
}
}
@media(max-width:992px){
.introduction{
display: none;
}
.introductionwrap{
background: none;
padding: 10px;
font-size: 1rem;
line-height: 30px;
}
.moontext{
width: 100%!important;
flex-wrap: wrap;
.mooonimg{
width: 100%!important;
padding-left:0!important;
}
.mooonimgtwo{
width: 60%!important;
padding-left:0!important;
}
}
}
.moontext{
display: flex;
align-items: flex-end;
}
.introduction_activity{
border-bottom: 1px solid #ffbd194d;
padding-bottom: 10px;
margin-bottom: 50px;
}
.introbanner{
padding-bottom: 55px;
border-bottom: 1px solid #ffbd194d;
margin-bottom: 45px;
}
.Show_timeWrapper__367Gw{
display: flex;
}
.Show_dayWrapper__1FEbo{
font-size: 3.75rem;
margin-right: 25px;
font-weight: 300;
span{
font-size: 1.2rem;
margin-bottom: -107px;
display: block;
font-weight: 400;
}
}
.Exhibition_content__2ApBj{
display: flex;
margin-bottom: 35px;
margin-top: 10px;
}
.Exhibition_join__2q7Dt{
border: 1px solid #fff;
line-height: 30px;
padding: 10px;
height: 83px;
color: #fff;
font-size: 1.3rem;
letter-spacing: 4px;
width: 75px;
text-align: center;
margin-right: 4%;
}
.text-white{
font-size: .875em;
}
.designbox{
position: relative;
background: url(/assets/wave.png) top right no-repeat;
background-size: 100%;
-webkit-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
@media(max-width: $screen-xs){
background-size: 200%;
}
}
.designbox2{
position: relative;
background: url(/assets/wave2.png) bottom right no-repeat;
background-size: 100%;
-webkit-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
@media(max-width: $screen-xs){
background-size: 200%;
}
}
.animationcontentwrap2{
background-position-y: 150%;
}
.animationcontentwrap{
background-position-y: -2%;
}
//introtext
.intro{
@media(min-width: 769px){
margin:6em 0!important;
}
@media(max-width: 768px){
.introtext{
padding-top: 2em;
}
}
}
.intro2{
@media(min-width: 768px){
.zonestwo{
padding-top: 13.96vw;
}
.zonesthree{
padding-top: 5.36vw;
}
.zonesfour{
padding-top: 19.36vw;
}
.introtext{
padding-left: 3.2vw;
}
}
}
.intro,.intro2{
.introtext{
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);
}
.animationtext{
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);
}
}