CSS3的渐变 :linear-gradient一、线性渐变在Mozilla下的应用-moz-linear-gradient( [ || ,]? , [, ]* )例:background: -moz-linear-gradient( top,#000,#fff);参数:其共有三个参数,第一个参数....
分类:
其他好文 时间:
2015-08-18 01:08:46
阅读次数:
167
网页代码:
输入框-提示列表
<!--
/**/
body{background:#CCC}
.Menu {
position:relative;
width:204px;
height:127px;
z-index:1;
background: #FFF;
border:1px solid #000;
margin-top:-100px;
display:none;
}
...
分类:
其他好文 时间:
2015-08-14 17:14:49
阅读次数:
111
>>> l = list('sdf')>>> l['s', 'd', 'f']>>> id(l)4520422000>>> l.reverse()>>> id(l)4520422000>>> l.extend(list('fff'))>>> id(l)4520422000>>> l.sort()>>...
分类:
其他好文 时间:
2015-08-10 19:29:56
阅读次数:
150
参考妙趣课堂的视频,做了这个游戏,通过这个游戏可以了解到canvas的强大。废话不多说,直接上代码。
html代码:
马祖
css代码:这里我用的是less
@black:#000;
@white:#fff;
* {
margin: 0;
padding: 0;
}
body {
background-color:@black;
}
#box {...
分类:
Web程序 时间:
2015-08-10 11:58:22
阅读次数:
181
方法1,在rubymine下查找所有css,scss,sass,less,修改所有带font-family的内容,删除public文件夹下面的缓存css,查看效果.如body { background-color: #fff; color: #333; font-family: "Micros...
分类:
Web程序 时间:
2015-08-10 07:07:00
阅读次数:
478
Description
X soldiers from the famous " *FFF* army" is standing in a line, from left to right.
You, as the captain of *FFF*, decides to have a "number off", that is, each soldier, from left to r...
分类:
其他好文 时间:
2015-08-08 16:40:46
阅读次数:
90
我们知道在用图片作为背景的时候,css要这样写,以div容器举例子,也可以是body、td、p等的背景,道理一样。代码:div{ background:#FFF url(image) no-repeat fixed x y;}这里的background的属性值依次为:#FFF背景色:(颜色值,背景图...
分类:
Web程序 时间:
2015-08-07 01:39:01
阅读次数:
168
我们知道在用图片作为背景的时候,css要这样写,以div容器举例子,也可以是body、td、p等的背景,道理一样。代码:div{ background:#FFF url(image) no-repeat fixed x y;}这里的background的属性值依次为:#FFF 背景色:(颜色值,.....
分类:
Web程序 时间:
2015-08-04 00:16:27
阅读次数:
134
DIV周边添加投影.tou{ width:1000px; height:300px; border:0px solid #999; background:#FFF; margin:0 auto; margin-bottom:20px; filter:progid:DXImageTrans...
分类:
其他好文 时间:
2015-07-30 10:47:06
阅读次数:
113
Oh My Holy FFF
Time Limit: 5000/2500 MS (Java/Others) Memory Limit: 65535/65535 K (Java/Others)
Total Submission(s): 848 Accepted Submission(s): 219
Problem Description
N soldiers fr...
分类:
其他好文 时间:
2015-07-28 00:58:43
阅读次数:
198