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

d

@@ -222,30 +222,30 @@ p{word-wrap:break-word} @@ -222,30 +222,30 @@ p{word-wrap:break-word}
222 justify-content: space-between; 222 justify-content: space-between;
223 } 223 }
224 .footer_input input{ 224 .footer_input input{
225 - width:212px;  
226 - height:36px;  
227 - font-size:14px;  
228 - border:0; 225 + width: 212px;
  226 + height: 36px;
  227 + font-size: 14px;
  228 + border: 0;
229 cursor: pointer; 229 cursor: pointer;
230 - padding-left:20px; 230 + padding-left: 20px;
231 box-sizing: border-box; 231 box-sizing: border-box;
232 - font-family:MicrosoftYaHei;  
233 - font-weight:400;  
234 - color:black;  
235 - background:rgba(255,255,255,1);  
236 - opacity:0.11;  
237 - border-radius:2px; 232 + font-family: MicrosoftYaHei;
  233 + font-weight: 400;
  234 + color: black;
  235 + background: rgba(0,0,0,0.3);
  236 + /* opacity: 0.11; */
  237 + border-radius: 2px;
238 } 238 }
239 .footer_left textarea{ 239 .footer_left textarea{
240 width: 100%; 240 width: 100%;
241 height: 101px; 241 height: 101px;
242 border:0; 242 border:0;
243 resize:none; 243 resize:none;
244 - color:white; 244 + color: black;
245 margin-top: 14px; 245 margin-top: 14px;
246 padding: 10px 20px 0 20px; 246 padding: 10px 20px 0 20px;
247 box-sizing: border-box; 247 box-sizing: border-box;
248 - background:white; 248 + background: rgba(0,0,0,0.3);
249 } 249 }
250 .footer_input input::-webkit-input-placeholder,.footer_left textarea::-webkit-input-placeholder{ /* WebKit browsers */ 250 .footer_input input::-webkit-input-placeholder,.footer_left textarea::-webkit-input-placeholder{ /* WebKit browsers */
251 font-size:14px; 251 font-size:14px;