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

s

@@ -224,15 +224,15 @@ p{word-wrap:break-word} @@ -224,15 +224,15 @@ p{word-wrap:break-word}
224 box-sizing: border-box; 224 box-sizing: border-box;
225 font-family:MicrosoftYaHei; 225 font-family:MicrosoftYaHei;
226 font-weight:400; 226 font-weight:400;
227 - color:rgba(255,255,255,1);  
228 - background:rgba(255,255,255,0.11); 227 + color:black;
  228 + background:white;
229 } 229 }
230 .footer_left textarea{ 230 .footer_left textarea{
231 width: 100%; 231 width: 100%;
232 height: 101px; 232 height: 101px;
233 border:0; 233 border:0;
234 resize:none; 234 resize:none;
235 - color: white; 235 + color:black;
236 margin-top: 14px; 236 margin-top: 14px;
237 padding: 10px 20px 0 20px; 237 padding: 10px 20px 0 20px;
238 box-sizing: border-box; 238 box-sizing: border-box;
@@ -243,14 +243,14 @@ p{word-wrap:break-word} @@ -243,14 +243,14 @@ p{word-wrap:break-word}
243 border:0; 243 border:0;
244 font-family:MicrosoftYaHei; 244 font-family:MicrosoftYaHei;
245 font-weight:400; 245 font-weight:400;
246 - color:rgba(255,255,255,1); 246 + color:black;
247 } 247 }
248 .footer_input input::-moz-placeholder,.footer_left textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */ 248 .footer_input input::-moz-placeholder,.footer_left textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
249 font-size:14px; 249 font-size:14px;
250 border:0; 250 border:0;
251 font-family:MicrosoftYaHei; 251 font-family:MicrosoftYaHei;
252 font-weight:400; 252 font-weight:400;
253 - color:rgba(255,255,255,1); 253 + color:black;
254 } 254 }
255 255
256 .footer_input input:-ms-input-placeholder,.footer_left textarea:-ms-input-placeholder{ /* Internet Explorer 10+ */ 256 .footer_input input:-ms-input-placeholder,.footer_left textarea:-ms-input-placeholder{ /* Internet Explorer 10+ */
@@ -258,7 +258,7 @@ p{word-wrap:break-word} @@ -258,7 +258,7 @@ p{word-wrap:break-word}
258 border:0; 258 border:0;
259 font-family:MicrosoftYaHei; 259 font-family:MicrosoftYaHei;
260 font-weight:400; 260 font-weight:400;
261 - color:rgba(255,255,255,1); 261 + color:black;
262 } 262 }
263 .in_btn{ 263 .in_btn{
264 width:80px; 264 width:80px;