join.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. .banner-wrapper{
  2. width: 100%;
  3. height: 448px;
  4. background: url(../img/blog/bg.jpg) no-repeat;
  5. }
  6. .contro{
  7. width: 50%;
  8. height: auto;
  9. top: 90px;
  10. left: 25%;
  11. position: absolute;
  12. }
  13. @media(max-width:700px ) {
  14. .contro{
  15. width: 90%;
  16. height: auto;
  17. top: 90px;
  18. left: 5%;
  19. position: absolute;
  20. }
  21. .contro button {
  22. width: 40%;
  23. margin: 20px 30%;
  24. }
  25. .ionwrapper{
  26. margin: auto;
  27. width: 100%;
  28. height: auto;
  29. }
  30. .small-title{
  31. font-size: 14px;
  32. }
  33. /*.joinwrapper {*/
  34. /*width: 100%;*/
  35. /*margin: 10px auto 20px auto;*/
  36. /*}*/
  37. .joinwrapper{
  38. width: 100%;
  39. margin: 10px auto 20px auto;
  40. }
  41. .joinwrapper form{
  42. width: 80%;
  43. margin: 0 10%;
  44. }
  45. }
  46. @media only screen and (min-width: 700px) and (max-width: 966px) {
  47. .contro button {
  48. width: 40%;
  49. margin: 20px 30%;
  50. }
  51. }
  52. @media (min-width:700px){
  53. .contro button {
  54. width: 18%;
  55. margin: 20px 41%;
  56. }
  57. .ionwrapper,.ionwrapper2{
  58. margin: auto;
  59. width: 48%;
  60. height: auto;
  61. }
  62. .ionwrapper3{
  63. margin: auto;
  64. width: 60%;
  65. height: auto;
  66. }
  67. .small-title{
  68. font-size: 18px;
  69. }
  70. .joinwrapper{
  71. width: 80%;
  72. margin: 10px auto 20px auto;
  73. }
  74. .joinwrapper form{
  75. margin: 0 30%;
  76. }
  77. }
  78. .contro p:first-child{
  79. font-size: 30px;
  80. color: #7FBA00;
  81. text-align: center;
  82. }
  83. .advert{
  84. font-size: 30px;
  85. color: #FFF100;
  86. font-weight: 600;
  87. text-align: center;
  88. border-top:2px solid #FFFFFF ;
  89. border-bottom: 2px solid #FFFFFF ;
  90. }
  91. .contro button{
  92. border: 1px solid #FFFFFF;
  93. border-radius: 3px;
  94. background-color: #7FBA00;
  95. font-size: 18px;
  96. color: #FFFFFF;
  97. height: 40px;
  98. }
  99. .analysis{
  100. width: 100%;
  101. height: 448px;
  102. background: url(../img/blog/joinbg.jpg) no-repeat;
  103. background-size: cover;
  104. }
  105. .arti{
  106. padding: 15px;
  107. }
  108. .arti p{
  109. color: #91908F;
  110. text-align: center;
  111. }
  112. .tit{
  113. width: 220px;
  114. height: auto;
  115. color: #7FBA00 ;
  116. font-size: 30px;
  117. border-bottom: 1px solid #7FBA00;
  118. text-align: center;
  119. padding-top: 30px;
  120. margin: auto;
  121. }
  122. .advantage{
  123. width: 100%;
  124. height: auto;
  125. }
  126. .advantage img{
  127. width: 60%;
  128. height: auto;
  129. margin: 10px 20% 0 20%;
  130. }
  131. .chance{
  132. width: 100%;
  133. padding-bottom: 20px;
  134. color: #FFFFFF;
  135. background-color:#7FBA00 ;
  136. text-align: center;
  137. }
  138. .chance>p:first-child{
  139. font-size: 30px;
  140. padding-top: 20px;
  141. }
  142. .advantage2{
  143. width: 100%;
  144. height: 400px;
  145. }
  146. .ionwrapper div{
  147. float: left;
  148. width:30% ;
  149. margin-left: 3%;
  150. text-align: center;
  151. }
  152. .ionwrapper2 div{
  153. margin:10px 0;
  154. }
  155. .ionwrapper3 div{
  156. margin:10px 0;
  157. height: 170px;
  158. }
  159. .ionwrapper3 p{
  160. display: -webkit-box;
  161. -webkit-box-orient: vertical;
  162. -webkit-line-clamp: 2;
  163. overflow: hidden;
  164. }
  165. .ionwrapper3 p img{
  166. width: 40%;
  167. }
  168. .ionwrapper div img{
  169. margin: auto;
  170. width: 60%;
  171. }
  172. .chance,.agence{
  173. width: 100%;
  174. height: auto;
  175. text-align: center;
  176. margin-top: 20px;
  177. }
  178. .need{
  179. width: 100%;
  180. padding-bottom: 20px;
  181. color: #FFFFFF;
  182. background-color:#7FBA00 ;
  183. float: left;
  184. margin-top: 20px;
  185. }
  186. .article{
  187. width: 60%;
  188. height: auto;
  189. margin:0 20% 0 20%;
  190. text-align: center;
  191. }
  192. .article p:first-child{
  193. font-size: 30px;
  194. padding-top: 30px;
  195. }
  196. .join{
  197. width: 100%;
  198. height: auto;
  199. }
  200. .jointit{
  201. font-size: 30px;
  202. text-align: center;
  203. }
  204. .joinwrapper div>input{
  205. /*width: 60%;*/
  206. height: 30px;
  207. border: 1px solid #999;
  208. margin-top: 5px;
  209. margin-bottom: 5px;
  210. }
  211. .joinbtn{
  212. width: 30%;
  213. height: 40px;
  214. margin: 20px 37%;
  215. background-color: #7FBA00;
  216. color: #FFFFFF;
  217. border: 0;
  218. border-radius: 5px;
  219. font-size: 16px;
  220. }