.box{ width: 100px; height: 100px; border: 1px solid #ccc; border-radius: 5px; margin-bottom: 15px; } .out, ...
分类:
Web程序 时间:
2014-07-14 00:16:57
阅读次数:
305
/*要想看到边框的颜色,就必须设置边框的样式,否则看不到效果。
border也可以简写:border:1px solid Red 意思是设置边框border宽度为1px,样式为solid,颜色为Red*/
.d1{ border-width:1px; border-style:solid;border-color:Red; background-color:Gr...
分类:
Web程序 时间:
2014-07-13 18:59:41
阅读次数:
329
GETHUB下载地址
背景颜色用animate方法时时无法改变颜色的
所以要使用插件进行补充。
使用方法:
div {
background-color: #bada55;
width: 100px;
border: 1px solid green;
}
Simple
Desaturate
Hello!
jQuery("#...
分类:
Web程序 时间:
2014-07-12 19:08:29
阅读次数:
170
默认情况下,验证提示信息用label元素来显示, 并且会添加css class, 通过css可以很方便设置出错控件以及错误信息的显示方式。/* 输入控件验证出错*/form input.error { border:solid 1px red;}/* 验证错误提示信息*/form label.err...
分类:
Web程序 时间:
2014-07-11 21:36:09
阅读次数:
259
1.编程语言和应用整体介绍" style="clear: both; font-size: 1.8em; margin: 0px 0px 0.85em; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(230, 230, 230); line-height: 1.7em; color: r...
分类:
编程语言 时间:
2014-07-11 00:42:02
阅读次数:
305
padding:6px 10px 0 10px; 上 右 下 左border:1px solid #dbdbdb;边框 margin-bottom:8px与最下边边框的距离display:block;display:block;比较常用于这两个标签——因为这两个标签非块元素,如果不用display:...
分类:
其他好文 时间:
2014-07-09 20:24:00
阅读次数:
201
题目如下:
Problem A: The Monocycle
A monocycle is a cycle that runs on one wheel and the one we will be considering is a bit more special. It has a solid wheel colored with fiv...
分类:
其他好文 时间:
2014-07-06 11:49:47
阅读次数:
233
css:[css]#race{display:block;width:200px;height:50px;line-height:50px;text-align:center;background:#CCC;border:#555 1px solid;}.raceShow{border:solid ...
分类:
Web程序 时间:
2014-07-05 18:15:42
阅读次数:
144
.style1
{
width: 50%; border:1px solid #cccccc; border-collapse:collapse; font-size:12px;
}
.style1 td{ border:1px solid #cccccc; height:25px; }
input{...
分类:
Web程序 时间:
2014-07-05 10:59:28
阅读次数:
216
X-plore文件管理器个人评价:安卓手机上管理文件的神器,所有文件一览无余,加上自己对软件常用功能的配置,管理文件无比方便。(本人一直使用) Solid文件管理器个人评价:用户体验真的很不错,初次使用就被其完美的界面和简单明了的操作所吸引 ES文件浏览器:个人评价:远程文件管理算是这几个中最好的....
分类:
移动开发 时间:
2014-07-02 14:25:03
阅读次数:
285