作者 anyv
1 个管道 的构建 通过 耗费 0 秒

d

@@ -189,6 +189,17 @@ p{word-wrap:break-word} @@ -189,6 +189,17 @@ p{word-wrap:break-word}
189 background-size: 100% 100%; 189 background-size: 100% 100%;
190 background-image: url("../images/aicon08.png"); 190 background-image: url("../images/aicon08.png");
191 } 191 }
  192 +.footer:before {
  193 + background: url("../images/aicon08.png") no-repeat;
  194 + background-size: cover;
  195 + width: 100%;
  196 + content: "";
  197 + position: absolute;
  198 + top: 0;
  199 + left: 0;
  200 + z-index: -1; /*-1 可以当背景*/
  201 + opacity: 0.2;
  202 +}
192 .footer_content{ 203 .footer_content{
193 width: 1200px; 204 width: 1200px;
194 margin: auto; 205 margin: auto;