添加验证码
parent
38d48be0ec
commit
03bc5c405b
|
@ -1792,7 +1792,7 @@ textarea::-webkit-input-placeholder {
|
||||||
.form-top>span>input,
|
.form-top>span>input,
|
||||||
.form-bottom>textarea{
|
.form-bottom>textarea{
|
||||||
display: block;
|
display: block;
|
||||||
width: 23.5%;
|
width: 22.5%;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
padding: 0 17px;
|
padding: 0 17px;
|
||||||
background-color: #f4f5f7;
|
background-color: #f4f5f7;
|
||||||
|
@ -1809,14 +1809,15 @@ textarea::-webkit-input-placeholder {
|
||||||
.form-top>span{
|
.form-top>span{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
width: 23.5%;
|
width: 28%;
|
||||||
}
|
}
|
||||||
.form-top>span>input{
|
.form-top>span>input{
|
||||||
width: 62%;
|
width: calc(100% - 113px);
|
||||||
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
.form-top>span em{
|
.form-top>span em{
|
||||||
display: block;
|
display: block;
|
||||||
width: 37%;
|
width: 110px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
@ -2112,6 +2113,19 @@ textarea::-webkit-input-placeholder {
|
||||||
.contact-top li:nth-of-type(odd){
|
.contact-top li:nth-of-type(odd){
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
.form-top input{
|
||||||
|
padding: 0 10px;
|
||||||
|
}
|
||||||
|
.form-top>input:nth-of-type(1),
|
||||||
|
.form-top>input:nth-of-type(2){
|
||||||
|
width: 19%;
|
||||||
|
}
|
||||||
|
.form-top>input:nth-of-type(3){
|
||||||
|
width: 25%;
|
||||||
|
}
|
||||||
|
.form-top>span{
|
||||||
|
width: 32%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width:980px){
|
@media screen and (max-width:980px){
|
||||||
.w1690{
|
.w1690{
|
||||||
|
@ -2440,11 +2454,11 @@ textarea::-webkit-input-placeholder {
|
||||||
.form-top>span{
|
.form-top>span{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.form-top>span input{
|
.form-top>span input{
|
||||||
width: calc(100% - 125px);
|
width: calc(100% - 115px);
|
||||||
}
|
}
|
||||||
.form-top>span em{
|
.form-top>span em{
|
||||||
width: 120px;
|
width: 110px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
.corporate-name{
|
.corporate-name{
|
||||||
|
@ -2749,6 +2763,12 @@ textarea::-webkit-input-placeholder {
|
||||||
.form-top input{
|
.form-top input{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
padding: 0 17px;
|
||||||
|
}
|
||||||
|
.form-top>input:nth-of-type(1),
|
||||||
|
.form-top>input:nth-of-type(2),
|
||||||
|
.form-top>input:nth-of-type(3){
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
.contact-btn{
|
.contact-btn{
|
||||||
width: 150px;
|
width: 150px;
|
||||||
|
|
Loading…
Reference in New Issue