CSS中的嵌套是特别繁琐的,即便用比较强大的编辑器比如Webstorm来编辑代码,可是在维护的时候还是不能一目了然的去找到对应的代码,我们经常看到类似这样的代码段:#contentarticleh1{color:#333}
#contentarticlep{margin-bottom:1.4em}
#contentaside{background-color:#eee}..
分类:
其他好文 时间:
2016-11-10 22:05:02
阅读次数:
641
20.1ID与类(class)1.id是唯一的,类是多项的2.id选择器: 适合所有h2标题 h2{ color:#333;font-size:16px;}只适合title的h2标题h2#title{ color:#eee;}3.结合多个class和idul#drinks{ color:red;}. ...
分类:
其他好文 时间:
2016-10-31 21:39:16
阅读次数:
142
<html><head> <meta charset="UTF-8"> <title>文章列表</title> <style type="text/css"> ul{ background-color:#EEE; } div{ height: 40px; width: 2000px; } li{ l ...
分类:
其他好文 时间:
2016-10-27 20:47:58
阅读次数:
112
设 $f$ 的正惯性指数为 $r$, 负惯性指数为 $s$, 则存在满秩线性替换 $$\bee\label{487:4:eq1} y_i=d_{i1}x_1+\cdots +d_{in}x_n,\quad 1\leq i\leq n \eee$$ 使得 $$\bee\label{487:4:eq2} ...
分类:
其他好文 时间:
2016-09-28 15:24:41
阅读次数:
134
html><head> <meta charset="utf-8"> <style> #conatiner{ width:400px; height:500px; border:1px solid #eee; position: relative; } </style></head> <body> ...
分类:
其他好文 时间:
2016-09-10 11:28:22
阅读次数:
175
1.集合合并: 给定一个字符串的集合,格式如: {aaa bbb ccc}, {bbb ddd},{eee fff},{ggg},{ddd hhh} 要求将其中交集不为空的集合合并,要求合并完成后的集合之间无交集,例如上例应 输出 {aaa bbb ccc ddd hhh},{eee fff}, { ...
分类:
其他好文 时间:
2016-09-08 17:54:21
阅读次数:
160
AAA 111 222 333 444 555 BBB 111 222 333 444 555 CCC 111 222 333 444 555 DDD 111 222 333 444 555 EEE 111 222 333 444 555 AAA 111 222 333 444 555 BBB 11 ...
分类:
其他好文 时间:
2016-08-18 14:20:03
阅读次数:
151
//#include"header.h" //AnycodeXincludestheheader.hbydefault,needn‘tcanclethenotation.
#include<iostream>
usingnamespacestd;
inta[]={3,2,4,1,5};//4
intn=5;
/********************
E
EE
EEE
EEEE
EEEEE
*********************/
voidfun()
{
intl=0,r=n-1,lmax=a..
分类:
编程语言 时间:
2016-08-05 21:42:32
阅读次数:
217
效果:代码:<!DOCTYPEhtml><html><head> <title>js实现下拉列表</title> <metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/> <styletype="text/css"> *{margin:0px;padding:0px} .nav{background-color:#eee;widt..
分类:
Web程序 时间:
2016-07-22 16:15:35
阅读次数:
211
效果:代码:<!DOCTYPEhtml><html><head> <title>JQuery实现下拉菜单</title> <metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/> <styletype="text/css"> *{margin:0px;padding:0px} .nav{background-color:#eee;..
分类:
Web程序 时间:
2016-07-22 16:14:14
阅读次数:
200