list.less 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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-top: 30px;
  42. .news-title{
  43. margin-bottom: 40px;
  44. h1{
  45. color: darkred;
  46. text-align: center;
  47. width: 525px;
  48. margin: 0 auto;
  49. font-size: 30px;
  50. }
  51. }
  52. .news-video{
  53. display: block;
  54. width: 720px;
  55. margin: 0 auto;
  56. video{
  57. width: 720px;
  58. }
  59. }
  60. .news-text{
  61. margin: 30px 0;
  62. p{
  63. width: 790px;
  64. margin: 0 auto 10px;
  65. font-size: 16px;
  66. line-height: 40px;
  67. }
  68. }
  69. }
  70. .iconfont{
  71. font-family:"iconfont" !important;
  72. font-size:14px;font-style:normal;
  73. -webkit-font-smoothing: antialiased;
  74. -webkit-text-stroke-width: 0.2px;
  75. -moz-osx-font-smoothing: grayscale;
  76. }
  77. @media screen and (min-width: 1460px){
  78. .banner-box{
  79. width: 1460px;
  80. }
  81. .news-content{
  82. width: 1460px;
  83. .news-title{
  84. }
  85. }
  86. }