Line 105: | Line 105: | ||
width: 130px; | width: 130px; | ||
height: 130px; | height: 130px; | ||
− | background-color: | + | background-color: #4b5165; |
/* opacity: 0.9; */ | /* opacity: 0.9; */ | ||
− | box-shadow: 0px 4px 5px 0px | + | box-shadow: 0px 4px 5px 0px #454959!important; |
} | } | ||
Line 141: | Line 141: | ||
.header_area.sticky { | .header_area.sticky { | ||
padding: 0.8em 1em; | padding: 0.8em 1em; | ||
− | background-color: | + | background-color: #4b5165; |
− | + | box-shadow: 0px 2px 5px #454959!important; | |
− | box-shadow: | + | |
} | } | ||
Line 356: | Line 355: | ||
.pageHeadline { | .pageHeadline { | ||
position: relative; | position: relative; | ||
− | top: | + | display: flex; |
− | + | justify-content: center; | |
+ | align-items: center; | ||
+ | width: 100vw; | ||
+ | height: 70vh; | ||
+ | |||
+ | } | ||
+ | |||
+ | .pageHeadline span{ | ||
+ | position: relative; | ||
+ | top: 6%; | ||
+ | height: 72px; | ||
+ | width: 62%; | ||
text-align: center; | text-align: center; | ||
font-family: 'britanic'; | font-family: 'britanic'; | ||
− | font-size: | + | font-size: 72px; |
letter-spacing: 10px; | letter-spacing: 10px; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
color: snow; | color: snow; | ||
border-bottom: 5px solid snow; | border-bottom: 5px solid snow; | ||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Line 381: | Line 387: | ||
font-family: 'britanic',sans-serif; | font-family: 'britanic',sans-serif; | ||
font-weight: 500; | font-weight: 500; | ||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Line 392: | Line 394: | ||
margin: 0; | margin: 0; | ||
text-align: justify; | text-align: justify; | ||
+ | color: #21242d;; | ||
} | } | ||
Line 401: | Line 404: | ||
.page{ | .page{ | ||
border-radius: 0.3em; | border-radius: 0.3em; | ||
− | box-shadow: 2px 2px 20px | + | box-shadow: 2px 2px 20px; |
− | background-color: | + | background-color: #2e323e !important; |
z-index: 2; | z-index: 2; | ||
} | } | ||
Line 457: | Line 460: | ||
font-size: 18px !important; | font-size: 18px !important; | ||
line-height: 1.5em; | line-height: 1.5em; | ||
− | color: | + | color: snow; |
} | } | ||
− | .xjtuText p | + | .xjtuText p b{ |
− | color: | + | color: #7298ff !important; |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
+ | |||
.xjtuText .imgWrapper { | .xjtuText .imgWrapper { | ||
Line 492: | Line 493: | ||
} | } | ||
− | . | + | .xjtuText .hoverHighlight::before { |
− | background-color: | + | transform: scaleX(0); |
+ | transform-origin: bottom right; | ||
+ | } | ||
+ | |||
+ | .xjtuText .hoverHighlight:hover::before{ | ||
+ | transform: scaleX(1); | ||
+ | transform-origin: bottom left; | ||
+ | } | ||
+ | |||
+ | .xjtuText .hoverHighlight::before { | ||
+ | content: " "; | ||
+ | display: block; | ||
+ | position: absolute; | ||
+ | top: 0; right: 0; bottom: 0; left: 0; | ||
+ | inset: 0 0 0 0; | ||
+ | background: hsl(200 100% 80%); | ||
+ | z-index: -1; | ||
+ | transition: transform .3s ease; | ||
+ | } | ||
+ | |||
+ | .highlightBox { | ||
+ | background-color: #3a3f4f; | ||
+ | padding: 10%; | ||
+ | border-radius: 15px; | ||
} | } | ||
Line 626: | Line 650: | ||
.app-icon a .fa-twitter-square:hover { | .app-icon a .fa-twitter-square:hover { | ||
color: #45cbf4 | color: #45cbf4 | ||
− | |||
− | |||
− | |||
} | } | ||
.app-icon a .fa-instagram:hover { | .app-icon a .fa-instagram:hover { | ||
Line 635: | Line 656: | ||
.app-icon a .fa-weixin:hover { | .app-icon a .fa-weixin:hover { | ||
color: #04BE02; | color: #04BE02; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Line 668: | Line 683: | ||
.tooltip__base { | .tooltip__base { | ||
position: absolute; | position: absolute; | ||
− | bottom: | + | bottom: 1em; |
− | left: | + | left: 15%; |
margin-left: -150px; | margin-left: -150px; | ||
− | width: | + | width: 480px; |
− | height: | + | height: 360px; |
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
Line 686: | Line 701: | ||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
− | width: | + | width: 80%; |
padding: 0 1em; | padding: 0 1em; | ||
opacity: 0; | opacity: 0; | ||
− | font-size: 0. | + | font-size: 0.6em; |
+ | line-height: 1.2em; | ||
} | } | ||
Line 702: | Line 718: | ||
.tooltip__shape { | .tooltip__shape { | ||
− | fill: # | + | fill: #eee; |
} | } | ||
Line 1,134: | Line 1,150: | ||
.dialogButton{ | .dialogButton{ | ||
width: 200px; | width: 200px; | ||
− | border: solid 2px | + | border: solid 2px #2347a3; |
− | + | background-color: #2347a3; | |
− | background-color: | + | |
padding: .5em; | padding: .5em; | ||
font-family: 'montserrat'; | font-family: 'montserrat'; |
Revision as of 13:25, 4 September 2021