style.less 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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. .iconfont{
  31. font-family:"iconfont" !important;
  32. font-size:14px;font-style:normal;
  33. -webkit-font-smoothing: antialiased;
  34. -webkit-text-stroke-width: 0.2px;
  35. -moz-osx-font-smoothing: grayscale;
  36. }
  37. .banner-box{
  38. img{
  39. width: 100%;
  40. }
  41. }
  42. .donwload-box{
  43. padding: 90px 0 100px;
  44. .donwload-title-box{
  45. width: @subject-minwidth;
  46. margin: 0 auto;
  47. h1{
  48. font-weight: 400;
  49. text-align: center;
  50. font-size: 34px;
  51. span{
  52. display: inline-block;
  53. position: relative;
  54. top: -12px;
  55. width: 57px;
  56. height: 1px;
  57. margin: 0 20px;
  58. background: #d8d8d8;
  59. }
  60. }
  61. .introduce-text{
  62. display: block;
  63. text-align: center;
  64. font-size: 14px;
  65. padding:6px 0;
  66. color: #999;
  67. }
  68. }
  69. .donwload-content-box:after{
  70. content: "";
  71. display: block;
  72. clear: both;
  73. }
  74. .donwload-content-box{
  75. width: 100%;
  76. max-width: 1460px;
  77. min-width: 1220px;
  78. margin: 50px auto 0;
  79. div{
  80. width: 33%;
  81. float: left;
  82. text-align: center;
  83. margin-bottom: 70px;
  84. img{
  85. width: 100px;
  86. margin: 0 auto 30px;
  87. }
  88. h6{
  89. font-size: 26px;
  90. margin-bottom: 10px;
  91. }
  92. a:hover{
  93. color: #0cb46a;
  94. }
  95. a{
  96. display: inline-block;
  97. font-size: 18px;
  98. position: relative;
  99. padding-left: 30px;
  100. margin-bottom: 40px;
  101. i{
  102. line-height: 30px;
  103. display: inline-block;
  104. position: absolute;
  105. left: 0;
  106. color: #0cb46a;
  107. font-size: 20px;
  108. }
  109. }
  110. p{
  111. margin: 0 auto;
  112. width: 85%;
  113. font-size: 14px;
  114. }
  115. }
  116. }
  117. }
  118. @media screen and (min-width: 1460px){
  119. .donwload-box{
  120. .donwload-title-box{
  121. width:@subject-maxwidth;
  122. h1{
  123. font-size: 42px;
  124. span{
  125. margin: 0 26px;
  126. }
  127. }
  128. .introduce-text{
  129. font-size: 18px;
  130. }
  131. }
  132. }
  133. }