member.css 1.8 KB

12345678910111213141516171819202122232425262728
  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;}
  12. .member_on>p{font-size: 14px;color: #5f5e5e;line-height: 36px;color: #5f5e5e;}
  13. .member_on ul{overflow: hidden;margin-left: 13px;margin-bottom: 100px;margin-top: 23px;}
  14. .member_on ul li{float: left;width: 110px;height: 48px;border: 1px solid #CCCCCC;line-height: 48px;text-align: center;margin: 5px;}
  15. .member_on .member_left{margin-top: 60px;}
  16. .member_on ul .then{border: 1px solid #f18101;}
  17. .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;}
  18. .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 ;}
  19. .partingline{width: 1px;height: 424px;border: 1px solid #e5e5e5;margin-top: 28px;}
  20. #bottom{margin-top: -150px;}
  21. @media only screen and (max-width:1440px ) {
  22. .member{background: url(../../img/member_bj.jpg) no-repeat center center;background-size: 100% 120%;padding-top: 80px;padding-bottom: 150px;}
  23. }