...
|
...
|
@@ -222,30 +222,30 @@ p{word-wrap:break-word} |
|
|
justify-content: space-between;
|
|
|
}
|
|
|
.footer_input input{
|
|
|
width:212px;
|
|
|
height:36px;
|
|
|
font-size:14px;
|
|
|
border:0;
|
|
|
width: 212px;
|
|
|
height: 36px;
|
|
|
font-size: 14px;
|
|
|
border: 0;
|
|
|
cursor: pointer;
|
|
|
padding-left:20px;
|
|
|
padding-left: 20px;
|
|
|
box-sizing: border-box;
|
|
|
font-family:MicrosoftYaHei;
|
|
|
font-weight:400;
|
|
|
color:black;
|
|
|
background:rgba(255,255,255,1);
|
|
|
opacity:0.11;
|
|
|
border-radius:2px;
|
|
|
font-family: MicrosoftYaHei;
|
|
|
font-weight: 400;
|
|
|
color: black;
|
|
|
background: rgba(0,0,0,0.3);
|
|
|
/* opacity: 0.11; */
|
|
|
border-radius: 2px;
|
|
|
}
|
|
|
.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;
|
|
|
background:white;
|
|
|
background: rgba(0,0,0,0.3);
|
|
|
}
|
|
|
.footer_input input::-webkit-input-placeholder,.footer_left textarea::-webkit-input-placeholder{ /* WebKit browsers */
|
|
|
font-size:14px;
|
...
|
...
|
|