|
@@ -98,6 +98,9 @@ body{
|
|
|
display:table;
|
|
|
text-align:center;
|
|
|
}
|
|
|
+.btn-login{
|
|
|
+ background: rgba(47, 84, 235, 1);
|
|
|
+}
|
|
|
.logoText{
|
|
|
padding-left: 10px;
|
|
|
font-weight: 500;
|
|
@@ -139,26 +142,27 @@ body{
|
|
|
}
|
|
|
.bannerTitle1{
|
|
|
color: rgba(47, 84, 235, 1);
|
|
|
- transition: all 0.4s ease-in 0s;
|
|
|
- transform: translateX(-400px);
|
|
|
+ /*transition: all 0.4s ease-in 0s;
|
|
|
+ transform: translateX(-400px);*/
|
|
|
}
|
|
|
.bannerTitle2{
|
|
|
color: rgba(0, 0, 0, 0.8);
|
|
|
- transition: all 0.8s ease-in 0s;
|
|
|
- transform: translateX(-600px);
|
|
|
+ /*transition: all 0.8s ease-in 0s;
|
|
|
+ transform: translateX(-600px);*/
|
|
|
}
|
|
|
.bannerTitle3{
|
|
|
color: rgba(0, 0, 0, 0.5);
|
|
|
font-size: 24px;
|
|
|
- transition: all 1.2s ease-in 0s;
|
|
|
- transform: translateX(-600px);
|
|
|
+ /*transition: all 1.2s ease-in 0s;
|
|
|
+ transform: translateX(-600px);*/
|
|
|
}
|
|
|
.btnHand{
|
|
|
font-size: 24px;
|
|
|
font-weight: 500;
|
|
|
padding: 16px 32px;
|
|
|
- transition: all 1.6s ease-in 0s;
|
|
|
- transform: translateX(-400px);
|
|
|
+ background: rgba(47, 84, 235, 1);
|
|
|
+ /*transition: all 1.6s ease-in 0s;
|
|
|
+ transform: translateX(-400px);*/
|
|
|
}
|
|
|
.moreBox{
|
|
|
position: absolute;
|
|
@@ -347,7 +351,7 @@ body{
|
|
|
width: 790px;
|
|
|
height: 560px;
|
|
|
background: url(img/image_cpgn_02_01.png) no-repeat;
|
|
|
- box-shadow: -20px -20px 40px -15px rgba(0, 0, 0, 0.24);
|
|
|
+ /*box-shadow: -20px -20px 40px -15px rgba(0, 0, 0, 0.24);*/
|
|
|
transition-delay: 0.2s;
|
|
|
transform: translateX(200px);
|
|
|
}
|
|
@@ -387,7 +391,10 @@ body{
|
|
|
box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.24);
|
|
|
transition-delay: 0.8s;
|
|
|
}
|
|
|
-.productOneR1{
|
|
|
+.productRT{
|
|
|
+ transition-delay: 0.4s;
|
|
|
+}
|
|
|
+/*.productOneR1{
|
|
|
transition-delay: 0.4s;
|
|
|
}
|
|
|
.productOneR2{
|
|
@@ -404,7 +411,7 @@ body{
|
|
|
}
|
|
|
.productOneR6{
|
|
|
transition-delay: 1.4s;
|
|
|
-}
|
|
|
+}*/
|
|
|
.productRT{
|
|
|
position: absolute;
|
|
|
top: 120px;
|