第0章 关于本书 1, 本书要用到一个工具函数————$$(),它可以让我们更容易获取和遍历所有匹配特定css选择符的dom元素: 2, 以下实现一个效果: 3, 检查属性是否存在: 检测多个属性: 检测某个具体的属性值是否支持: 第1章 前言 1, 不用-ms-border-radius和-o-b ...
分类:
Web程序 时间:
2016-07-19 09:07:11
阅读次数:
242
前缀是-webkit-的Safari和Chrome支持 前缀是-moz-的Firefox支持 前缀是-o-的Opera支持 CSS3边框 border-radius (CSS3圆角) 注意:每个半径的四个值的顺序是:左上角,右上角,右下角,左下角 box-shadow (CSS3盒阴影) h-sha ...
分类:
Web程序 时间:
2016-07-18 13:04:06
阅读次数:
204
PulsingHalo的git地址是: https://github.com/shu223/PulsingHalo Objective - C 一丶PulsingHalo的实例化和启动: 二丶私人定制 涟漪的数量: 使用haloLayerNumber属性: 半径 使用radius属性。 颜色 使用b ...
分类:
其他好文 时间:
2016-07-17 09:30:02
阅读次数:
178
.wpcf7-formp{margin:0;color:#fff;}
.wpcf7-forminput.wpcf7-text,textarea.wpcf7-textarea{color:#fff!important;
border-color:#fff!important;
border-width:2px!important;
background-color:transparent!important;
padding:13px!important;
border-radius:2px!importan..
分类:
其他好文 时间:
2016-07-13 12:02:55
阅读次数:
152
1. 绘制图形,则需要找到合适的绘制图形的函数。 绘制圆弧 arc(x, y, radius, startAngle, endAngle, anticlockwise) 该方法有五个参数: x,y为绘制圆弧所在圆上的圆心坐标。radius为半径。startAngle以及engAngle参数用弧度定义 ...
分类:
其他好文 时间:
2016-07-12 23:23:56
阅读次数:
143
随着Css3和html5的风靡,越来越多的前端人员开始学习Css3,今天的文章就是来说说前端应该掌握10个Css3属性。 1. Border-radius Border-radius是一大堆CSS3属性中最受欢迎的一种,border-radius是CSS3中级别最高的一个属性。当设计者害怕一个层在将 ...
分类:
Web程序 时间:
2016-07-12 13:46:50
阅读次数:
215
radius计费系统,宽带计费系统,免费计费系统,计费系统破解版 ...
分类:
其他好文 时间:
2016-07-12 11:52:32
阅读次数:
722
重识css3中的border-radius 大家可能都知道css3中的border-radius是用来定义圆角的,以前使用border-radius时,我都只是使用了border-radius带一个参数的用法,但最近发现原来border-radius还可以根据所带参数不同可以实现不同规则圆角的效果, ...
分类:
Web程序 时间:
2016-07-10 18:10:40
阅读次数:
180
LocationManager提供的addProximityAlert(double latitude , double longitude , float radius , long expiration , PendingIntent intent)方法用于添加一个临近警告。 所谓临近警告,也就 ...
分类:
其他好文 时间:
2016-07-08 21:33:28
阅读次数:
222
/*自适应按钮*/ button{ padding:.3em .8em; border:1px solid rgba(0,0,0,.1); background: #58a linear-gradient(hsla(0,0%,100%,.2),transparent); border-radius: ...
分类:
其他好文 时间:
2016-07-08 15:11:06
阅读次数:
123