...
|
...
|
@@ -189,17 +189,6 @@ p{word-wrap:break-word} |
|
|
background-size: 100% 100%;
|
|
|
background-image: url("../images/aicon08.png");
|
|
|
}
|
|
|
.footer:before {
|
|
|
background: url("../images/aicon08.png") no-repeat;
|
|
|
background-size: cover;
|
|
|
width: 100%;
|
|
|
content: "";
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
z-index: -1; /*-1 可以当背景*/
|
|
|
opacity: 0.2;
|
|
|
}
|
|
|
.footer_content{
|
|
|
width: 1200px;
|
|
|
margin: auto;
|
...
|
...
|
@@ -369,7 +358,7 @@ p{word-wrap:break-word} |
|
|
margin-top: 15px;
|
|
|
display: flex;
|
|
|
display:-webkit-flex;
|
|
|
background-color: white;
|
|
|
background-color: #F5F5F5;
|
|
|
}
|
|
|
.pro_left{
|
|
|
width: 254px;
|
...
|
...
|
|