123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- .wrapper{
-
- background: url(../img/blog/bg.jpg) no-repeat;
- background-size: cover;
-
- height: 730px;
- position: relative;
- }
- input{
- outline: none;
- padding-left: 5px;
- }
- .tit{
- color: #7DBE00;
- font-size: 20px;
- text-align: center;
- margin: 20px 0 20px 0;
- }
- .inpwrapper {
- width: 35%;
- height: auto;
- margin-left: 10%;
- margin-top: 20px;
- float: left;
- color: #7DBE00;
-
- }
- #s_province,#s_city{
- float: left;
- width: 43%;
- height: 30px;
-
- max-width:43% ;
- }
- .inpwrapper input,.budget{
- width: 100%;
- height: 30px;
- line-height: 5px;
- border: 1px solid #A6A6A6;
- }
- .textareawrapper{
- width: 80%;
- height: auto;
- margin-left: 10%;
- margin-top: 20px;
- float: left;
- color: #7DBE00;
- }
- .textareawrapper textarea{
- width: 100%;
- border: 1px solid #A6A6A6;
- background: #FFFFFF;
- outline: none;
- }
- .sendbtn{
- width: 20%;
- height: 30px;
- color: #FFFFFF;
- border:0;
- background-color:#7DBE00 ;
- margin-left: 40%;
- margin-bottom: 20px;
- }
- @media (max-width:700px ) {
-
- .needbox {
- width: 100%;
- height: auto;
- top: 10px;
- position: absolute;
- /* left: 33%; */
- background: rgba(255,250,232,0.6);
- }
- }
- @media (min-width:996px ) {
-
- .needbox{
- width: 33%;
- height:auto ;
- top: 200px;
- position: absolute;
- left: 33%;
- background:rgba(255,250,232,0.6);
- }
- #s_province,#s_city{
- float: left;
- width: 43%;
- height: 30px;
- margin-right: 5%;
- max-width:43% ;
- }
- }
|