font.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. @font-face{font-family:iconfont;src:url(../fonts/iconfont.woff) format('woff'),url(../fonts/iconfont.ttf) format('truetype')}
  2. .iconfont{font-family:iconfont!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:.2px;-moz-osx-font-smoothing:grayscale}
  3. .shipinzhuanji {
  4. background: #fff;
  5. display: flex;
  6. flex-wrap: wrap;
  7. box-sizing: border-box;
  8. padding: 5px
  9. }
  10. .shipinzhuanji>li {
  11. height: 25px;
  12. line-height: 25px;
  13. font-size: 14px;
  14. color: #333;
  15. padding: 0 10px;
  16. margin: 5px;
  17. border: 1px solid #eee;
  18. cursor: pointer
  19. }
  20. .shipinzhuanji>li:hover {
  21. border: 1px solid #ff4d4d
  22. }
  23. .shipinzhuanji>li:hover a {
  24. color: #ff4d4d
  25. }
  26. .top_nav_nr li.hove::after {
  27. margin-left: auto!important
  28. }
  29. .zhixun {
  30. width: 340px
  31. }
  32. .zhixun_head {
  33. height: 50px;
  34. line-height: 50px;
  35. background: #2054ae;
  36. color: #fff;
  37. padding: 0 5px;
  38. border-radius: 4px 4px 0 0;
  39. border-bottom: 1px solid #eee;
  40. display: flex;
  41. align-items: center;
  42. justify-content: space-between;
  43. position: relative
  44. }
  45. .zhixun_head span {
  46. font-size: 22px;
  47. color: #fff;
  48. align-items: center;
  49. position: relative;
  50. padding-left: 35px;
  51. display: inline-block;
  52. line-height: 35px;
  53. height: 40px
  54. }
  55. .zhixun_head>img {
  56. margin-right: 10px;
  57. left: 5px;
  58. position: absolute
  59. }
  60. .zhixun_head cite {
  61. font-size: 14px
  62. }
  63. .zhixun_head a {
  64. color: #fff
  65. }
  66. .zhixun_head a:hover {
  67. color: #006bb7
  68. }
  69. .zhixun_list {
  70. background: #fff;
  71. padding: 6px 10px 20px 6px;
  72. border: 1px #eee solid;
  73. border-top: 0;
  74. border-radius: 0 0 4px 4px
  75. }
  76. .zhixun_list li {
  77. height: 28px;
  78. line-height: 28px
  79. }
  80. .zhixun_list li a {
  81. display: inline-block;
  82. float: left;
  83. width: 258px;
  84. white-space: nowrap;
  85. overflow: hidden;
  86. text-overflow: ellipsis;
  87. font-size: 13px;
  88. position: relative;
  89. padding-left: 12px
  90. }