方法一:cssreset/*reset*/
html{color:#000;background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
body{font:12px/1Tahoma,Helvetica,Arial,"\5b8b\4f53",sans-serif;}
img{border:none;}
em,stro..
分类:
Web程序 时间:
2016-07-08 12:08:37
阅读次数:
1114
Tkinter Colors: Tkinter的代表与字符串的颜色。一般有两种方式来指定Tkinter的颜色 Tkinter的代表与字符串的颜色。一般有两种方式来指定Tkinter的颜色: 你可以使用一个字符串,指定红色,绿色和蓝色十六进制数字的比例。例如,“#FFF”是白色的,“#000000”是 ...
分类:
其他好文 时间:
2016-06-30 09:46:46
阅读次数:
457
h3{color: #fff;background-color: #008eb7;-moz-border-radius: 3px;border-radius: 3px;padding:3px;margin:10px 0px;text-shadow:2px 2px 3px #404040;} 博客 贴 ...
分类:
其他好文 时间:
2016-06-19 16:56:42
阅读次数:
82
div::selection{color:#fff;background: #E83E84;text-shadow:none} ...
分类:
其他好文 时间:
2016-06-13 18:57:30
阅读次数:
185
h3{color: #fff;background-color: #008eb7;-moz-border-radius: 3px;border-radius: 3px;padding:3px;margin:10px 0px;text-shadow:2px 2px 3px #404040;} 博客 贴 ...
分类:
其他好文 时间:
2016-06-05 18:27:33
阅读次数:
137
NSArray *stringArray = [NSArray arrayWithObjects:@"fff 1", @"abc 21", @"abc 12",@"abc 13",@"abc 05",nil]; NSComparator sortBlock = ^(id string1, id st ...
分类:
移动开发 时间:
2016-06-05 11:10:26
阅读次数:
243
偶然查看Math.round的JDK 注释说0x1.fffffep-2f是最接近0.5的float类型的小数,咦,科学计数法用e表示指数我是知道的,但是这个p是什么鬼。可能有的读者还会问,为什么这个数时最接近0.5的数,这个数到底是多少呢?所以现在的问题有两个: 1、p代表什么。 2、0x1.fff ...
分类:
编程语言 时间:
2016-06-01 21:24:22
阅读次数:
235
/*p#example{color:grey;font:18px‘Arial‘,sans-serif;}*/
body{font-family:"Helvetica","Arial",sans-serif;background:#fff;color:#000}
table{margin:auto;border:solid1px#699;text-align:center;width:600px;}
caption{margin:auto;padding:10px;font-weight:bold;}
th{b..
分类:
Web程序 时间:
2016-05-27 18:41:28
阅读次数:
336
效果为: 代码为: <div class="headertop"> <div class="headerTopIn"> <p class="headTopleft"><a href="/" title="广东省中研白癜风医学研究院" style="color:#fff">广东省中研白癜风医学研究院< ...
分类:
其他好文 时间:
2016-05-26 18:40:43
阅读次数:
196
ys_auto_complete.css.ys-auto-complete{
position:absolute;
display:none;
list-style-type:none;
padding:0;
border:1pxsolid#ccc;
margin:0;
background-color:#fff;
z-index:999;
}
.ys-auto-completeli{
height:32px;
line-height:32px;
font-size:14px;
color:#222;
..
分类:
编程语言 时间:
2016-05-19 13:27:14
阅读次数:
194