1:border分割线解析 width:40px; height:40px; background:#000; border-width:30px; border-style:solid; border-color:#e66161 #f3bb5b #...
分类:
Web程序 时间:
2015-03-04 18:41:54
阅读次数:
188
先预览效果其中用到了CSS3的Transition属性:设置动画时间、效果;Transform属性:设置元素旋转、位移;box-sizing属性:以特定的方式定义某个区域的特定元素;制作小三角方法:1 width:0; height:0; overflow:hidden; 2 border:7px ...
分类:
Web程序 时间:
2015-03-04 12:50:03
阅读次数:
204
$('#surveryGird').datagrid( {loadMsg : "正在加载数据",url : url,height : 320,width : 270,searching : true,pagination : true,//分页sortName: 'reportTimeStr',so...
分类:
其他好文 时间:
2015-03-04 12:44:20
阅读次数:
197
#adiv p { text-align: left; text-indent: 2em; line-height:25px; font-family:微软雅黑; font-...
分类:
Web程序 时间:
2015-03-04 12:29:03
阅读次数:
151
var newWindow;//定义一个窗口,有利于窗口间的通讯function makeNewWindow(url) { if (!newWindow || newWindow.closed) { var width = 400; var height = 300; var left = pa.....
分类:
Web程序 时间:
2015-03-04 09:41:40
阅读次数:
152
第一步<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"
android:layout_height="match_parent"tools:context=".MainActivity">
<android.support.v4..
分类:
移动开发 时间:
2015-03-04 06:24:04
阅读次数:
185
On a horizontal line, there are two vertical pillars. The distance between their bottoms is w. The height of the first pillar is an integer, chosen uniformly at random in the range 1 through x, inclusive. The h...
分类:
其他好文 时间:
2015-03-04 06:16:07
阅读次数:
157
把已知图片处理成灰色的图片。
-(UIImage*)getGrayImage:(UIImage*)sourceImage
{
int width = sourceImage.size.width;
int height = sourceImage.size.height;
CGColorSpaceRef colorSpace =
CGColorSpa...
分类:
其他好文 时间:
2015-03-03 18:34:09
阅读次数:
117
//回顶部页面元素: //悬浮二维码返回顶部在线咨询扫二维码Css样式: /*新增侧边浮动快捷框样式sta*/.suspension{position:fixed;right:10px;bottom:90px;z-index:9999;}.suspensionli{width:39px;height...
分类:
其他好文 时间:
2015-03-03 18:28:50
阅读次数:
304
在第二层each,传入的对象以height举例是这样的,{padding:innerHeight,content:height,"":outerHeight} 对它遍历调用function(defaultExtra,funcName),也就是说传入的defaultExtra是键 padding/co...
分类:
Web程序 时间:
2015-03-03 18:10:57
阅读次数:
162