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

s

... ... @@ -193,7 +193,8 @@ p{word-wrap:break-word}
.footer{
width: 100%;
background-size: 100% 100%;
background-image: url("../images/footer22.jpg");
background-color: white;
/*background-image: url("../images/footer22.jpg");*/
}
.footer_content{
width: 1200px;
... ... @@ -231,7 +232,9 @@ p{word-wrap:break-word}
font-family:MicrosoftYaHei;
font-weight:400;
color:black;
background:white;
background:rgba(255,255,255,1);
opacity:0.11;
border-radius:2px;
}
.footer_left textarea{
width: 100%;
... ... @@ -290,7 +293,8 @@ p{word-wrap:break-word}
font-weight:400;
}
.footer_right p a{
color:rgba(255,255,255,1);
color: black;
/*color:rgba(255,255,255,1);*/
}
.footer_right a:hover{
color: #F24E4A;
... ...