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

s

... ... @@ -224,15 +224,15 @@ p{word-wrap:break-word}
box-sizing: border-box;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(255,255,255,1);
background:rgba(255,255,255,0.11);
color:black;
background:white;
}
.footer_left textarea{
width: 100%;
height: 101px;
border:0;
resize:none;
color: white;
color:black;
margin-top: 14px;
padding: 10px 20px 0 20px;
box-sizing: border-box;
... ... @@ -243,14 +243,14 @@ p{word-wrap:break-word}
border:0;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(255,255,255,1);
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:rgba(255,255,255,1);
color:black;
}
.footer_input input:-ms-input-placeholder,.footer_left textarea:-ms-input-placeholder{ /* Internet Explorer 10+ */
... ... @@ -258,7 +258,7 @@ p{word-wrap:break-word}
border:0;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(255,255,255,1);
color:black;
}
.in_btn{
width:80px;
... ...