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

1

... ... @@ -226,8 +226,8 @@ p{word-wrap:break-word}
box-sizing: border-box;
font-family: MicrosoftYaHei;
font-weight: 400;
color: white;
background: rgba(0,0,0,0.3);
color: black;
background:white;
/* opacity: 0.11; */
border-radius: 2px;
}
... ... @@ -236,26 +236,26 @@ p{word-wrap:break-word}
height: 101px;
border:0;
resize:none;
color: white;
color: black;
margin-top: 14px;
font-size: 14px;
padding: 10px 20px 0 20px;
box-sizing: border-box;
background: rgba(0,0,0,0.3);
background:white;
}
.footer_input input::-webkit-input-placeholder,.footer_left textarea::-webkit-input-placeholder{ /* WebKit browsers */
font-size:14px;
border:0;
font-family:MicrosoftYaHei;
font-weight:400;
color:white;
color: black;
}
.footer_input input::-moz-placeholder,.footer_left textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
font-size:14px;
border:0;
font-family:MicrosoftYaHei;
font-weight:400;
color:white;
color: black;
}
.footer_input input:-ms-input-placeholder,.footer_left textarea:-ms-input-placeholder{ /* Internet Explorer 10+ */
... ... @@ -263,7 +263,7 @@ p{word-wrap:break-word}
border:0;
font-family:MicrosoftYaHei;
font-weight:400;
color:white;
color: black;
}
.in_btn{
width:80px;
... ...