Skip to content

Commit d15a8d9

Browse files
author
kaida.zkd
committed
测试新版antui地址
测试新版antui地址
1 parent 0650bad commit d15a8d9

File tree

57 files changed

+23800
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+23800
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

antuitest/advanced/plug-in/index.html

Whitespace-only changes.

antuitest/basic-style/flexbox/index.html

Whitespace-only changes.

antuitest/basic-style/reset/index.html

Whitespace-only changes.

antuitest/basic-style/smooth/index.html

Whitespace-only changes.

antuitest/basic-style/whitespace/index.html

Whitespace-only changes.

antuitest/basic-style/wingblank/index.html

Whitespace-only changes.

antuitest/basic-style/writing/index.html

Whitespace-only changes.

antuitest/categories/Advanced-高级使用/index.html

Whitespace-only changes.

antuitest/categories/Basic-Style-基础样式/index.html

Whitespace-only changes.

antuitest/categories/Components-组件/index.html

Whitespace-only changes.

antuitest/categories/Demo-演示/index.html

Whitespace-only changes.

antuitest/categories/Getting-Started-新手上路/index.html

Whitespace-only changes.

antuitest/categories/Notes-其他/index.html

Whitespace-only changes.

antuitest/components/01.按钮/index.html

Whitespace-only changes.

antuitest/components/02.标签栏/index.html

Whitespace-only changes.

antuitest/components/03.列表/index.html

Whitespace-only changes.

antuitest/components/04.表单/index.html

Whitespace-only changes.

antuitest/components/05.信息状态/index.html

Whitespace-only changes.

antuitest/components/06.结果页面/index.html

Whitespace-only changes.

antuitest/components/07.支付进度/index.html

Whitespace-only changes.

antuitest/components/08.公告/index.html

Whitespace-only changes.

antuitest/components/09.搜索栏/index.html

Whitespace-only changes.

antuitest/components/10.常规文章/index.html

Whitespace-only changes.

antuitest/components/11.对话框/index.html

Whitespace-only changes.

antuitest/components/12.加载状态/index.html

Whitespace-only changes.

antuitest/components/13.提示信息/index.html

Whitespace-only changes.

antuitest/components/14.浮出菜单/index.html

Whitespace-only changes.

antuitest/components/15.卡片/index.html

Whitespace-only changes.

antuitest/css/glyphicon.css

+807
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
/* Base16 Atelier Estuary Light - Theme */
2+
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/estuary) */
3+
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
4+
5+
/* Atelier-Estuary Comment */
6+
.hljs-comment,
7+
.hljs-quote {
8+
color: #6c6b5a;
9+
}
10+
11+
/* Atelier-Estuary Red */
12+
.hljs-variable,
13+
.hljs-template-variable,
14+
.hljs-attribute,
15+
.hljs-tag,
16+
.hljs-name,
17+
.hljs-regexp,
18+
.hljs-link,
19+
.hljs-name,
20+
.hljs-selector-id,
21+
.hljs-selector-class {
22+
color: #ba6236;
23+
}
24+
25+
/* Atelier-Estuary Orange */
26+
.hljs-number,
27+
.hljs-meta,
28+
.hljs-built_in,
29+
.hljs-builtin-name,
30+
.hljs-literal,
31+
.hljs-type,
32+
.hljs-params {
33+
color: #ae7313;
34+
}
35+
36+
/* Atelier-Estuary Green */
37+
.hljs-string,
38+
.hljs-symbol,
39+
.hljs-bullet {
40+
color: #7d9726;
41+
}
42+
43+
/* Atelier-Estuary Blue */
44+
.hljs-title,
45+
.hljs-section {
46+
color: #36a166;
47+
}
48+
49+
/* Atelier-Estuary Purple */
50+
.hljs-keyword,
51+
.hljs-selector-tag {
52+
color: #5f9182;
53+
}
54+
55+
.hljs-deletion,
56+
.hljs-addition {
57+
color: #22221b;
58+
display: inline-block;
59+
width: 100%;
60+
}
61+
62+
.hljs-deletion {
63+
background-color: #ba6236;
64+
}
65+
66+
.hljs-addition {
67+
background-color: #7d9726;
68+
}
69+
70+
.hljs {
71+
display: block;
72+
overflow-x: auto;
73+
background: #f9f9f9;
74+
color: #5f5e4e;
75+
padding: 1em 1.5em;
76+
}
77+
78+
.hljs-emphasis {
79+
font-style: italic;
80+
}
81+
82+
.hljs-strong {
83+
font-weight: bold;
84+
}

0 commit comments

Comments
 (0)