Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, ...
分类:
其他好文 时间:
2017-06-26 13:35:55
阅读次数:
96
标签选择器: 作用:根据选择器的名称,选中页面中所有的HTML标签 li{ color: blue; } 类选择器 写法: .class名{} 调用:在HTML标签中,使用class="class名"调用选择器 优先级,class选择器大于标签选择器 */ .li1{ color: red; } i ...
分类:
Web程序 时间:
2017-06-25 17:48:14
阅读次数:
224
运行结果: List colors has 3, List(red, green, blue)redList(green, blue)greenredgreenblueredgreenblueredgreenblueredgreenblueList(3, 5, 4)165true1122334455 ...
分类:
其他好文 时间:
2017-06-24 18:46:19
阅读次数:
161
原文链接:http://www.cnblogs.com/easy-blue/p/6617852.html 摘要: 安装请看上一篇Sublime Text—安装,和sublime自带快捷键一起用,写html简直快的飞起。 下面整理的是常用的,完整的可看emmet官方文档。 生成标签 1.快速生成文档结 ...
分类:
其他好文 时间:
2017-06-24 15:32:27
阅读次数:
218
2017年6月12日 星期一 --出埃及记 Exodus 26:31"Make a curtain of blue, purple and scarlet yarn and finely twisted linen, with cherubim worked into it by a skilled ...
分类:
其他好文 时间:
2017-06-24 12:38:35
阅读次数:
162
2017年6月17日 星期六 --出埃及记 Exodus 26:36"For the entrance to the tent make a curtain of blue, purple and scarlet yarn and finely twisted linen--the work of ...
分类:
其他好文 时间:
2017-06-24 12:33:36
阅读次数:
116
color(颜色) mui中组件以iOS 7为基础,补充部分Android特有控件,颜色值主要有以下五种: 1 2 3 4 5 primary => #007aff; //蓝色(blue) success => #4cd964; //绿色(green) warning => #f0ad4e; //黄 ...
分类:
Web程序 时间:
2017-06-23 10:31:55
阅读次数:
437
1、结构文档中有2种关系,父子关系或祖先-后代关系;父子关系是一种特殊的祖先-后代关系。 2、语法结构如下: 祖先 后代{ 属性名:属性值} 祖先 后代之间间隔一代的父子关系,也可以是间隔很多代的祖先后代关系 也可以是更复杂的关系:ul ol ul li { color : blue ; } 也可以 ...
分类:
其他好文 时间:
2017-06-22 16:51:02
阅读次数:
133
1.text-shadow:5px 5px 5px red, 9px 13px 10px blue, 8px 12px 10px #ccc; 字体阴影面积显示(同box-shadow) 2.自己设置字体 @font-face{ /* 可以设置字体 */ font-family:WebFont; /* ...
分类:
Web程序 时间:
2017-06-20 21:15:51
阅读次数:
225
E11 识别\0 { color:red; color:blue \0; } chrome下颜色是红色。IE11是蓝色 E11 识别\0 { color:red; color:blue \0; } chrome下颜色是红色。IE11是蓝色 ...
分类:
Web程序 时间:
2017-06-18 18:06:58
阅读次数:
208