123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- @subject-maxwidth:1460px;
- @subject-minwidth:1220px;
- @font-face {
- font-family: 'iconfont';
- src: url('../../iconfont/iconfont.eot');
- src: url('../../iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
- url('../../iconfont/iconfont.woff') format('woff'),
- url('../../iconfont/iconfont.ttf') format('truetype'),
- url('../../iconfont/iconfont.svg#iconfont') format('svg');
- }
- *{
- margin:0;
- padding:0;
- list-style: none;
- border:none;
- font-style: normal;
- }
- html{
- width:100%;
- min-width: @subject-minwidth;
- font-family:"Source Han Sans SC","HanHei SC","PingFang SC","Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
- }
- img{
- display:block;
- }
- a{
- text-decoration: none;
- color: #333;
- }
- .iconfont{
- font-family:"iconfont" !important;
- font-size:14px;font-style:normal;
- -webkit-font-smoothing: antialiased;
- -webkit-text-stroke-width: 0.2px;
- -moz-osx-font-smoothing: grayscale;
- }
- .banner-box{
- img{
- width: 100%;
- }
- }
- .donwload-box{
- padding: 90px 0 100px;
- .donwload-title-box{
- width: @subject-minwidth;
- margin: 0 auto;
- h1{
- font-weight: 400;
- text-align: center;
- font-size: 34px;
- span{
- display: inline-block;
- position: relative;
- top: -12px;
- width: 57px;
- height: 1px;
- margin: 0 20px;
- background: #d8d8d8;
- }
- }
- .introduce-text{
- display: block;
- text-align: center;
- font-size: 14px;
- padding:6px 0;
- color: #999;
- }
- }
- .donwload-content-box:after{
- content: "";
- display: block;
- clear: both;
- }
- .donwload-content-box{
- width: 100%;
- max-width: 1460px;
- min-width: 1220px;
- margin: 50px auto 0;
- div{
- width: 33%;
- float: left;
- text-align: center;
- margin-bottom: 70px;
- img{
- width: 100px;
- margin: 0 auto 30px;
- }
- h6{
- font-size: 26px;
- margin-bottom: 10px;
- }
- a:hover{
- color: #0cb46a;
- }
- a{
- display: inline-block;
- font-size: 18px;
- position: relative;
- padding-left: 30px;
- margin-bottom: 40px;
- i{
- line-height: 30px;
- display: inline-block;
- position: absolute;
- left: 0;
- color: #0cb46a;
- font-size: 20px;
- }
- }
- p{
- margin: 0 auto;
- width: 85%;
- font-size: 14px;
- }
- }
- }
- }
- @media screen and (min-width: 1460px){
- .donwload-box{
- .donwload-title-box{
- width:@subject-maxwidth;
- h1{
- font-size: 42px;
- span{
- margin: 0 26px;
- }
- }
- .introduce-text{
- font-size: 18px;
- }
- }
- }
- }
|