|
@@ -3,6 +3,13 @@ $txt_delay: 0.2s;
|
|
|
$battery_time: 0.3s;
|
|
|
$num_time: 0.6s;
|
|
|
|
|
|
+.b-title{
|
|
|
+ color: #fff;
|
|
|
+ margin-bottom: 21px;
|
|
|
+}
|
|
|
+.b-label{
|
|
|
+ color: rgba(255,255,255,0.7);
|
|
|
+}
|
|
|
.product-layout {
|
|
|
overflow: hidden;
|
|
|
// background: url("~@/assets/images/background.jpg") top -135px center no-repeat;
|
|
@@ -18,7 +25,7 @@ $num_time: 0.6s;
|
|
|
vertical-align: middle;
|
|
|
margin-top: 20px;
|
|
|
&:first-child {
|
|
|
- padding: 0 12px 0 11px;
|
|
|
+ padding: 0 12px;
|
|
|
margin-right: 2px;
|
|
|
margin-left: 4px;
|
|
|
}
|
|
@@ -26,7 +33,7 @@ $num_time: 0.6s;
|
|
|
&:last-child {
|
|
|
line-height: 50px;
|
|
|
color: #414141;
|
|
|
- padding: 0 98px;
|
|
|
+ padding: 0 123px;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
}
|
|
@@ -51,55 +58,39 @@ $num_time: 0.6s;
|
|
|
overflow: hidden;
|
|
|
position: relative;
|
|
|
.product-img{
|
|
|
- width: 170px;
|
|
|
+ width: 180px;
|
|
|
}
|
|
|
.info {
|
|
|
display: inline-block;
|
|
|
- margin:40px 0 0 58px;
|
|
|
- width: 650px;
|
|
|
+ margin: 60px 0 0 140px;
|
|
|
+ width: 360px;
|
|
|
vertical-align: top;
|
|
|
- >h2 {
|
|
|
- color: #fff;
|
|
|
- font-size: 48px;
|
|
|
- animation: fadeUp 0.5s ease-out 1 both;
|
|
|
+ .txt-logo{
|
|
|
+ height: auto;
|
|
|
}
|
|
|
|
|
|
- >h2:last-of-type{
|
|
|
- letter-spacing: 0;
|
|
|
- font-weight: 100;
|
|
|
- margin: 6px 0 50px;
|
|
|
- animation: fadeUp 0.5s ease-out 1 both $txt_delay;
|
|
|
+ >h2 {
|
|
|
+ color: rgba(255,255,255,0.7);
|
|
|
font-size: 48px;
|
|
|
+ animation: fadeUp 0.5s ease-out 1 both;
|
|
|
+ font-weight: 500;
|
|
|
+ margin-top: 21px;
|
|
|
}
|
|
|
|
|
|
>p {
|
|
|
- color: #c4c3c3;
|
|
|
- margin: 10px 0 ;
|
|
|
- font-size: 18px;
|
|
|
- letter-spacing: 0.9px;
|
|
|
+ line-height: 26px;
|
|
|
position: relative;
|
|
|
left: 4px;
|
|
|
- animation: fadeUp 0.5s ease-out 1 both $txt_delay*2;
|
|
|
-
|
|
|
- }
|
|
|
- .p1{
|
|
|
- letter-spacing: 0.4px;
|
|
|
- margin: 10px 0 0;
|
|
|
-
|
|
|
+ animation: fadeUp 0.5s ease-out 1 both $txt_delay * 2;
|
|
|
}
|
|
|
- .p2{
|
|
|
- margin: 6px 0 0px;
|
|
|
- padding-bottom: 10px;
|
|
|
- display: inline-block;
|
|
|
+ .lite-line{
|
|
|
+ width: 100%;
|
|
|
+ height: 1px;
|
|
|
+ background: rgba($color: #ccc, $alpha: 0.4);
|
|
|
+ margin: 6px 0 6px 0;
|
|
|
}
|
|
|
-
|
|
|
- .money {
|
|
|
- margin-top: 15px;
|
|
|
- font-size: 36px;
|
|
|
- color: #fff;
|
|
|
- position: relative;
|
|
|
- left: -8px;
|
|
|
- letter-spacing: 1px;
|
|
|
+ .btns {
|
|
|
+ margin-top: 30px;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -114,9 +105,7 @@ $num_time: 0.6s;
|
|
|
.b-title {
|
|
|
color: #ffffff;
|
|
|
text-align: center;
|
|
|
- font-size: 48px;
|
|
|
margin:8px 0 71px;
|
|
|
- letter-spacing: 2.5px;
|
|
|
line-height: 45px;
|
|
|
animation: fadeUp 0.5s ease-out 1 both;
|
|
|
opacity: 0;
|
|
@@ -126,10 +115,11 @@ $num_time: 0.6s;
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
justify-content: center;
|
|
|
+ max-width: 1120px;
|
|
|
+ margin: 0 auto 80px;
|
|
|
.item {
|
|
|
float: left;
|
|
|
- width: 300px;
|
|
|
- margin-bottom: 80px;
|
|
|
+ width: 20%;
|
|
|
text-align: center;
|
|
|
animation: fadeUp 0.5s ease-out 1 both;
|
|
|
opacity: 0;
|
|
@@ -144,10 +134,9 @@ $num_time: 0.6s;
|
|
|
}
|
|
|
|
|
|
h3 {
|
|
|
- font-size: 20px;
|
|
|
- color: #ffffff;
|
|
|
+ color: rgba($color: #fff, $alpha: 0.7);
|
|
|
font-weight: 500;
|
|
|
- margin:26px 0 5px;
|
|
|
+ margin:20px 0 80px;
|
|
|
}
|
|
|
|
|
|
p {
|
|
@@ -177,7 +166,6 @@ $num_time: 0.6s;
|
|
|
>h2 {
|
|
|
color: #fff;
|
|
|
font-size: 48px;
|
|
|
- letter-spacing: -1px;
|
|
|
margin-top: 6px;
|
|
|
animation: fadeUp 0.5s ease-out 1 both;
|
|
|
opacity: 0;
|
|
@@ -251,56 +239,41 @@ $num_time: 0.6s;
|
|
|
.plate03 {
|
|
|
overflow: hidden;
|
|
|
position: relative;
|
|
|
- padding: 140px 0 0;
|
|
|
+ padding: 140px 0 150px;
|
|
|
background: hsl(0, 0%, 10%);
|
|
|
.b-title {
|
|
|
- margin: 3px 9px 18px 0;
|
|
|
- font-weight: normal;
|
|
|
color: #fff;
|
|
|
animation: fadeUp 0.5s ease-out 1 both;
|
|
|
opacity: 0;
|
|
|
- line-height: 1.2;
|
|
|
}
|
|
|
|
|
|
.b-label {
|
|
|
- margin:0 10px 82px 0px;
|
|
|
font-weight: 300;
|
|
|
- font-size: 36px;
|
|
|
animation: fadeUp 0.5s ease-out 1 both $txt_delay;
|
|
|
opacity: 0;
|
|
|
}
|
|
|
|
|
|
- .info {
|
|
|
- width: 1200px;
|
|
|
- margin-left: 424px ;
|
|
|
- color: #fff;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
-
|
|
|
.front{
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
align-items: flex-start;
|
|
|
- margin: 138px 0 0 175px;
|
|
|
- width: 1260px;
|
|
|
+ margin: 0 0 0 175px;
|
|
|
.front-img{
|
|
|
- width: 550px;
|
|
|
+ width: 593px;
|
|
|
+ margin-top: 70px;
|
|
|
flex-shrink: 0;
|
|
|
animation: fadeUp 0.5s ease-out 1 both $txt_delay;
|
|
|
}
|
|
|
.f-right{
|
|
|
flex: 3;
|
|
|
margin-left: 52px;
|
|
|
+ .b-title{
|
|
|
+ margin-bottom: 21px;
|
|
|
+ max-width: 800px;
|
|
|
+ }
|
|
|
p{
|
|
|
- width: 600px;
|
|
|
- color: #fff;
|
|
|
- font-size: 18px;
|
|
|
- line-height: 36px;
|
|
|
- font-weight: 400;
|
|
|
+ max-width: 800px;
|
|
|
animation: fadeUp 0.5s ease-out 1 both $txt_delay;
|
|
|
- &:last-of-type{
|
|
|
- line-height: 48px;
|
|
|
- }
|
|
|
}
|
|
|
.f-params{
|
|
|
display: flex;
|
|
@@ -331,98 +304,28 @@ $num_time: 0.6s;
|
|
|
margin-top: 83px;
|
|
|
animation: fadeUp 0.5s ease-out 1 both $txt_delay*3;
|
|
|
width: 530px;
|
|
|
- // height: 265px;
|
|
|
overflow: hidden;
|
|
|
- // iframe,video{
|
|
|
- // width: 100%;
|
|
|
- // height: 100%;
|
|
|
- // }
|
|
|
video{
|
|
|
width: 100%;
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
}
|
|
|
.f-dec{
|
|
|
- color: #ccc;
|
|
|
- font-size: 12px;
|
|
|
- letter-spacing: 0.5px;
|
|
|
+ margin-top: 36px;
|
|
|
animation: fadeUp 0.5s ease-out 1 both $txt_delay*4;
|
|
|
- margin-top: 12px;
|
|
|
- }
|
|
|
-
|
|
|
- .f-intro{
|
|
|
- margin-top: 10px;
|
|
|
- p{
|
|
|
- font-size: 14px;
|
|
|
- line-height: 20px;
|
|
|
- color: #ccc;
|
|
|
- animation: fadeUp 0.5s ease-out 1 both $txt_delay*4;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .bottom{
|
|
|
- display: flex;
|
|
|
- justify-content: space-around;
|
|
|
- align-items: flex-start;
|
|
|
- margin: 202px 0 145px 175px;
|
|
|
- width: 1260px;
|
|
|
- .front-img{
|
|
|
- width: 550px;
|
|
|
- flex-shrink: 0;
|
|
|
- animation: fadeUp 0.5s ease-out 1 both;
|
|
|
- }
|
|
|
- .f-right{
|
|
|
- flex: 3;
|
|
|
- margin-left: 52px;
|
|
|
- .b-title{
|
|
|
- font-size: 36px;
|
|
|
- margin-bottom: 80px;
|
|
|
- animation: fadeUp 0.5s ease-out 1 both;
|
|
|
- }
|
|
|
- p{
|
|
|
- width: 600px;
|
|
|
- color: #fff;
|
|
|
- font-size: 16px;
|
|
|
- line-height: 36px;
|
|
|
- font-weight: 400;
|
|
|
- animation: fadeUp 0.5s ease-out 1 both $txt_delay;
|
|
|
- &:last-of-type{
|
|
|
- line-height: 60px;
|
|
|
- }
|
|
|
- }
|
|
|
- .f-params{
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
- margin-top: 175px;
|
|
|
- .f-div{
|
|
|
- text-align: center;
|
|
|
- position: relative;
|
|
|
- animation: fadeUp 0.5s ease-out 1 both $txt_delay*2;
|
|
|
- &:first-of-type{
|
|
|
- margin-right: 93px;
|
|
|
- }
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
|
|
|
.plate04{
|
|
|
background:#000;
|
|
|
- padding: 175px 0 130px;
|
|
|
+ padding: 1px 0 130px;
|
|
|
.info {
|
|
|
// width: 1200px;
|
|
|
- position: relative;
|
|
|
- left: -22px;
|
|
|
margin: 0 auto;
|
|
|
color: #fff;
|
|
|
text-align: center;
|
|
|
- .b-title {
|
|
|
- font-size: 48px;
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
.hsxp-layout{
|
|
@@ -482,38 +385,6 @@ $num_time: 0.6s;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- // .cgq-layout{
|
|
|
- // height: 0;
|
|
|
- // overflow: hidden;
|
|
|
- // display: flex;
|
|
|
- // justify-content: space-between;
|
|
|
- // align-items: center;
|
|
|
- // margin: 0 auto;
|
|
|
- // .cgq-imgcon{
|
|
|
- // animation: fadeUp 0.5s ease-out 1 both;
|
|
|
- // div{
|
|
|
- // width: 34vw;
|
|
|
- // height: 20vw;
|
|
|
- // margin-left: 280px;
|
|
|
- // background-image: url('~@/assets/images/sony.png');
|
|
|
- // background-repeat: no-repeat;
|
|
|
- // background-position: 0% 0px;
|
|
|
- // background-size: cover;
|
|
|
- // overflow-x: hidden;
|
|
|
- // will-change: background;
|
|
|
- // animation: xinpian-open 0.2s steps(5) forwards $ani_delay;
|
|
|
- // }
|
|
|
- // }
|
|
|
- // .cgq-right{
|
|
|
- // color: #fff;
|
|
|
- // position: relative;
|
|
|
- // right: 340px;
|
|
|
- // animation: fadeUp 0.5s ease-out 1 both;
|
|
|
- // text-align: right;
|
|
|
- // }
|
|
|
-
|
|
|
- // }
|
|
|
-
|
|
|
.jzxj-layout{
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
@@ -526,29 +397,23 @@ $num_time: 0.6s;
|
|
|
}
|
|
|
.jzxj-imgcon{
|
|
|
animation: fadeUp 0.5s ease-out 1 both;
|
|
|
- margin-right: 305px;
|
|
|
+ margin-right: 235px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.b-title {
|
|
|
- line-height: 60px;
|
|
|
animation: fadeUp 0.5s ease-out 1 both ;
|
|
|
opacity: 0;
|
|
|
- font-size: 36px;
|
|
|
}
|
|
|
|
|
|
.b-label {
|
|
|
- line-height: 60px;
|
|
|
- font-weight: lighter;
|
|
|
- font-size: 36px;
|
|
|
animation: fadeUp 0.5s ease-out 1 both $txt_delay;
|
|
|
opacity: 0;
|
|
|
- letter-spacing: 1px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.plate05{
|
|
|
- padding: 200px 0 0;
|
|
|
+ padding: 168px 0 0;
|
|
|
background: url('~@/assets/images/lin-bg.png') top center no-repeat;
|
|
|
background-size: 100% auto;
|
|
|
// .num-lighting{
|
|
@@ -560,23 +425,16 @@ $num_time: 0.6s;
|
|
|
// }
|
|
|
.b-title{
|
|
|
color: #fff;
|
|
|
- font-size: 36px;
|
|
|
- font-weight: 400;
|
|
|
- margin-bottom: 90px;
|
|
|
+ margin-bottom: 78px;
|
|
|
}
|
|
|
.b-label{
|
|
|
color: #fff;
|
|
|
- font-size: 36px;
|
|
|
- font-weight: 300;
|
|
|
margin-top: 20px;
|
|
|
}
|
|
|
|
|
|
.qingxidu{
|
|
|
text-align: center;
|
|
|
- padding: 0 0 200px;
|
|
|
- .c-qxd{
|
|
|
- }
|
|
|
-
|
|
|
+ padding: 0 0 150px;
|
|
|
.line-canvas{
|
|
|
margin-top: 40px;
|
|
|
}
|
|
@@ -587,17 +445,14 @@ $num_time: 0.6s;
|
|
|
span{
|
|
|
position: absolute;
|
|
|
right: calc(50% + 50px);
|
|
|
- top: 48%;
|
|
|
+ top: 50%;
|
|
|
transform: translate(0,-50%);
|
|
|
- font-size: 24px;
|
|
|
- color: #6b6b6c;
|
|
|
display: inline-block;
|
|
|
vertical-align: middle;
|
|
|
- margin-right: 10px;
|
|
|
}
|
|
|
img{
|
|
|
cursor: pointer;
|
|
|
- width: 80px;
|
|
|
+ width: 60px;
|
|
|
position: relative;
|
|
|
vertical-align: middle;
|
|
|
}
|
|
@@ -724,11 +579,53 @@ $num_time: 0.6s;
|
|
|
|
|
|
}
|
|
|
.ceju{
|
|
|
- padding: 0 0 160px;
|
|
|
+ padding: 0 0 120px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.plate06 {
|
|
|
+ background: linear-gradient(90deg, #000000 20%, #12141a 50%, #000000 90%);
|
|
|
+ background-color: #151515;
|
|
|
+ padding-top: 175px;
|
|
|
+
|
|
|
+ .info {
|
|
|
+ // width: 1200px;
|
|
|
+ position: relative;
|
|
|
+ left: -22px;
|
|
|
+ margin: 0 auto;
|
|
|
+ color: #fff;
|
|
|
+ text-align: center;
|
|
|
+ padding-bottom: 100px;
|
|
|
+ .boom {
|
|
|
+ width: 75vw;
|
|
|
+ margin: 0 auto;
|
|
|
+ height: 42vw;
|
|
|
+ background-image: url("https://4dscene.4dage.com/new4dkk/images/boomImg.png");
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: 0% 0px;
|
|
|
+ background-size: cover;
|
|
|
+ overflow-x: hidden;
|
|
|
+ will-change: background;
|
|
|
+ animation: boom-open 0.6s steps(37) forwards;
|
|
|
+ }
|
|
|
+ img {
|
|
|
+ height: 42vw;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .b-title {
|
|
|
+ animation: fadeUp 0.5s ease-out 1 both;
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .b-label {
|
|
|
+ font-weight: 300;
|
|
|
+ animation: fadeUp 0.5s ease-out 1 both $txt_delay;
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.plate07 {
|
|
|
padding: 172px 0 120px;
|
|
|
background-color: #151515;
|
|
|
.info {
|
|
@@ -773,9 +670,6 @@ $num_time: 0.6s;
|
|
|
.s-title{
|
|
|
margin-bottom: 11px;
|
|
|
}
|
|
|
- .s-value{
|
|
|
- letter-spacing: 1px;
|
|
|
- }
|
|
|
.s-params1{
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
@@ -814,11 +708,8 @@ $num_time: 0.6s;
|
|
|
}
|
|
|
|
|
|
.b-title{
|
|
|
- color: #fff;
|
|
|
text-align: center;
|
|
|
- font-size: 42px;
|
|
|
margin-bottom: 100px;
|
|
|
- letter-spacing: -1px;
|
|
|
animation: fadeUp 0.5s ease-out 1 both;
|
|
|
opacity: 0;
|
|
|
}
|
|
@@ -870,24 +761,21 @@ $num_time: 0.6s;
|
|
|
|
|
|
|
|
|
.hide5{
|
|
|
- .b-title,.b-label,p,.front-img,.f-div,.f-item{
|
|
|
+ .b-title,.b-label,p,.front-img,.f-div,.f-item,.hsxp-imgcon{
|
|
|
animation: fadeDown 0.5s ease-out 1 both!important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.hide6{
|
|
|
- .b-title,.b-label,.hsxp-imgcon{
|
|
|
- animation: fadeDown 0.5s ease-out 1 both!important;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.hide7,.hide8,.hide9{
|
|
|
+.hide6,.hide7,.hide8,.hide9{
|
|
|
.b-title,.b-label,.qmjt-imgcon,.qmjt-imgcon,.cgq-imgcon,.jzxj-imgcon{
|
|
|
animation: fadeDown 0.5s ease-out 1 both!important;
|
|
|
}
|
|
|
.cgq-imgcon div{
|
|
|
animation: xinpian-close 0.2s steps(5) forwards $ani_delay!important;
|
|
|
}
|
|
|
+ .boom {
|
|
|
+ animation: boom-close 0.6s steps(37) forwards !important;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.hide10{
|
|
@@ -1063,6 +951,24 @@ $num_time: 0.6s;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+@keyframes boom-open {
|
|
|
+ 0% {
|
|
|
+ background-position: 0 0px;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ background-position: 100% 0px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes boom-close {
|
|
|
+ 0% {
|
|
|
+ background-position: 100% 0px;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ background-position: 0 0px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (max-width: 1600px) {
|
|
|
.product-layout{
|
|
|
.plate01{
|
|
@@ -1137,6 +1043,7 @@ $num_time: 0.6s;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.plate06{
|
|
|
.info{
|
|
|
img{
|