
css
文章平均质量分 75
iteye_2837
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mui框架 上拉加载 下拉刷新
Hello MUI mui.init({ pullRefresh: { container: '#pullrefresh', down: { height:50,//可...原创 2016-07-15 15:38:52 · 239 阅读 · 0 评论 -
小用例
body{margin: 0; padding: 0;position: relative;} div{display: block;} a:link{text-decoration:none;-webkit-tap-highlight-color: rgba(0,0,0,0);}/*//去掉点击效果去掉下划线*/ a{color: ...原创 2016-07-20 17:24:26 · 116 阅读 · 0 评论 -
各种图形
无标题文档 div { margin-bottom: 50px}/*六边形*/#hexagon { width: 100px; height: 55px; background: red; position: relative; margin-top: 50px;}#hexagon:before { content: "";...原创 2016-07-21 14:47:38 · 152 阅读 · 0 评论 -
图形笑脸 增加动画
.main-margin{width: 10rem;text-align:right;-webkit-transition: 5s;background: lime;} .main{border: 2px solid #F5F5F5;border-radius: 50%;width: 5rem;height:5rem;position:rel...原创 2016-07-21 15:23:34 · 163 阅读 · 0 评论 -
纯CSS+CSS3右上角倾斜四十五度封页角效果
加广告与加封页脚的代码是差不多的!以前封页脚都是图片现在只是简单的css就可以实现有效减少http请求 加快页面的的加载速度····· 纯CSS右上角倾斜四十五度封页角效果 .lanren .ribbon-green { font: bold 15px Sans-Serif; color: #333; tex...原创 2016-08-16 17:07:58 · 4924 阅读 · 0 评论 -
功能 交替显示
body{margin: 0; padding: 0;position: relative;}.title {overflow: auto;border-bottom: 1px solid #f5f5f5; display: block;}.title li{font-size: 2.5rem;text-align: center;padding: ...原创 2016-08-24 16:09:04 · 245 阅读 · 0 评论