
html5
iteye_2837
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HTML5画布+jquery
function dwa(){ //获取文本框的值; var stractx=$("#chackbox").val(); var stactY=$("#caackbox1").val(); var endx=$("#chackbox2").val(); var end...原创 2015-06-08 16:00:34 · 566 阅读 · 0 评论 -
html5画布=圆
window.onload = function() { alert(""); var c = document.getElementById("chacktext"); alert(c) //进行2d绘画 var myc =c.getContext("2d"); alert(m...原创 2015-06-08 16:56:10 · 141 阅读 · 0 评论 -
html5+css3动画
此动画仅限谷歌浏览器···· //格式的大小与循环移动改变颜色 .myfirst{ height: 200px; background:red; width: 200px; position:relative; -webkit-animation: myfirst ...原创 2015-06-11 17:51:58 · 124 阅读 · 0 评论 -
html5放大缩小
div{ margin: 0 auto; width:100px; height:100px; background:url(img/QQ20150606151652.jpg); background-size: 75% 100%; background-repeat:no-repeat ; -webkit-transition:width 2s...原创 2015-06-26 10:06:30 · 413 阅读 · 0 评论 -
mui框架 上拉加载 下拉刷新
Hello MUI mui.init({ pullRefresh: { container: '#pullrefresh', down: { height:50,//可...原创 2016-07-15 15:38:52 · 239 阅读 · 0 评论 -
css3样式
.text-font{background-color: #fff;} .text-font ul li{font-family: "微软雅黑";} /*li:hover {font-size: 2rem;color: red;background-color:#000;transition: auto;}*//*:hover 鼠...原创 2016-07-15 18:58:22 · 107 阅读 · 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 评论