style.css 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. body {margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;font-size: 14px;color: #666666;font-family: "microsoft yahei","宋体";background-color: #F2F4F8;}
  2. h1,h2,h3,h4,h5,form,p,ul,input {margin: 0;padding: 0;}
  3. li {padding: 0;margin: 0;list-style-type: none;}
  4. :focus {outline: 0}
  5. .substring {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
  6. .nowrap {white-space: nowrap;}
  7. .clear {clear: both;height: 0;font-size: 0;line-height: 0;}
  8. .font_gray3 {color: #333333}
  9. .font_gray6 {color: #666666}
  10. .font_gray9 {color: #999999}
  11. .font_blue {color: #5F8DC9}
  12. .font_green {color: #61AF00}
  13. .font_red {color: #CC3300}
  14. .font_yellow {color: #FF6600}
  15. u {text-decoration: none;}
  16. .phcolor {color: #999;}
  17. .gt_mask {z-index: 1050;}
  18. a {color: #333;text-decoration: none;}
  19. .index_header {width: 100%;background-color: #F2F4F8;}
  20. .index_header .header_top {display: flex;justify-content: space-between;align-items: center;margin: 0 auto;width: 1200px;font-size: 12px;height: 70px;}
  21. .index_header .header_top .itopr {text-align: right;font-size: 18px;text-decoration: none;}
  22. .index_header .header_top ul.link {float: right;}
  23. .index_header .header_top ul.link li {float: left;height: 70px;line-height: 70px;padding: 0 5px;}
  24. .index_header .header_top ul.link li a {color: #333333;vertical-align: top;}
  25. .index_header .header_top ul.link .link_yellow a {color: #dd4250;}
  26. .index_header .header_top .itopr .head_min_username {display: inline-block;width: 250px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-right:10px;}
  27. .index_header .header_top .itopr li .head_my_msg {color: #666666 !important;margin: 0 3px;position: relative;}
  28. .index_header .header_top ul.link li span {vertical-align: top;}
  29. .index_header .header_top ul.link .per {display: flex;align-items: center;}
  30. .index_header .header_top .itopr .login-text {color: #dd4250;margin-left:5px;}
  31. .login-text-line {display: inline-block;color: #D9D9D9;margin: 0 20px;}
  32. .index_navlist {z-index: 1000;background-color: #dd4250;width: 100%;height: 60px;margin: 0 auto;}
  33. .index_navlist_list {margin: 0 auto;width: 1200px;overflow: visible;position: relative;z-index: 1000;text-align: center;font-size: 20px;height: 60px;}
  34. .index_navlist_list li {cursor: pointer;float: left;min-width: 180px;z-index: 1000;font-size: 20px;height: 60px;line-height: 60px;}
  35. .index_navlist_list li.select {background-color: #f95f6d;}
  36. .index_navlist_list li:hover {background-color: #f95f6d;}
  37. .index_navlist_list li a {display: block;color: white;}
  38. .index_footer {width: 100%;background-color: #353535;text-align: center;color: #fff;padding-top: 15px;padding-bottom: 30px;margin-top: 40px;}
  39. .index_footer a {color:white;}
  40. .index_footer a:hover {text-decoration: underline;color:#dd4250;}
  41. .index_footer_links a {display: inline-block;white-space: nowrap;margin-right: 20px;}
  42. .index_footer_links, .index_footertxt {line-height: 26px;}
  43. .content-box {margin: 0 auto;width: 1200px;}