-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfront_css.txt
100 lines (50 loc) · 1.36 KB
/
front_css.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<head>
<link rel='stylesheet' href='common.css' />
<style>
.logo{
background-color:red;
}
#logo{
background-color:red;
}
a,div{
background-color:red;
}
a div{
background-color:red;
}
.logo a,.logo p{
background-color:red;
}
input[type='text']{
}
.logo 表示 class='logo' 的标签
#logo 表示 id='logo' 的标签
a,div 表示 a 标签和 div 标签
a div 表示 a 标签下嵌套的 div 标签
同理 .logo a 表示 class='logo' 的标签下嵌套的 a 标签
input[type='text'] 表示input 标签中 type='text' 的标签
</style>
</head>
<body>
<div style='background-color:read;'>
</div>
</body>
背景
<div style='background-color:read;'></div>
'background-img:url(image/4.gif);height;80px;background-repeat:no-repeat;background-position:10px 10px;'
'background:url(image/5.gif) 10px 20px no-repeat;height:20px;width:20px;'
边框
style='border:1px solid red;'
外边距 内边距
margin padding
display
none 隐藏对象 block 块级对象 inline 内联对象
cursor 光标效果
pointer help wait move crosshair
float:left;width:50%
漂浮
clearfix clear:both
position
fixed 整个页面位置固定 relative 父标签中设置 absolute 子标签在父标签中相对位置
透明度 opacity