-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
269 lines (255 loc) · 9.07 KB
/
index.html
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="leoc.css">
<meta charset="utf-8">
</head>
<body>
<div class="quotes">各种标题</div>
<h1>标题测试</h1>
<h2>标题测试</h2>
<h3>标题测试</h3>
<h4>标题测试</h4>
<h5>标题测试</h5>
<h6>标题测试</h6>
<hr>
<div class="quotes">各种按钮</div>
<button class="btn btn-lg btn-default ">hello</button>
<button class="btn btn-lg btn-danger ">hello</button>
<button class="btn btn-lg btn-smile ">hello</button>
<button class="btn btn-lg btn-success ">hello</button>
<button class="btn btn-lg btn-warning ">hello</button>
<button class="btn btn-lg btn-info ">hello</button>
<br>
<br>
<button class="btn btn-default ">hello</button>
<button class="btn btn-danger ">hello</button>
<button class="btn btn-smile ">hello</button>
<button class="btn btn-success ">hello</button>
<button class="btn btn-warning ">hello</button>
<button class="btn btn-info ">hello</button>
<br><br>
<button class="btn btn-sm btn-default ">hello</button>
<button class="btn btn-sm btn-danger ">hello</button>
<button class="btn btn-sm btn-smile ">hello</button>
<button class="btn btn-sm btn-success ">hello</button>
<button class="btn btn-sm btn-warning ">hello</button>
<button class="btn btn-sm btn-info ">hello</button>
<br><br>
<button class="btn btn-xs btn-default ">hello</button>
<button class="btn btn-xs btn-danger ">hello</button>
<button class="btn btn-xs btn-smile ">hello</button>
<button class="btn btn-xs btn-success ">hello</button>
<button class="btn btn-xs btn-warning ">hello</button>
<button class="btn btn-xs btn-info ">hello</button>
<br>
<div class="col-lg-4 offset-lg-4" style="border:1px solid #eee">ef</div>
<div class="col-lg-2 offset-lg-5" style="border:1px solid #eee">ef</div>
<div class="quotes">表单</div>
<hr>
<form style="" class="input-group-inline">
<input type="" class="input" name="" value="hello">
<input type="" class="input input-success" name="" value="hello">
<input type="" class="input input-smile" name="" value="hello">
<input type="" class="input input-lg input-info" name="" value="hello">
<input type="" class="input input-danger" name="" value="hello">
</form>
<hr>
<form style="" class="col-lg-4 offset-lg-4 input-group-block">
<input type="text" class="input" name="" value="hello">
<input type="text" class="input input-success" name="" value="hello">
<input type="text" class="input input-smile" name="" value="hello">
<input type="text" class="input input-sm input-info" name="" value="hello">
<input type="text" class="input input-lg input-danger" name="" value="hello">
<input type="button" class="w-all" value="click">
<hr>
</form>
<div class="quotes">引用</div>
<hr>
<div class="quotes quotes-sm">Leoc 你的最佳搭档</div>
<div class="quotes">Leoc 你的最佳搭档</div>
<div class="quotes quotes-lg">Leoc 你的最佳搭档</div>
<hr>
<h2 class="quotes">表格</h2>
<h3 class="quotes quotes-sm">普通表格</h3>
<table class="col-lg-10 offset-lg-1 table ">
<th>项目1</th>
<th>项目2</th>
<th>项目3</th>
<th>项目4</th>
<th>项目5</th>
<tr class="tr ">
<td>22 <span class="budge">5</span></td>
<td>22</td>
<td>22</td>
<td>22 <span class="budge danger">5</span></td>
<td>22</td>
</tr>
<tr class="tr tr-default">
<td>22</td>
<td>22</td>
<td>22</td>
<td>22</td>
<td>22</td>
</tr>
<tr class="tr tr-danger">
<td>22</td>
<td>22</td>
<td>22</td>
<td>22</td>
<td>22</td>
</tr>
<tr class="tr tr-smile">
<td>22</td>
<td>22</td>
<td>22</td>
<td>22</td>
<td>22</td>
</tr>
<tr class="tr tr-info">
<td>22</td>
<td>22</td>
<td>22</td>
<td>22</td>
<td>22</td>
</tr>
<tr class="tr tr-success">
<td>22</td>
<td>22</td>
<td>22</td>
<td>22</td>
<td>22</td>
</tr>
<tr class="tr tr-warning">
<td>22</td>
<td>22</td>
<td>22</td>
<td>22</td>
<td>22</td>
</tr>
</table>
<div class="quotes">文章容器</div>
<div class="container article shadow col col-lg-6 offset-lg-3">
<h1 class="cap">hello world</h1>
<hr>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<div class="container article ">
<div class="row text-center">
<p class="col-lg-5">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p class="col-lg-5">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> </div>
</div>
<div class="quotes">来个表格玩玩</div>
<table class="table">
<tr class="tr tr-danger">
<td class="info">员工1</td>
<td class="info-hover">员工2</td>
<td>员工3</td>
</tr>
<tr>
<td>员工1</td>
<td>员工2</td>
<td>员工3</td>
</tr>
<tr>
<td>员工1</td>
<td>员工2</td>
<td>员工3</td>
</tr>
<tr>
<td>员工1</td>
<td>员工2</td>
<td>员工3</td>
</tr>
<tr>
<td>员工1</td>
<td>员工2</td>
<td>员工3</td>
</tr>
</table>
</div>
<div class="quotes">
分割线
</div>
<div class="hr-content"><span class="item">我是分割线</span></div>
<div class="container article">
<h3>无间距分割线</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. <span class="hr-inblock"></span> Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div class="quotes">卡片</div>
<div class="row">
<div class="card">
<h3 class="head">卡片头部</h3>
<hr>
<p>这是普通卡片</p>
<h3 class="text-center">卡片脚部</h3>
</div>
<div class="card">
<h3 class="head">卡片头部</h3>
<hr>
<p>这是普通卡片</p>
<h3 class="text-center">卡片脚部</h3>
</div>
<div class="card">
<h3 class="head">卡片头部</h3>
<hr>
<img src="https://static.bootcss.com/www/assets/img/layoutit.png">
<p>这是带图卡片</p>
<hr>
<h3 class="text-center">卡片脚部</h3>
</div>
<div class="card">
<h3 class="head">卡片头部</h3>
<hr>
<img src="https://static.bootcss.com/www/assets/img/layoutit.png">
<p>这是带图待按钮卡片</p>
<hr>
<button class="btn btn-info">按钮</button>
</div>
<div class="card figure w-200">
<img src="https://static.bootcss.com/www/assets/img/layoutit.png">
<p>这是带图待按钮卡片</p>
<hr>
<button class="btn btn-info">按钮</button>
</div>
</div>
<div class="hr-content">名片</div>
<div class="row">
<div class="card recommend w-300">
<img src="http://www.semantic-ui.cn/images/avatar2/large/matthew.png">
<span>Mr.Leochens</span>
<div class="mark">Engineer</div>
<p class="discribe">A Very Good Programmer.A Very Good Programmer.A Very Good Programmer.A Very Good Programmer.A Very Good Programmer.</p>
<div class="extra"><i style="vertical-align:top; ">★</i>122</div>
</div>
<div class="card recommend w-300">
<img src="http://www.semantic-ui.cn/images/avatar2/large/kristy.png">
<span>Mr.Leochens</span>
<div class="mark">Engineer</div>
<p class="discribe">A Very Good Programmer.A Very Good Programmer.A Very Good Programmer.A Very Good Programmer.A Very Good Programmer.</p>
<div class="extra"><i style="vertical-align:top; ">★</i>122</div>
</div>
</div>
<br>
</body>
</html>