style.less 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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. .SettleIn-box{
  31. border-top: 1px solid #ccc;
  32. padding-top: 50px;
  33. .SettleIn-title-box{
  34. width: @subject-minwidth;
  35. margin: 0 auto;
  36. h1{
  37. text-align: center;
  38. font-size: 34px;
  39. span{
  40. display: inline-block;
  41. position: relative;
  42. top: -12px;
  43. width: 57px;
  44. height: 1px;
  45. margin: 0 20px;
  46. background: #d8d8d8;
  47. }
  48. }
  49. .introduce-text{
  50. display: block;
  51. text-align: center;
  52. font-size: 14px;
  53. padding:6px 0;
  54. color: #999;
  55. }
  56. }
  57. .SettleIn-content-box{
  58. margin: 80px auto 25px;
  59. width: 1220px;
  60. li:after{
  61. content: '';
  62. display: block;
  63. clear: both;
  64. }
  65. li{
  66. border: 1px solid #ccc;
  67. margin-bottom: 30px;
  68. padding: 30px;
  69. img{
  70. float: left;
  71. width: 150px;
  72. height: 150px;
  73. background: #b3d4fc;
  74. }
  75. span{
  76. float: left;
  77. display: block;
  78. padding: 30px 50px;
  79. h6{
  80. font-size: 26px;
  81. margin-bottom: 30px;
  82. }
  83. i{
  84. font-size: 20px;
  85. color: #666;
  86. }
  87. }
  88. }
  89. .SettleIn-content-paging{
  90. text-align: center;
  91. }
  92. }
  93. }
  94. .iconfont{
  95. font-family:"iconfont" !important;
  96. font-size:14px;font-style:normal;
  97. -webkit-font-smoothing: antialiased;
  98. -webkit-text-stroke-width: 0.2px;
  99. -moz-osx-font-smoothing: grayscale;
  100. }
  101. @media screen and (min-width: 1460px){
  102. .SettleIn-box{
  103. .SettleIn-title-box{
  104. width:@subject-maxwidth;
  105. h1{
  106. font-size: 42px;
  107. span{
  108. margin: 0 26px;
  109. }
  110. }
  111. .introduce-text{
  112. font-size: 18px;
  113. }
  114. }
  115. }
  116. }