add style to fix sizes of 1980px W +
This commit is contained in:
parent
d9dbf690db
commit
d53ad46486
@ -690,11 +690,16 @@ responsive land custom
|
|||||||
}
|
}
|
||||||
|
|
||||||
#china_achievements {
|
#china_achievements {
|
||||||
margin-top: 0;
|
margin-top: 32rem;
|
||||||
padding: 1rem 172px 0;
|
padding: 1rem 172px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#full_creative {
|
#full_creative {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
#our_team{
|
||||||
|
.title{
|
||||||
|
margin-top: 18rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,24 @@ html {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#hand {
|
.large-texts {
|
||||||
|
font-size: 60px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 600;
|
||||||
|
letter-spacing: -0.04em;
|
||||||
|
line-height: 110%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#cover {
|
||||||
|
background: url("/assets/img/BG 1.png") center no-repeat;
|
||||||
|
background-size: cover;
|
||||||
|
#cover-handle {
|
||||||
|
float: left;
|
||||||
|
height: 25vh;
|
||||||
|
top: 25vh;
|
||||||
|
}
|
||||||
|
#hand {
|
||||||
background: url("/assets/img/hand 1.png") center;
|
background: url("/assets/img/hand 1.png") center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
@ -19,31 +36,11 @@ html {
|
|||||||
top: 0;
|
top: 0;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main_title_container {
|
|
||||||
backdrop-filter: blur(3px);
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
z-index: 2;
|
|
||||||
}
|
|
||||||
|
|
||||||
#cover {
|
|
||||||
background: url("/assets/img/BG 1.png") center no-repeat;
|
|
||||||
background-size: cover;
|
|
||||||
|
|
||||||
.title-container {
|
.title-container {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
#cover-handle {
|
|
||||||
float: left;
|
|
||||||
height: 25vh;
|
|
||||||
top: 25vh;
|
|
||||||
}
|
|
||||||
|
|
||||||
#cover {
|
|
||||||
h2 {
|
h2 {
|
||||||
color: #fffdfc;
|
color: #fffdfc;
|
||||||
font-family: "GT Walsheim Pro";
|
font-family: "GT Walsheim Pro";
|
||||||
@ -58,6 +55,32 @@ html {
|
|||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main_title_container {
|
||||||
|
backdrop-filter: blur(3px);
|
||||||
|
z-index: 2;
|
||||||
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
|
position: relative;
|
||||||
|
top: -95vh;
|
||||||
|
|
||||||
|
#main_title {
|
||||||
|
background: url("/assets/img/sesame.png") no-repeat;
|
||||||
|
background-size: contain;
|
||||||
|
box-sizing: border-box;
|
||||||
|
font-weight: 500;
|
||||||
|
min-height: 35vw;
|
||||||
|
margin: 0 auto;
|
||||||
|
position: relative;
|
||||||
|
top: 4rem;
|
||||||
|
width: 95vw;
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
margin-top: 5vh;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
backdrop-filter: blur(3px);
|
backdrop-filter: blur(3px);
|
||||||
background: linear-gradient(329.49deg, rgba(255, 216, 244, 0) 34.06%, rgba(255, 207, 242, 0.2) 77.26%);
|
background: linear-gradient(329.49deg, rgba(255, 216, 244, 0) 34.06%, rgba(255, 207, 242, 0.2) 77.26%);
|
||||||
@ -78,30 +101,8 @@ html {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#main_title_container {
|
|
||||||
text-align: center;
|
|
||||||
width: 100%;
|
|
||||||
position: relative;
|
|
||||||
top: -95vh;
|
|
||||||
}
|
|
||||||
|
|
||||||
#main_title {
|
#welcome {
|
||||||
background: url("/assets/img/sesame.png") no-repeat;
|
|
||||||
background-size: contain;
|
|
||||||
box-sizing: border-box;
|
|
||||||
font-weight: 500;
|
|
||||||
min-height: 35vw;
|
|
||||||
margin: 0 auto;
|
|
||||||
position: relative;
|
|
||||||
top: 4rem;
|
|
||||||
width: 95vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
#main_title_container h2 {
|
|
||||||
margin-top: 5vh;
|
|
||||||
}
|
|
||||||
|
|
||||||
#welcome {
|
|
||||||
background: #000;
|
background: #000;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-shadow: 0 0 1rem #333;
|
text-shadow: 0 0 1rem #333;
|
||||||
@ -131,47 +132,49 @@ html {
|
|||||||
background: url("/assets/img/section2_phone.png");
|
background: url("/assets/img/section2_phone.png");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.phones-land {
|
.phones-land {
|
||||||
float: left;
|
float: left;
|
||||||
position: static;
|
position: static;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
|
||||||
|
|
||||||
#phone-watches-1 {
|
#phone-watches-1 {
|
||||||
height: 690px;
|
height: 690px;
|
||||||
left: -137px;
|
left: -137px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 1531px;
|
top: 1531px;
|
||||||
width: 345px;
|
width: 345px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#phone-watches-2 {
|
#phone-watches-2 {
|
||||||
filter: blur(2px);
|
filter: blur(2px);
|
||||||
height: 176px;
|
height: 176px;
|
||||||
left: -200px;
|
left: -200px;
|
||||||
top: 470px;
|
top: 470px;
|
||||||
width: 88px;
|
width: 88px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#phone-watches-3 {
|
#phone-watches-3 {
|
||||||
filter: blur(4px);
|
filter: blur(4px);
|
||||||
height: 342px;
|
height: 342px;
|
||||||
left: 916px;
|
left: 916px;
|
||||||
top: 475px;
|
top: 475px;
|
||||||
width: 171px;
|
width: 171px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#phone-watches-4 {
|
#phone-watches-4 {
|
||||||
filter: blur(6px);
|
filter: blur(6px);
|
||||||
height: 550px;
|
height: 550px;
|
||||||
left: 1222px;
|
left: 1222px;
|
||||||
top: 523px;
|
top: 523px;
|
||||||
width: 275px;
|
width: 275px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#open {
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#open {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: rgba(248, 243, 241, 0.1);
|
color: rgba(248, 243, 241, 0.1);
|
||||||
font-size: 200px;
|
font-size: 200px;
|
||||||
@ -190,32 +193,32 @@ html {
|
|||||||
margin-bottom: 400px;
|
margin-bottom: 400px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#unlock, unlock_white {
|
#unlock, unlock_white {
|
||||||
min-height: 20%;
|
min-height: 20%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
min-height: 400px;
|
min-height: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#unlock {
|
#unlock {
|
||||||
top: -499px;
|
top: -499px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#unlock_white {
|
#unlock_white {
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
margin-top: -54vh;
|
margin-top: -54vh;
|
||||||
height: 37vh;
|
height: 37vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
#open-handle {
|
#open-handle {
|
||||||
float: left;
|
float: left;
|
||||||
height: 20vh;
|
height: 20vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
top: 50vh;
|
top: 50vh;
|
||||||
@ -224,26 +227,26 @@ html {
|
|||||||
h2 {
|
h2 {
|
||||||
margin-top: 33vh;
|
margin-top: 33vh;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#content_all {
|
#content_all {
|
||||||
color: #fffdfc;
|
color: #fffdfc;
|
||||||
padding-top: 50vh;
|
padding-top: 50vh;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 120%;
|
width: 120%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content_all_img {
|
#content_all_img {
|
||||||
background: url("/assets/img/bg_content.png");
|
background: url("/assets/img/bg_content.png");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
height: 150vh;
|
height: 150vh;
|
||||||
left: 0;
|
left: 0;
|
||||||
margin-top: -50vh;
|
margin-top: -50vh;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content_all {
|
#content_all {
|
||||||
.columns {
|
.columns {
|
||||||
font-size: 100px;
|
font-size: 100px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
@ -271,10 +274,10 @@ html {
|
|||||||
.text {
|
.text {
|
||||||
text-shadow: 0 0 1rem #333;
|
text-shadow: 0 0 1rem #333;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#content_all {
|
#content_all {
|
||||||
.columns > .column:nth-of-type(1) {
|
.columns > .column:nth-of-type(1) {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
letter-spacing: -0.04em;
|
letter-spacing: -0.04em;
|
||||||
@ -284,9 +287,9 @@ html {
|
|||||||
.color-emphasis {
|
.color-emphasis {
|
||||||
color: #1e33da;
|
color: #1e33da;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#content_first {
|
#content_first {
|
||||||
backdrop-filter: blur(5px);
|
backdrop-filter: blur(5px);
|
||||||
color: #e77064;
|
color: #e77064;
|
||||||
flex: none;
|
flex: none;
|
||||||
@ -308,9 +311,9 @@ html {
|
|||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content_second {
|
#content_second {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
right: -20vw;
|
right: -20vw;
|
||||||
backdrop-filter: blur(5px);
|
backdrop-filter: blur(5px);
|
||||||
@ -329,17 +332,17 @@ html {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flip-handle {
|
.flip-handle {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
height: 20vh;
|
height: 20vh;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -20vh;
|
top: -20vh;
|
||||||
width: 2vw;
|
width: 2vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flip-container {
|
.flip-container {
|
||||||
color: #fffdfc;
|
color: #fffdfc;
|
||||||
padding-top: 15vh;
|
padding-top: 15vh;
|
||||||
transform-origin: right;
|
transform-origin: right;
|
||||||
@ -439,39 +442,46 @@ html {
|
|||||||
width: 198px;
|
width: 198px;
|
||||||
transition: all ease-in 1.5s;
|
transition: all ease-in 1.5s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#content-2 {
|
#content-2 {
|
||||||
margin-top: 50vh;
|
margin-top: 50vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
#flipping_zone {
|
#flipping_zone {
|
||||||
margin-top: -100vh;
|
margin-top: -100vh;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
#popover {
|
#popover {
|
||||||
background: url("/assets/img/bg_pink.png") no-repeat;
|
background: url("/assets/img/bg_pink.png") no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
||||||
.text-title{
|
.text-title {
|
||||||
font-family: "GT Walsheim Pro";
|
font-family: "GT Walsheim Pro";
|
||||||
@extend .large-texts;
|
|
||||||
|
font-size: 60px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 600;
|
||||||
|
letter-spacing: -0.04em;
|
||||||
|
line-height: 110%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark-emphasis {
|
.dark-emphasis {
|
||||||
color: #3b3b49;
|
color: #3b3b49;
|
||||||
}
|
}
|
||||||
|
|
||||||
.color-emphasis {
|
.color-emphasis {
|
||||||
color: #e77064;
|
color: #e77064;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.slider-screen {
|
.slider-screen {
|
||||||
.text {
|
.text {
|
||||||
left: 55vw;
|
left: 55vw;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -483,9 +493,9 @@ html {
|
|||||||
.text-title {
|
.text-title {
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.phone-container {
|
.phone-container {
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
width: 411px;
|
width: 411px;
|
||||||
|
|
||||||
@ -511,9 +521,9 @@ html {
|
|||||||
height: 700px;
|
height: 700px;
|
||||||
width: 350px;
|
width: 350px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.slider-screen .phone-container {
|
.slider-screen .phone-container {
|
||||||
background: url("/assets/img/phone_cream.png") no-repeat;
|
background: url("/assets/img/phone_cream.png") no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
@ -522,16 +532,16 @@ html {
|
|||||||
position: relative;
|
position: relative;
|
||||||
top: 20vh;
|
top: 20vh;
|
||||||
width: 411px;
|
width: 411px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.close-button {
|
.close-button {
|
||||||
float: right;
|
float: right;
|
||||||
position: relative;
|
position: relative;
|
||||||
right: 40px;
|
right: 40px;
|
||||||
top: 56px;
|
top: 56px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arrow-left {
|
.arrow-left {
|
||||||
backdrop-filter: blur(5px);
|
backdrop-filter: blur(5px);
|
||||||
background: linear-gradient(310.41deg, rgba(255, 255, 255, 0.3) 10.9%, rgba(255, 255, 255, 0) 81.35%);
|
background: linear-gradient(310.41deg, rgba(255, 255, 255, 0.3) 10.9%, rgba(255, 255, 255, 0) 81.35%);
|
||||||
border: solid 2px #1e33da;
|
border: solid 2px #1e33da;
|
||||||
@ -539,9 +549,9 @@ html {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
transform: matrix(-1, 0, 0, 1, 0, 0);
|
transform: matrix(-1, 0, 0, 1, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.arrow-right {
|
.arrow-right {
|
||||||
backdrop-filter: blur(5px);
|
backdrop-filter: blur(5px);
|
||||||
background: linear-gradient(310.41deg, rgba(255, 255, 255, 0.3) 10.9%, rgba(255, 255, 255, 0) 81.35%);
|
background: linear-gradient(310.41deg, rgba(255, 255, 255, 0.3) 10.9%, rgba(255, 255, 255, 0) 81.35%);
|
||||||
border: solid 2px #1e33da;
|
border: solid 2px #1e33da;
|
||||||
@ -553,16 +563,16 @@ html {
|
|||||||
position: relative;
|
position: relative;
|
||||||
top: 50vh;
|
top: 50vh;
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.arrow-left {
|
.arrow-left {
|
||||||
float: left;
|
float: left;
|
||||||
left: 40px;
|
left: 40px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 50vh;
|
top: 50vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bullets {
|
.bullets {
|
||||||
left: 0;
|
left: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 30vh;
|
top: 30vh;
|
||||||
@ -570,16 +580,22 @@ html {
|
|||||||
img {
|
img {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#portfolio {
|
#portfolio {
|
||||||
background: url("/assets/img/bg_grey.jpg") no-repeat;
|
background: url("/assets/img/bg_grey.jpg") no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
color: white;
|
color: white;
|
||||||
.text-title{
|
|
||||||
|
.text-title {
|
||||||
font-family: "GT Walsheim Pro";
|
font-family: "GT Walsheim Pro";
|
||||||
@extend .large-texts;
|
|
||||||
|
font-size: 60px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 600;
|
||||||
|
letter-spacing: -0.04em;
|
||||||
|
line-height: 110%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.color-emphasis {
|
.color-emphasis {
|
||||||
@ -593,9 +609,9 @@ html {
|
|||||||
height: 776px;
|
height: 776px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#coming_soon {
|
#coming_soon {
|
||||||
background: #2b74b1;
|
background: #2b74b1;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
color: white;
|
color: white;
|
||||||
@ -603,23 +619,24 @@ html {
|
|||||||
height: 50vh;
|
height: 50vh;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
padding-top: 50vh;
|
padding-top: 50vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding-bottom: 50vh;
|
padding-bottom: 50vh;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
font-family: "GT Walsheim Pro", Arial;
|
font-family: "GT Walsheim Pro", Arial;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
section {
|
section {
|
||||||
font-family: "GT Walsheim Pro", Arial;
|
font-family: "GT Walsheim Pro", Arial;
|
||||||
height: 120vh;
|
height: 120vh;
|
||||||
min-height: 120vh;
|
min-height: 120vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
color: #fffdfc;
|
color: #fffdfc;
|
||||||
font-size: 60px;
|
font-size: 60px;
|
||||||
@ -637,25 +654,25 @@ main {
|
|||||||
.credits {
|
.credits {
|
||||||
margin-top: 10vh;
|
margin-top: 10vh;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#sprint_4 {
|
#sprint_4 {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary-color {
|
.primary-color {
|
||||||
color: #1e33da !important;
|
color: #1e33da !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.secondary-color {
|
.secondary-color {
|
||||||
color: #e77064 !important;
|
color: #e77064 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark-color {
|
.dark-color {
|
||||||
color: #020225 !important;
|
color: #020225 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#transactionnal_webdesign {
|
#transactionnal_webdesign {
|
||||||
background: url("/assets/img/header_webdesign.png"), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 74.66%);
|
background: url("/assets/img/header_webdesign.png"), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 74.66%);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
font-family: "GT Walsheim Pro";
|
font-family: "GT Walsheim Pro";
|
||||||
@ -715,9 +732,9 @@ main {
|
|||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
line-height: 130%;
|
line-height: 130%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1300px) {
|
@media screen and (max-width: 1300px) {
|
||||||
#transactionnal_webdesign {
|
#transactionnal_webdesign {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
padding-top: 5vh;
|
padding-top: 5vh;
|
||||||
@ -730,9 +747,9 @@ main {
|
|||||||
font-size: 10rem !important;
|
font-size: 10rem !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#carry {
|
#carry {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: white;
|
background: white;
|
||||||
padding-top: 20vh;
|
padding-top: 20vh;
|
||||||
@ -845,9 +862,9 @@ main {
|
|||||||
left: 0;
|
left: 0;
|
||||||
top: -141vh;
|
top: -141vh;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#kyc {
|
#kyc {
|
||||||
font-family: "GT Walsheim Pro";
|
font-family: "GT Walsheim Pro";
|
||||||
background: white;
|
background: white;
|
||||||
padding-top: 25vh;
|
padding-top: 25vh;
|
||||||
@ -1024,12 +1041,12 @@ main {
|
|||||||
width: 288px;
|
width: 288px;
|
||||||
height: 360px;
|
height: 360px;
|
||||||
left: 1124px;
|
left: 1124px;
|
||||||
top: 10 vh;
|
top: 10vh;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
#china {
|
#china {
|
||||||
background-color: #141373;
|
background-color: #141373;
|
||||||
height: 1060px;
|
height: 1060px;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
@ -1146,9 +1163,9 @@ main {
|
|||||||
.hide-on-medium {
|
.hide-on-medium {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1300px) {
|
@media screen and (max-width: 1300px) {
|
||||||
#china {
|
#china {
|
||||||
.show-on-medium {
|
.show-on-medium {
|
||||||
display: none;
|
display: none;
|
||||||
@ -1182,9 +1199,9 @@ main {
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#we_develop {
|
#we_develop {
|
||||||
height: 150vh;
|
height: 150vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
display: block;
|
display: block;
|
||||||
@ -1313,9 +1330,9 @@ main {
|
|||||||
.rotated {
|
.rotated {
|
||||||
transform: rotate(180deg);
|
transform: rotate(180deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#full_creative {
|
#full_creative {
|
||||||
background: white;
|
background: white;
|
||||||
min-height: 120vh;
|
min-height: 120vh;
|
||||||
|
|
||||||
@ -1359,9 +1376,9 @@ main {
|
|||||||
img {
|
img {
|
||||||
max-width: 80vw;
|
max-width: 80vw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#our_team {
|
#our_team {
|
||||||
background: white;
|
background: white;
|
||||||
padding-top: 5rem;
|
padding-top: 5rem;
|
||||||
padding-left: 2rem;
|
padding-left: 2rem;
|
||||||
@ -1404,9 +1421,9 @@ main {
|
|||||||
padding: 0 2em;
|
padding: 0 2em;
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#china_achievements {
|
#china_achievements {
|
||||||
margin-top: 5rem;
|
margin-top: 5rem;
|
||||||
background: white;
|
background: white;
|
||||||
min-height: 50vh;
|
min-height: 50vh;
|
||||||
@ -1441,9 +1458,9 @@ main {
|
|||||||
.offset-left-columns {
|
.offset-left-columns {
|
||||||
margin-left: -10rem;
|
margin-left: -10rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#baozun_group {
|
#baozun_group {
|
||||||
margin-top: 150px;
|
margin-top: 150px;
|
||||||
background: url("/assets/img/baozun.jpg") no-repeat;
|
background: url("/assets/img/baozun.jpg") no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
@ -1459,9 +1476,9 @@ main {
|
|||||||
letter-spacing: -0.04em;
|
letter-spacing: -0.04em;
|
||||||
padding-top: 464px;
|
padding-top: 464px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.counter-block {
|
.counter-block {
|
||||||
.big-number {
|
.big-number {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 140px;
|
font-size: 140px;
|
||||||
@ -1483,6 +1500,9 @@ main {
|
|||||||
margin-left: 80px;
|
margin-left: 80px;
|
||||||
border-radius: 80px;
|
border-radius: 80px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media all and (min-width: 601px) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user