member.css 2.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. .member{background: url(../../img/member_bj.jpg) no-repeat center center;background-size: 100% 160%;padding-top: 80px;padding-bottom: 150px;}
  2. .member .member_contant{width: 780px;margin: 0px auto ;position: relative;z-index: 12;text-align: center;background: #ffffff;overflow: hidden;}
  3. .shadow{width:780px ;margin: 0 auto 150px;}
  4. .gold{position: absolute;top: 0;left: -4px;}
  5. .diamond{position: absolute;top: 0;right: 0;}
  6. .member_on,.partingline{float: left;}
  7. .member_contant h3{font-size: 18px;color: #373739;margin-top: 20px;margin-bottom: 10px;}
  8. .member_on h5 img{margin-right: 10px;margin-left: -50px;}
  9. .member_on h5{font-weight: normal;font-size:16px ;color: #f18101;margin-left: 10px;}
  10. .member_on .blur{color: #0f72ba;}
  11. .member_on{width: 386px;margin-bottom: 100px;}
  12. .member_on>p{font-size: 14px;color: #5f5e5e;line-height: 36px;color: #5f5e5e;}
  13. .member_main .member_on:first-child{border-right: 1px solid #e5e5e5;}
  14. .member_on .member_left{margin-top: 20px;}
  15. .member_on .member_business_list { min-height: 320px}
  16. .member_on .member_business_list p{font-size: 14px;color: #5f5e5e;line-height: 36px;color: #5f5e5e;}
  17. .member_main a:hover{cursor: pointer;}
  18. .member_on ul{overflow: hidden;margin-left: 13px;margin-bottom: 100px;margin-top: 20px;}
  19. .member_on ul li{cursor: pointer;float: left;width: 110px;height: 48px;border: 1px solid #CCCCCC;line-height: 48px;text-align: center;margin: 5px;}
  20. .member_on ul .then{border: 1px solid #f18101;}
  21. .member_on ul .then span{width: 70px;height: 20px;background: #ff6000;display: inline-block;color: #ffffff;line-height: 20px;font-size: 12px;margin-left: -38px;vertical-align: top;}
  22. .member_on ul .then time{width: 100px;height: 14px;font-size: 14px;line-height: 14px;display: inline-block;margin-top: -22px;vertical-align: top;color:#ff6000 ;}
  23. #bottom{margin-top: -150px;}
  24. .member_contant>a{width:150px ;height: 46px;display: inline-block;background: #ffb200;color: #FFFFFF;line-height: 46px;font-size: 16px;position: absolute;bottom: 32px;left: 50%;margin-left: -75px;}
  25. @media only screen and (max-width:1440px ) {
  26. .member{background: url(../../img/member_bj.jpg) no-repeat center center;background-size: 100% 120%;padding-top: 80px;padding-bottom: 150px;}
  27. }