|
|
@ -149,6 +149,8 @@ export default { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.wrap{ |
|
|
|
.wrap{ |
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
min-height: calc(100vh - 68px); |
|
|
|
.sth{ |
|
|
|
.sth{ |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
&.cp{ |
|
|
|
&.cp{ |
|
|
@ -162,7 +164,7 @@ export default { |
|
|
|
height: 100%; |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
} |
|
|
|
.integrated-counter{ |
|
|
|
.integrated-counter{ |
|
|
|
top: -5%; |
|
|
|
top: -14%; |
|
|
|
left: 24%; |
|
|
|
left: 24%; |
|
|
|
width: 43%; |
|
|
|
width: 43%; |
|
|
|
transition: all .5s; |
|
|
|
transition: all .5s; |
|
|
@ -177,7 +179,7 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.international{ |
|
|
|
.international{ |
|
|
|
top: 0; |
|
|
|
top: -9%; |
|
|
|
left: 72%; |
|
|
|
left: 72%; |
|
|
|
width: 28%; |
|
|
|
width: 28%; |
|
|
|
transition: all .5s; |
|
|
|
transition: all .5s; |
|
|
@ -193,19 +195,18 @@ export default { |
|
|
|
.name{ |
|
|
|
.name{ |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
top: 23%; |
|
|
|
top: 23%; |
|
|
|
left: 54%; |
|
|
|
right: 0; |
|
|
|
@include nameTip; |
|
|
|
@include nameTip; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.manager{ |
|
|
|
.manager{ |
|
|
|
top: 47%; |
|
|
|
bottom: 0; |
|
|
|
left: 59%; |
|
|
|
left: 57%; |
|
|
|
width: 39%; |
|
|
|
width: 39%; |
|
|
|
transition: all .5s; |
|
|
|
transition: all .5s; |
|
|
|
&:hover{ |
|
|
|
&:hover{ |
|
|
|
z-index: 9999; |
|
|
|
bottom: 10px; |
|
|
|
top: calc(47% - 10px); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.name { |
|
|
|
.name { |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
@ -215,35 +216,35 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.credit-dep{ |
|
|
|
.credit-dep{ |
|
|
|
top: 35%; |
|
|
|
top: 31%; |
|
|
|
left: 0; |
|
|
|
left: 0; |
|
|
|
width: 20%; |
|
|
|
width: 20%; |
|
|
|
transition: all .5s; |
|
|
|
transition: all .5s; |
|
|
|
&:hover{ |
|
|
|
&:hover{ |
|
|
|
top: 33%; |
|
|
|
top: 29%; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.company-finance{ |
|
|
|
.company-finance{ |
|
|
|
top: 55%; |
|
|
|
top: 52%; |
|
|
|
left: 9%; |
|
|
|
left: 9%; |
|
|
|
width: 28%; |
|
|
|
width: 28%; |
|
|
|
transition: all .5s; |
|
|
|
transition: all .5s; |
|
|
|
&:hover{ |
|
|
|
&:hover{ |
|
|
|
top: 53%; |
|
|
|
top: 50%; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.personal-finance{ |
|
|
|
.personal-finance{ |
|
|
|
top: 72%; |
|
|
|
bottom: 0; |
|
|
|
left: 25%; |
|
|
|
left: 25%; |
|
|
|
width: 30%; |
|
|
|
width: 30%; |
|
|
|
transition: all .5s; |
|
|
|
transition: all .5s; |
|
|
|
&:hover{ |
|
|
|
&:hover{ |
|
|
|
top: 70%; |
|
|
|
bottom: 10px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.case{ |
|
|
|
.case{ |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
top: 160px; |
|
|
|
top: 92px; |
|
|
|
left: 150px; |
|
|
|
left: 150px; |
|
|
|
width: 150px; |
|
|
|
width: 150px; |
|
|
|
height: 50px; |
|
|
|
height: 50px; |
|
|
@ -260,18 +261,23 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
@media(max-width: 1440px){ |
|
|
|
@media(max-width: 1440px){ |
|
|
|
.credit-dep{ |
|
|
|
.credit-dep{ |
|
|
|
top: 36%; |
|
|
|
top: 32%; |
|
|
|
} |
|
|
|
} |
|
|
|
.company-finance{ |
|
|
|
.company-finance{ |
|
|
|
top: 58%; |
|
|
|
top: 53%; |
|
|
|
} |
|
|
|
} |
|
|
|
.personal-finance{ |
|
|
|
.personal-finance{ |
|
|
|
top: 74%; |
|
|
|
top: 72%; |
|
|
|
} |
|
|
|
} |
|
|
|
.integrated-counter{ |
|
|
|
.integrated-counter{ |
|
|
|
width: 44%; |
|
|
|
width: 44%; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@media(max-width: 1300px){ |
|
|
|
|
|
|
|
& { |
|
|
|
|
|
|
|
min-height: calc(100vh - 76px); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.coming{ |
|
|
|
.coming{ |
|
|
|
position: fixed; |
|
|
|
position: fixed; |
|
|
|