css的调用:
<!--css文件的用法-->
<!DOCTYPEhtml>
<html>
<head>
<title></title>
</head>
<body>
<divstyle="height:45px;background:blue;"></div>
<div>
<divstyle="height:500px;background-..
分类:
Web程序 时间:
2016-10-14 23:58:41
阅读次数:
392
1.Text:CSS 文本格式 body {color:blue;} h1 {color:#00ff00;} h2 {color:rgb(255,0,0); A.text-align:文本对齐方式 B.text-decoration:文本修饰 (1.用来删除链接的下划线: a {text-decor ...
分类:
Web程序 时间:
2016-10-13 19:09:18
阅读次数:
132
Artical --> BYPASSING PROVIDERS IN ANGULAR 2 Here trying to solve one problem: On the left hand side of tree, there are 4 green blocks and 1 blue bloc ...
分类:
其他好文 时间:
2016-10-12 07:05:58
阅读次数:
150
<!DOCTYPEhtml><html><head><metacharset="utf-8"><title>田字格</title><style>body{margin:0px;padding:0px;}.uni{width:200px;height:200px;float:left;}#first{background:red;}#second{background:blue;}#third{background:yel..
分类:
其他好文 时间:
2016-10-11 22:02:53
阅读次数:
149
git log 配置 git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%C ...
分类:
其他好文 时间:
2016-10-10 20:37:06
阅读次数:
97
//16进制色值转换 #define UIColorFromHex(hex) [UIColor colorWithRed:((float)((hex & 0xFF0000) >> 16))/255.0 green:((float)((hex & 0xFF00) >> 8))/255.0 blue:( ...
分类:
移动开发 时间:
2016-10-10 16:34:39
阅读次数:
207
(-1)写在前面 我用的是chrome49,如果你用的不是。可以尝试换下浏览器前缀。IE在这方面的实现又特例独行了。不想提及…,这篇是为后续做准备。 (0)快速使用 background-image:-webkit-linear-gradient(red,blue); 或者 background-i ...
分类:
Web程序 时间:
2016-10-08 01:32:58
阅读次数:
221
单词 absolute:绝对的herf:链接img:图片targer:目标cellpadding:单元格填充cellspacing:单元格僵局width:宽度hight:高度align:水平buttom:底端background背景tuto自动block快blue蓝色bold粗体button按钮ce ...
分类:
其他好文 时间:
2016-10-07 20:48:43
阅读次数:
213
1.添加一个CSS类 $("button").click(function(){ $("#div1").addClass("important blue");}); 2.移除一个类 $("button").click(function(){ $("h1,h2,p").removeClass("blu ...
分类:
Web程序 时间:
2016-10-03 19:18:23
阅读次数:
166
Description 在经济全球化浪潮的影响下,习惯于漫步在清晨的乡间小路的邮递员Blue Mary也开始骑着摩托车传递邮件了。 不过,她经常回忆起以前在乡间漫步的情景。昔日,乡下有依次编号为1..n的n个小村庄,某些村庄之间有一些双 向的土路。从每个村庄都恰好有一条路径到达村庄1(即比特堡)。并 ...
分类:
其他好文 时间:
2016-10-02 19:19:45
阅读次数:
153