|
@@ -116,11 +116,11 @@ img {display: block;border:none; margin:0 auto;}
|
|
|
background-position: center center;
|
|
|
background-attachment: fixed;
|
|
|
background-size: cover;
|
|
|
- background-color: #34d473;
|
|
|
+ background-color: #0054d7;
|
|
|
}
|
|
|
|
|
|
.dl_logo{
|
|
|
- margin: 13% auto 20px auto;
|
|
|
+ margin: 6% auto 50px auto;
|
|
|
text-align: center;
|
|
|
|
|
|
}
|
|
@@ -128,7 +128,9 @@ img {display: block;border:none; margin:0 auto;}
|
|
|
|
|
|
}
|
|
|
.dl-logo-con img{
|
|
|
- position: absolute}
|
|
|
+ position: absolute;
|
|
|
+ width: 60px;
|
|
|
+}
|
|
|
.dl-logo-con span{
|
|
|
margin-left: 80px;
|
|
|
line-height: 60px;
|
|
@@ -138,16 +140,16 @@ img {display: block;border:none; margin:0 auto;}
|
|
|
/*display: block;*/
|
|
|
/*}*/
|
|
|
.dl_con{
|
|
|
- background:url(lydl_3.png) repeat;
|
|
|
+ background:url(lydl_3.png) no-repeat center;
|
|
|
padding: 2%;
|
|
|
-
|
|
|
+ background-size: 100% 100%;
|
|
|
border-radius: 18px;
|
|
|
margin: 50px auto;
|
|
|
display: table;
|
|
|
|
|
|
}
|
|
|
.dl_con .name_div,.dl_con .password_div,.dl_con .yhm_div,.dl_con .dl_dl{
|
|
|
- width:422px;
|
|
|
+ width:380px;
|
|
|
position: relative;
|
|
|
margin-bottom: 5%;
|
|
|
font-size: 14px;
|
|
@@ -158,12 +160,12 @@ img {display: block;border:none; margin:0 auto;}
|
|
|
user-select:none;
|
|
|
}
|
|
|
.dl_con .name_div input,.dl_con .password_div input{
|
|
|
- width:90%;
|
|
|
+ width: 87%;
|
|
|
height: 50px;
|
|
|
background: #fff;
|
|
|
- border:1px solid #2970f0;
|
|
|
+ border: 0px;
|
|
|
border-radius: 10px;
|
|
|
- padding-left: 10%;
|
|
|
+ padding-left: 12%;
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
.dl_con .name_div i,.dl_con .password_div i{
|
|
@@ -186,22 +188,239 @@ img {display: block;border:none; margin:0 auto;}
|
|
|
}
|
|
|
.dl_con .dl_dl{
|
|
|
width: 100%;
|
|
|
- height: 65px;
|
|
|
- border:1px solid #2970f0;
|
|
|
- font-size: 30px;
|
|
|
+ height: 50px;
|
|
|
+ border: 0px;
|
|
|
+ font-size: 18px;
|
|
|
color: #fff;
|
|
|
font-weight: 900;
|
|
|
- text-indent: 4px;
|
|
|
+ text-indent: 0px;
|
|
|
text-align: center;
|
|
|
- background:url(lydl_6.png) repeat-x;
|
|
|
- border-radius: 18px;
|
|
|
+ background: #ff9835;
|
|
|
+ border-radius: 9px;
|
|
|
cursor: pointer;
|
|
|
margin-top: 2%;
|
|
|
}
|
|
|
+.dl_con .dl_dl:hover{
|
|
|
+ background: #ff842d;
|
|
|
+}
|
|
|
|
|
|
.logo-tit{
|
|
|
font-size: 42px;
|
|
|
font-weight: bolder;
|
|
|
- color: #2970f0;
|
|
|
+ color: #fff;
|
|
|
+
|
|
|
+}
|
|
|
+.dl_left{
|
|
|
+ float: left;
|
|
|
+ width: 600px;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.dl_con{
|
|
|
+ float: right;
|
|
|
+}
|
|
|
+.dl_d i{
|
|
|
+ position: relative;
|
|
|
+ width: 8px;
|
|
|
+ height: 8px;
|
|
|
+ background: #0ffff3;
|
|
|
+ border-radius: 50%;
|
|
|
+ margin: auto;
|
|
|
+ display: table;
|
|
|
+}
|
|
|
+.dl_d i::before {
|
|
|
+ content: "";
|
|
|
+ display: block;
|
|
|
+ width: 15px;
|
|
|
+ height: 15px;
|
|
|
+ position: absolute;
|
|
|
+ left: 50%;
|
|
|
+ top: 50%;
|
|
|
+ transform: translate(-50%, -50%);
|
|
|
+ border-radius: 50%;
|
|
|
+ border: 1px solid #0ffff3;
|
|
|
+ animation: 2s linear 0s infinite normal none running scale;
|
|
|
+ background: rgba(10, 255, 220, 0.5);
|
|
|
+
|
|
|
+}
|
|
|
+.dl_d{
|
|
|
+ position: absolute;
|
|
|
+}
|
|
|
+.dl_d p{
|
|
|
+ width: 95px;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #4ed5ff;
|
|
|
+
|
|
|
+}
|
|
|
+.dl_01{
|
|
|
+ top: 39px;
|
|
|
+ left: 91px;
|
|
|
+ }
|
|
|
+.dl_01 p{
|
|
|
+ position: absolute;
|
|
|
+ top: -46px;
|
|
|
+ left: -46px;
|
|
|
+}
|
|
|
+.dl_02{
|
|
|
+ top:88px;
|
|
|
+ right: 186px;
|
|
|
+}
|
|
|
+.dl_02 p{
|
|
|
+ position: absolute;
|
|
|
+ top: -46px;
|
|
|
+ left: -39px;
|
|
|
+}
|
|
|
+.dl_03{
|
|
|
+ bottom: 147px;
|
|
|
+ right: 60px;
|
|
|
+}
|
|
|
+.dl_03 p{
|
|
|
+ position: absolute;
|
|
|
+ top: -8px;
|
|
|
+ left: 6px;
|
|
|
+}
|
|
|
+.dl_04{
|
|
|
+ bottom: 42px;
|
|
|
+ left: 235px;
|
|
|
+}
|
|
|
+.dl_04 p{
|
|
|
+ position: absolute;
|
|
|
+ top: 23px;
|
|
|
+ left: -43px;
|
|
|
+}
|
|
|
+.dl_05{
|
|
|
+ bottom: 154px;
|
|
|
+ left: -2px;
|
|
|
+}
|
|
|
+.dl_05 p{
|
|
|
+ position: absolute;
|
|
|
+ top: -9px;
|
|
|
+ left: -90px;
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes float {
|
|
|
+ 0% {
|
|
|
+ transform: translateY(0%);
|
|
|
+ }
|
|
|
+
|
|
|
+ 50% {
|
|
|
+ transform: translateY(60%);
|
|
|
+ }
|
|
|
+
|
|
|
+ 100% {
|
|
|
+ transform: translateY(0%);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes float2 {
|
|
|
+ 0% {
|
|
|
+ transform: translateY(0%);
|
|
|
+ }
|
|
|
+
|
|
|
+ 50% {
|
|
|
+ transform: translateY(-50%);
|
|
|
+ }
|
|
|
+
|
|
|
+ 100% {
|
|
|
+ transform: translateY(0%);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes float3 {
|
|
|
+ 0% {
|
|
|
+ transform: translateY(0%);
|
|
|
+ }
|
|
|
+
|
|
|
+ 50% {
|
|
|
+ transform: translateY(-50%);
|
|
|
+ }
|
|
|
+
|
|
|
+ 100% {
|
|
|
+ transform: translateY(0%);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes float4 {
|
|
|
+ 0% {
|
|
|
+ transform: translateY(0%);
|
|
|
+ }
|
|
|
+
|
|
|
+ 50% {
|
|
|
+ transform: translateY(60%);
|
|
|
+ }
|
|
|
+
|
|
|
+ 100% {
|
|
|
+ transform: translateY(0%);
|
|
|
+ }
|
|
|
+}
|
|
|
|
|
|
+@keyframes float5 {
|
|
|
+ 0% {
|
|
|
+ transform: translateY(0%);
|
|
|
+ }
|
|
|
+
|
|
|
+ 50% {
|
|
|
+ transform: translateY(-60%);
|
|
|
+ }
|
|
|
+
|
|
|
+ 100% {
|
|
|
+ transform: translateY(0%);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes circle {
|
|
|
+ 0% {
|
|
|
+ transform: rotateX(70deg) rotateZ(0deg);
|
|
|
+ }
|
|
|
+
|
|
|
+ 100% {
|
|
|
+ transform: rotateX(70deg) rotateZ(360deg);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes scale {
|
|
|
+ 0% {
|
|
|
+ transform: translate(-50%, -50%) scale(0.9);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+
|
|
|
+ 100% {
|
|
|
+ transform: translate(-50%, -50%) scale(1.5);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+.dl_map1{
|
|
|
+ position: absolute;
|
|
|
+ top: 60px;
|
|
|
+ left: 63px;
|
|
|
+ animation: myfirst1 15s infinite linear;
|
|
|
+ z-index: -1;
|
|
|
+}
|
|
|
+.dl_map2{
|
|
|
+ position: absolute;
|
|
|
+ top: 60px;
|
|
|
+ left: 63px;
|
|
|
+ animation: myfirst2 15s infinite linear;
|
|
|
+ z-index: -1;
|
|
|
+}
|
|
|
+@keyframes myfirst1
|
|
|
+{
|
|
|
+ from {transform: rotate(0deg);}
|
|
|
+ to {transform: rotate(359deg);}
|
|
|
+}
|
|
|
+@keyframes myfirst2
|
|
|
+{
|
|
|
+ from {transform: rotate(359deg);}
|
|
|
+ to {transform: rotate(0deg);}
|
|
|
+}
|
|
|
+.dl_content{
|
|
|
+ width: 1100px;
|
|
|
+ margin: 20px auto 0px auto;
|
|
|
+}
|
|
|
+.dl_con h4{
|
|
|
+ text-align: center;
|
|
|
+ color: #222;
|
|
|
+ font-size: 20px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ font-weight: 900;
|
|
|
}
|