From 106219d5c6b07128b9cc4edc80a4088db589dc93 Mon Sep 17 00:00:00 2001 From: Catouse Date: Tue, 5 Nov 2013 14:48:56 +0800 Subject: [PATCH] * update document. --- assets/css/doc.css | 10 ++- examples/labels.html | 141 +++++++++++++++++++++--------------------- examples/textbox.html | 113 +++++++++++++++++---------------- 3 files changed, 139 insertions(+), 125 deletions(-) diff --git a/assets/css/doc.css b/assets/css/doc.css index a4ca3e59c..61cd7c1da 100644 --- a/assets/css/doc.css +++ b/assets/css/doc.css @@ -1,6 +1,14 @@ +body +{ + background-color: #f1f1f1; +} article { - padding: 20px; + padding: 40px; + max-width: 1000px; + margin: 30px auto; + background-color: #fff; + border:1px solid #ddd; } .segment { diff --git a/examples/labels.html b/examples/labels.html index a825c45d4..263866889 100644 --- a/examples/labels.html +++ b/examples/labels.html @@ -5,82 +5,85 @@ ZUI + + -
- +
+
+ +

类型

+

基本类型

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
标签描述

New

h1

New

h2

New

h3

New

h4
New
h5
New
h6
+ -

类型

-

基本类型

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
标签描述

New

h1

New

h2

New

h3

New

h4
New
h5
New
h6
- - -

变化

-

颜色

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
标签描述
Defaultlabel-default
Primarylabel-primary
Successlabel-success
Infolabel-info
Warninglabel-warning
Dangerlabel-danger
-
+

变化

+

颜色

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
标签描述
Defaultlabel-default
Primarylabel-primary
Successlabel-success
Infolabel-info
Warninglabel-warning
Dangerlabel-danger
+
+ diff --git a/examples/textbox.html b/examples/textbox.html index 6c9ff2b0c..afe272e0c 100644 --- a/examples/textbox.html +++ b/examples/textbox.html @@ -5,71 +5,74 @@ ZUI + + -
- +
+
+ -

类型

-

基本类型

- - - - - - - - - - - - - - - - - -
文本框描述
input type='text'
textarea row='3'
- - select
- +

类型

+

基本类型

+ + + + + + + + + + + + + + + + + +
文本框描述
input type='text'
textarea row='3'
+ + select
-

状态

- - - - - - - - - -
文本框描述

禁用:input type='text' diabled
+

状态

+ + + + + + + + + +
文本框描述

禁用:input type='text' diabled
-

变化

-

宽度

-
-
- +

变化

+

宽度

+
+
+ +
+
+ +
+
+ +
-
- -
-
- -
-
-
+
+ -- GitLab