Skip to content

Commit 2295b2d

Browse files
committed
v 1.2.0
1 parent 1a72f12 commit 2295b2d

Some content is hidden

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

77 files changed

+3438
-1704
lines changed

css/api.css

Lines changed: 49 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,50 @@
1-
html{
2-
font-family: sans-serif;
3-
}
4-
html,body,header,section,footer,div,ul,ol,li,img,a,span,em,del,legend,center,strong,var,fieldset,form,label,dl,dt,dd,cite,input,hr,time,mark,code,figcaption,figure,textarea,h1,h2,h3,h4,h5,h6,p{
5-
margin:0;
6-
border:0;
7-
padding:0;
8-
font-style:normal;
9-
}
10-
html,body {
11-
-webkit-touch-callout:none;
12-
-webkit-text-size-adjust:none;
13-
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
14-
-webkit-user-select:none;
15-
background-color: #fff;
16-
}
17-
nav,article,aside,details,main,header,footer,section,fieldset,figcaption,figure{
18-
display: block;
19-
}
20-
img,a,button,em,del,strong,var,label,cite,small,time,mark,code,textarea{
21-
display:inline-block;
22-
}
23-
header,section,footer {
24-
position:relative;
25-
}
26-
ol,ul{
27-
list-style:none;
28-
}
29-
input,button,textarea {
30-
border:0;
31-
margin:0;
32-
padding:0;
33-
font-size:1em;
34-
line-height:1em;
35-
/*-webkit-appearance:none;*/
36-
background-color:rgba(0, 0, 0, 0);
37-
}
38-
span{
39-
display:inline-block;
40-
}
41-
a:active, a:hover {
42-
outline: 0;
43-
}
44-
a, a:visited{
45-
text-decoration:none;
46-
}
47-
48-
label, .wordWrap{
49-
word-wrap: break-word;
50-
word-break: break-all;
51-
}
52-
table {
53-
border-collapse: collapse;
54-
border-spacing: 0;
55-
}
56-
td,th {
57-
padding: 0;
58-
}
59-
.clearfix:after{
60-
content: ' ';
61-
display: block;
62-
clear: both;
63-
visibility:hidden;
64-
line-height: 0;
65-
height:0;
66-
}
67-
.loading_more{
68-
display: block;
69-
height: 1.5em;
70-
width: 100%;
71-
}
72-
.loading_more:before {
73-
display: inline-block; vertical-align: text-bottom;
74-
content: ' '; height: 16px; width: 16px; margin-right: 6px;
75-
background: url(../image/loading_more.gif) no-repeat center;
76-
-webkit-background-size: contain;
77-
background-size: contain;
78-
}
79-
.loading_more:after {
80-
content: '加载更多';
1+
.aui-fold-active {
2+
background: #f4f4f4;
3+
}
4+
.aui-fold-active .aui-fold-content {
5+
display:block;
6+
}
7+
.aui-fold-content {
8+
position: relative;
9+
display: none;
10+
margin: 12px -15px -12px;
11+
padding-left: 15px;
12+
background: #fff;
13+
}
14+
.aui-fold .aui-arrow-right {
15+
position: relative;
16+
display: block;
17+
overflow: hidden;
18+
margin: -12px -15px;
19+
padding: inherit;
20+
white-space: nowrap;
21+
text-overflow: ellipsis;
22+
color: inherit;
23+
}
24+
.aui-fold-ccontent-full {
25+
margin-left: -15px;
26+
margin-right: -15px;
27+
padding: 0;
28+
width: auto;
29+
}
30+
.aui-fold > .aui-arrow-right:after {
31+
content: "\e661";
32+
}
33+
.aui-fold-active > .aui-arrow-right:after{
34+
content: "\e6de"
35+
}
36+
.aui-fold-content .aui-list-view,
37+
.aui-fold-content .aui-user-view {
38+
margin-bottom: 0;
39+
}
40+
.aui-fold-content .aui-list-view:after,
41+
.aui-fold-content .aui-user-view:after,
42+
.aui-fold-content .aui-input-row:first-child:after {
43+
border-top: 0;
44+
}
45+
.aui-fold-content .aui-list-view-cell:last-child:after,
46+
.aui-fold-content .aui-user-view-cell:last-child:after,
47+
.aui-fold-content .aui-input-row:last-child:after,
48+
.aui-fold-content .aui-btn-row:last-child:after {
49+
border-bottom: 0;
8150
}

css/aui-accordion.css

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
/**
2+
* aui-accordion.css 手风琴
3+
* verson 0.0.1
4+
* @author 流浪男 && Beck
5+
* http://www.auicss.com
6+
* @todo more things to abstract, e.g. Loading css etc.
7+
* Licensed under the MIT license.
8+
* http://www.opensource.org/licenses/mit-license.php
9+
*/
10+
.aui-fold-active {
11+
background: #f4f4f4;
12+
}
13+
.aui-fold-active .aui-fold-content {
14+
display:block;
15+
}
16+
.aui-fold-content {
17+
position: relative;
18+
display: none;
19+
margin: 12px -15px -12px;
20+
padding-left: 15px;
21+
background: #fff;
22+
}
23+
.aui-fold .aui-arrow-right {
24+
position: relative;
25+
display: block;
26+
overflow: hidden;
27+
margin: -12px -15px;
28+
padding: inherit;
29+
white-space: nowrap;
30+
text-overflow: ellipsis;
31+
color: inherit;
32+
}
33+
.aui-fold-ccontent-full {
34+
margin-left: -15px;
35+
margin-right: -15px;
36+
padding: 0;
37+
width: auto;
38+
}
39+
.aui-fold > .aui-arrow-right:after {
40+
content: "\e661";
41+
}
42+
.aui-fold-active > .aui-arrow-right:after{
43+
content: "\e6de"
44+
}
45+
.aui-fold-content .aui-list-view,
46+
.aui-fold-content .aui-user-view {
47+
margin-bottom: 0;
48+
}
49+
.aui-fold-content .aui-list-view:after,
50+
.aui-fold-content .aui-user-view:after,
51+
.aui-fold-content .aui-input-row:first-child:after {
52+
border-top: 0;
53+
}
54+
.aui-fold-content .aui-list-view-cell:last-child:after,
55+
.aui-fold-content .aui-user-view-cell:last-child:after,
56+
.aui-fold-content .aui-input-row:last-child:after,
57+
.aui-fold-content .aui-btn-row:last-child:after {
58+
border-bottom: 0;
59+
}

css/aui-flex.css

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22
* =========================================================================
33
* APIClud - AUI UI 框架 流浪男 QQ:343757327 http://www.auicss.com
44
* AUI Flex
5-
* Verson 0.0.1
5+
* Verson 0.0.2
66
* =========================================================================
77
*/
88
/*容器*/
99
.aui-flex-col,
1010
.aui-flex-row {
1111
display: -webkit-box;
1212
display: -webkit-flex;
13+
display: -ms-flexbox;
1314
display: flex;
1415
-webkit-flex-wrap: wrap;
15-
flex-wrap: wrap;
16+
-ms-flex-wrap: wrap;
17+
flex-wrap: wrap;
1618
}
1719
.aui-flex-col:before,
1820
.aui-flex-row:before,
@@ -21,6 +23,7 @@
2123
content: " ";
2224
display: -webkit-box;
2325
display: -webkit-flex;
26+
display: -ms-flexbox;
2427
display: flex;
2528
box-sizing: border-box;
2629
}
@@ -32,13 +35,15 @@
3235
-webkit-box-orient: horizontal;
3336
-webkit-box-direction: normal;
3437
-webkit-flex-direction: row;
35-
flex-direction: row;
38+
-ms-flex-direction: row;
39+
flex-direction: row;
3640
}
3741
.aui-flex-row {
3842
-webkit-box-orient: vertical;
3943
-webkit-box-direction: normal;
4044
-webkit-flex-direction: column;
41-
flex-direction: column;
45+
-ms-flex-direction: column;
46+
flex-direction: column;
4247
}
4348
/*栅格*/
4449
.aui-flex-item-1 {
@@ -124,8 +129,8 @@
124129
margin-left: 91.66666667%;
125130
}
126131
.aui-flex-item-12 {
127-
float: left;
128-
width: 100%;
132+
float: left;
133+
width: 100%;
129134
}
130135
.aui-flex-offset-12 {
131136
margin-left: 100%;
@@ -139,57 +144,68 @@
139144
.aui-flex-between {
140145
-webkit-box-pack: justify;
141146
-webkit-justify-content: space-between;
147+
-ms-flex-pack: justify;
142148
justify-content: space-between;
143149
}
144150
/*对齐*/
145151
.aui-flex-col.aui-flex-left {
146152
-webkit-box-pack: start;
147153
-webkit-justify-content: flex-start;
154+
-ms-flex-pack: start;
148155
justify-content: flex-start;
149156
}
150157
.aui-flex-col.aui-flex-right {
151-
-webkit-box-pack: end;
152-
-webkit-justify-content: flex-end;
158+
-webkit-box-pack: end;
159+
-webkit-justify-content: flex-end;
160+
-ms-flex-pack: end;
153161
justify-content: flex-end;
154162
}
155163
.aui-flex-col.aui-flex-top {
156164
-webkit-box-align: start;
157165
-webkit-align-items: flex-start;
166+
-ms-flex-align: start;
158167
align-items: flex-start;
159168
}
160169
.aui-flex-col.aui-flex-bottom {
161170
-webkit-box-align: end;
162171
-webkit-align-items: flex-end;
172+
-ms-flex-align: end;
163173
align-items: flex-end;
164174
}
165175
.aui-flex-col.aui-flex-center {
166176
-webkit-box-pack: center;
167177
-webkit-justify-content: center;
178+
-ms-flex-pack: center;
168179
justify-content: center;
169180
}
170181
.aui-flex-col.aui-flex-middle {
171182
-webkit-box-align: center;
172183
-webkit-align-items: center;
184+
-ms-flex-align: center;
173185
align-items: center;
174186
}
175187
.aui-flex-row.aui-flex-left {
176188
-webkit-box-align: start;
177189
-webkit-align-items: flex-start;
190+
-ms-flex-align: start;
178191
align-items: flex-start;
179192
}
180193
.aui-flex-row.aui-flex-right {
181194
-webkit-box-align: end;
182195
-webkit-align-items: flex-end;
196+
-ms-flex-align: end;
183197
align-items: flex-end;
184198
}
185199
.aui-flex-row.aui-flex-top {
186200
-webkit-box-pack: start;
187201
-webkit-justify-content: flex-start;
202+
-ms-flex-align: start;
188203
justify-content: flex-start;
189204
}
190205
.aui-flex-row.aui-flex-bottom {
191206
-webkit-box-pack: end;
192207
-webkit-justify-content: flex-end;
208+
-ms-flex-align: end;
193209
justify-content: flex-end;
194210
}
195211
.aui-flex-row.aui-flex-center {
@@ -202,6 +218,9 @@
202218
-webkit-justify-content: center;
203219
justify-content: center;
204220
}
221+
[class*=aui-flex-item-]{
222+
position: relative;
223+
}
205224
[class*=aui-flex-auto].aui-flex-left {
206225
margin-right: auto;
207226
}

0 commit comments

Comments
 (0)