You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
906 B
59 lines
906 B
@import "./_global.scss";
|
|
$red: #ff0000;
|
|
html,
|
|
body {
|
|
width: 100%;
|
|
// overflow-x: hidden;
|
|
}
|
|
|
|
.border-right {
|
|
&::after {
|
|
position: absolute;
|
|
content: " ";
|
|
height: 100%;
|
|
width: 1px;
|
|
background-color: #fff;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
}
|
|
$layerWidth:1920px;
|
|
$designWidth:1920px;
|
|
@media screen and (max-width:1024px) {
|
|
.s1920{
|
|
width: $layerWidth;
|
|
}
|
|
}
|
|
|
|
.s1920{
|
|
width: 1920px;
|
|
}
|
|
.s1920 .layer {
|
|
width: 1366px;
|
|
}
|
|
|
|
@function bq($v) {
|
|
@return $v*$layerWidth/$designWidth+px;
|
|
}
|
|
|
|
.m-auto {
|
|
margin: 0 auto;
|
|
}
|
|
.p-auto {
|
|
padding: 0 auto;
|
|
}
|
|
|
|
.f18d_b{
|
|
font-size: bq(18);
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
letter-spacing: 0px;
|
|
color: #2078be;
|
|
}
|
|
.f18d_g{
|
|
font-size: bq(18);
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
letter-spacing: 0px;
|
|
color: #4b4b4b;
|
|
}
|