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

1

@@ -226,8 +226,8 @@ p{word-wrap:break-word} @@ -226,8 +226,8 @@ p{word-wrap:break-word}
226 box-sizing: border-box; 226 box-sizing: border-box;
227 font-family: MicrosoftYaHei; 227 font-family: MicrosoftYaHei;
228 font-weight: 400; 228 font-weight: 400;
229 - color: white;  
230 - background: rgba(0,0,0,0.3); 229 + color: black;
  230 + background:white;
231 /* opacity: 0.11; */ 231 /* opacity: 0.11; */
232 border-radius: 2px; 232 border-radius: 2px;
233 } 233 }
@@ -236,26 +236,26 @@ p{word-wrap:break-word} @@ -236,26 +236,26 @@ p{word-wrap:break-word}
236 height: 101px; 236 height: 101px;
237 border:0; 237 border:0;
238 resize:none; 238 resize:none;
239 - color: white; 239 + color: black;
240 margin-top: 14px; 240 margin-top: 14px;
241 font-size: 14px; 241 font-size: 14px;
242 padding: 10px 20px 0 20px; 242 padding: 10px 20px 0 20px;
243 box-sizing: border-box; 243 box-sizing: border-box;
244 - background: rgba(0,0,0,0.3); 244 + background:white;
245 } 245 }
246 .footer_input input::-webkit-input-placeholder,.footer_left textarea::-webkit-input-placeholder{ /* WebKit browsers */ 246 .footer_input input::-webkit-input-placeholder,.footer_left textarea::-webkit-input-placeholder{ /* WebKit browsers */
247 font-size:14px; 247 font-size:14px;
248 border:0; 248 border:0;
249 font-family:MicrosoftYaHei; 249 font-family:MicrosoftYaHei;
250 font-weight:400; 250 font-weight:400;
251 - color:white; 251 + color: black;
252 } 252 }
253 .footer_input input::-moz-placeholder,.footer_left textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */ 253 .footer_input input::-moz-placeholder,.footer_left textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
254 font-size:14px; 254 font-size:14px;
255 border:0; 255 border:0;
256 font-family:MicrosoftYaHei; 256 font-family:MicrosoftYaHei;
257 font-weight:400; 257 font-weight:400;
258 - color:white; 258 + color: black;
259 259
260 } 260 }
261 .footer_input input:-ms-input-placeholder,.footer_left textarea:-ms-input-placeholder{ /* Internet Explorer 10+ */ 261 .footer_input input:-ms-input-placeholder,.footer_left textarea:-ms-input-placeholder{ /* Internet Explorer 10+ */
@@ -263,7 +263,7 @@ p{word-wrap:break-word} @@ -263,7 +263,7 @@ p{word-wrap:break-word}
263 border:0; 263 border:0;
264 font-family:MicrosoftYaHei; 264 font-family:MicrosoftYaHei;
265 font-weight:400; 265 font-weight:400;
266 - color:white; 266 + color: black;
267 } 267 }
268 .in_btn{ 268 .in_btn{
269 width:80px; 269 width:80px;