news.less 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. @subject-maxwidth:1460px;
  2. @subject-minwidth:1220px;
  3. @font-face {
  4. font-family: 'iconfont';
  5. src: url('../../iconfont/iconfont.eot');
  6. src: url('../../iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
  7. url('../../iconfont/iconfont.woff') format('woff'),
  8. url('../../iconfont/iconfont.ttf') format('truetype'),
  9. url('../../iconfont/iconfont.svg#iconfont') format('svg');
  10. }
  11. *{
  12. margin:0;
  13. padding:0;
  14. list-style: none;
  15. border:none;
  16. font-style: normal;
  17. }
  18. html{
  19. width:100%;
  20. min-width: @subject-minwidth;
  21. font-family:"Source Han Sans SC","HanHei SC","PingFang SC","Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  22. }
  23. img{
  24. display:block;
  25. }
  26. a{
  27. text-decoration: none;
  28. color: #333;
  29. }
  30. .banner-box{
  31. width: 1220px;
  32. background: #b3d4fc;
  33. margin: 0 auto;
  34. img{
  35. width: 100%;
  36. }
  37. }
  38. .news-content{
  39. width: 1220px;
  40. margin: 0 auto;
  41. padding: 80px 0;
  42. .title{
  43. width: 960px;
  44. margin: 0 auto;
  45. text-align: center;
  46. font-size: 34px;
  47. font-weight: 600;
  48. }
  49. .info{
  50. width: 960px;
  51. margin: 0 auto;
  52. padding: 50px;
  53. ul:after{
  54. content: '';
  55. display: block;
  56. clear: both;
  57. }
  58. ul{
  59. width: 800px;
  60. margin: 0 auto;
  61. li{
  62. width: 33.33333%;
  63. float: left;
  64. font-size: 18px;
  65. text-align: center;
  66. color: #999;
  67. font-size: 16px;
  68. }
  69. }
  70. }
  71. .content{
  72. margin: 0 auto;
  73. img{
  74. max-width: 100%;
  75. }
  76. p{
  77. width: 960px;
  78. margin: 0 auto;
  79. }
  80. }
  81. }
  82. .iconfont{
  83. font-family:"iconfont" !important;
  84. font-size:14px;font-style:normal;
  85. -webkit-font-smoothing: antialiased;
  86. -webkit-text-stroke-width: 0.2px;
  87. -moz-osx-font-smoothing: grayscale;
  88. }
  89. @media screen and (min-width: 1460px){
  90. .banner-box{
  91. width: 1460px;
  92. }
  93. .news-content{
  94. width: 1460px;
  95. .news-title{
  96. }
  97. }
  98. }