123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243 |
- .banner-wrapper{
- width: 100%;
- height: 448px;
- background: url(../img/blog/bg.jpg) no-repeat;
- }
- .contro{
- width: 50%;
- height: auto;
- top: 90px;
- left: 25%;
- position: absolute;
- }
- @media(max-width:700px ) {
- .contro{
- width: 90%;
- height: auto;
- top: 90px;
- left: 5%;
- position: absolute;
- }
- .contro button {
- width: 40%;
- margin: 20px 30%;
- }
- .ionwrapper{
- margin: auto;
- width: 100%;
- height: auto;
- }
- .small-title{
- font-size: 14px;
- }
- /*.joinwrapper {*/
- /*width: 100%;*/
- /*margin: 10px auto 20px auto;*/
- /*}*/
- .joinwrapper{
- width: 100%;
- margin: 10px auto 20px auto;
- }
- .joinwrapper form{
- width: 80%;
- margin: 0 10%;
- }
- }
- @media only screen and (min-width: 700px) and (max-width: 966px) {
- .contro button {
- width: 40%;
- margin: 20px 30%;
- }
- }
- @media (min-width:700px){
- .contro button {
- width: 18%;
- margin: 20px 41%;
- }
- .ionwrapper,.ionwrapper2{
- margin: auto;
- width: 48%;
- height: auto;
- }
- .ionwrapper3{
- margin: auto;
- width: 60%;
- height: auto;
- }
- .small-title{
- font-size: 18px;
- }
- .joinwrapper{
- width: 80%;
- margin: 10px auto 20px auto;
- }
- .joinwrapper form{
- margin: 0 30%;
- }
- }
- .contro p:first-child{
- font-size: 30px;
- color: #7FBA00;
- text-align: center;
- }
- .advert{
- font-size: 30px;
- color: #FFF100;
- font-weight: 600;
- text-align: center;
- border-top:2px solid #FFFFFF ;
- border-bottom: 2px solid #FFFFFF ;
- }
- .contro button{
- border: 1px solid #FFFFFF;
- border-radius: 3px;
- background-color: #7FBA00;
- font-size: 18px;
- color: #FFFFFF;
- height: 40px;
- }
- .analysis{
- width: 100%;
- height: 448px;
- background: url(../img/blog/joinbg.jpg) no-repeat;
- background-size: cover;
- }
- .arti{
- padding: 15px;
- }
- .arti p{
- color: #91908F;
- text-align: center;
- }
- .tit{
- width: 220px;
- height: auto;
- color: #7FBA00 ;
- font-size: 30px;
- border-bottom: 1px solid #7FBA00;
- text-align: center;
- padding-top: 30px;
- margin: auto;
- }
- .advantage{
- width: 100%;
- height: auto;
- }
- .advantage img{
- width: 60%;
- height: auto;
- margin: 10px 20% 0 20%;
- }
- .chance{
- width: 100%;
- padding-bottom: 20px;
- color: #FFFFFF;
- background-color:#7FBA00 ;
- text-align: center;
- }
- .chance>p:first-child{
- font-size: 30px;
- padding-top: 20px;
- }
- .advantage2{
- width: 100%;
- height: 400px;
- }
- .ionwrapper div{
- float: left;
- width:30% ;
- margin-left: 3%;
- text-align: center;
- }
- .ionwrapper2 div{
- margin:10px 0;
- }
- .ionwrapper3 div{
- margin:10px 0;
- height: 170px;
- }
- .ionwrapper3 p{
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- }
- .ionwrapper3 p img{
- width: 40%;
- }
- .ionwrapper div img{
- margin: auto;
- width: 60%;
- }
- .chance,.agence{
- width: 100%;
- height: auto;
- text-align: center;
- margin-top: 20px;
- }
- .need{
- width: 100%;
- padding-bottom: 20px;
- color: #FFFFFF;
- background-color:#7FBA00 ;
- float: left;
- margin-top: 20px;
- }
- .article{
- width: 60%;
- height: auto;
- margin:0 20% 0 20%;
- text-align: center;
- }
- .article p:first-child{
- font-size: 30px;
- padding-top: 30px;
- }
- .join{
- width: 100%;
- height: auto;
- }
- .jointit{
- font-size: 30px;
- text-align: center;
- }
- .joinwrapper div>input{
- /*width: 60%;*/
- height: 30px;
- border: 1px solid #999;
- margin-top: 5px;
- margin-bottom: 5px;
- }
- .joinbtn{
- width: 30%;
- height: 40px;
- margin: 20px 37%;
- background-color: #7FBA00;
- color: #FFFFFF;
- border: 0;
- border-radius: 5px;
- font-size: 16px;
- }
|