正在显示
1 个修改的文件
包含
11 行增加
和
0 行删除
@@ -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; |
-
请 注册 或 登录 后发表评论