码迷,mamicode.com
首页 > 移动开发 > 详细

webapp 公共样式

时间:2015-08-14 18:50:15      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:

html{ font-size: 62.5%;}
@media only screen and (min-width: 481px) {
html {
font-size:94%!important
}
}

@media only screen and (min-width: 561px) {
html {
font-size:109%!important
}

.promotion-block .float-box-6-1 li:first-child {
margin-top: -1px
}
}

@media only screen and (min-width: 641px) {
html {
font-size:125%!important
}
}

webapp 公共样式

标签:

原文地址:http://www.cnblogs.com/aimyfly/p/4730655.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!