.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
route -A inet6 增加下一跳 提示错误 SIOCADDRT: No route to host ...
分类:
Web程序 时间:
2016-07-08 19:38:26
阅读次数:
302
/*自适应按钮*/ 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
1、ios开发镶嵌 h5页面 存在input 圆角问题(安卓直角) 解决办法 inpput{ -webkit-appearance: none; border-radius: 0px; } 2、ios 镶嵌页面 当原生键盘输入时 底部按钮悬浮 在屏幕中间 解决办法:(ps 显示用的 position ...
分类:
移动开发 时间:
2016-07-07 14:20:43
阅读次数:
194
在帧中继二层网络中,如果要使用p2mp采用网络类型为broadcast,需要注意:一、HUB点必须为DR,二、需要在R2与R3之间再建立一条PVI,以此来使R2,R3彼此之间来学习到正确的下一跳,否则如R2学习到33.1.1.1的下一跳是10.1.123.3,造成ping不通。(由于DLCI只有2个号,因此借用之..
分类:
其他好文 时间:
2016-07-03 23:36:40
阅读次数:
404