sendneed.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. .wrapper{
  2. background: url(../img/blog/bg.jpg) no-repeat;
  3. background-size: cover;
  4. height: 730px;
  5. position: relative;
  6. }
  7. input{
  8. outline: none;
  9. padding-left: 5px;
  10. }
  11. .tit{
  12. color: #7DBE00;
  13. font-size: 20px;
  14. text-align: center;
  15. margin: 20px 0 20px 0;
  16. }
  17. .inpwrapper {
  18. width: 35%;
  19. height: auto;
  20. margin-left: 10%;
  21. margin-top: 20px;
  22. float: left;
  23. color: #7DBE00;
  24. }
  25. #s_province,#s_city{
  26. float: left;
  27. width: 43%;
  28. height: 30px;
  29. max-width:43% ;
  30. }
  31. .inpwrapper input,.budget{
  32. width: 100%;
  33. height: 30px;
  34. line-height: 5px;
  35. border: 1px solid #A6A6A6;
  36. }
  37. .textareawrapper{
  38. width: 80%;
  39. height: auto;
  40. margin-left: 10%;
  41. margin-top: 20px;
  42. float: left;
  43. color: #7DBE00;
  44. }
  45. .textareawrapper textarea{
  46. width: 100%;
  47. border: 1px solid #A6A6A6;
  48. background: #FFFFFF;
  49. outline: none;
  50. }
  51. .sendbtn{
  52. width: 20%;
  53. height: 30px;
  54. color: #FFFFFF;
  55. border:0;
  56. background-color:#7DBE00 ;
  57. margin-left: 40%;
  58. margin-bottom: 20px;
  59. }
  60. @media (max-width:700px ) {
  61. .needbox {
  62. width: 100%;
  63. height: auto;
  64. top: 10px;
  65. position: absolute;
  66. /* left: 33%; */
  67. background: rgba(255,250,232,0.6);
  68. }
  69. }
  70. @media (min-width:996px ) {
  71. .needbox{
  72. width: 33%;
  73. height:auto ;
  74. top: 200px;
  75. position: absolute;
  76. left: 33%;
  77. background:rgba(255,250,232,0.6);
  78. }
  79. #s_province,#s_city{
  80. float: left;
  81. width: 43%;
  82. height: 30px;
  83. margin-right: 5%;
  84. max-width:43% ;
  85. }
  86. }