正在显示
1 个修改的文件
包含
13 行增加
和
13 行删除
@@ -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; |
-
请 注册 或 登录 后发表评论