正在显示
1 个修改的文件
包含
7 行增加
和
3 行删除
@@ -193,7 +193,8 @@ p{word-wrap:break-word} | @@ -193,7 +193,8 @@ p{word-wrap:break-word} | ||
193 | .footer{ | 193 | .footer{ |
194 | width: 100%; | 194 | width: 100%; |
195 | background-size: 100% 100%; | 195 | background-size: 100% 100%; |
196 | - background-image: url("../images/footer22.jpg"); | 196 | + background-color: white; |
197 | + /*background-image: url("../images/footer22.jpg");*/ | ||
197 | } | 198 | } |
198 | .footer_content{ | 199 | .footer_content{ |
199 | width: 1200px; | 200 | width: 1200px; |
@@ -231,7 +232,9 @@ p{word-wrap:break-word} | @@ -231,7 +232,9 @@ p{word-wrap:break-word} | ||
231 | font-family:MicrosoftYaHei; | 232 | font-family:MicrosoftYaHei; |
232 | font-weight:400; | 233 | font-weight:400; |
233 | color:black; | 234 | color:black; |
234 | - background:white; | 235 | + background:rgba(255,255,255,1); |
236 | + opacity:0.11; | ||
237 | + border-radius:2px; | ||
235 | } | 238 | } |
236 | .footer_left textarea{ | 239 | .footer_left textarea{ |
237 | width: 100%; | 240 | width: 100%; |
@@ -290,7 +293,8 @@ p{word-wrap:break-word} | @@ -290,7 +293,8 @@ p{word-wrap:break-word} | ||
290 | font-weight:400; | 293 | font-weight:400; |
291 | } | 294 | } |
292 | .footer_right p a{ | 295 | .footer_right p a{ |
293 | - color:rgba(255,255,255,1); | 296 | + color: black; |
297 | + /*color:rgba(255,255,255,1);*/ | ||
294 | } | 298 | } |
295 | .footer_right a:hover{ | 299 | .footer_right a:hover{ |
296 | color: #F24E4A; | 300 | color: #F24E4A; |
-
请 注册 或 登录 后发表评论