lookitui 0.1.2.beta → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,68 +0,0 @@
1
- @charset "utf-8";
2
- /**
3
- * @Author valleykid(valleykid@163.com)
4
- * @Date 2013-01-16
5
- * @Description core.css based on YUI & compass, for the kinds of mobiles
6
- */
7
-
8
- /*
9
- * 1rem=20px for 320px(中低端分辨率).
10
- * 1rem=22.5px for 360px(高端分辨率).
11
- */
12
- html{font-size:20px; -webkit-text-size-adjust:none;}
13
- @media all and (min-width:359px){.uc-hack{font-size:22.5px;}}
14
- @media all and (min-width:359px) and (-webkit-min-device-pixel-ratio:1.5){html{font-size:22.5px;}}
15
- /* @media all and (min-width:359px) and (-webkit-min-device-pixel-ratio:1.5) and (orientation:landscape){html{font-size:14px;}}
16
- @media all and (max-width:320px) and (-webkit-device-pixel-ratio:1.5) and (orientation:landscape){html{font-size:14px;}} */
17
- body{font:1rem/1 "\5FAE\8F6F\96C5\9ED1","\5b8b\4f53",Tahoma,Helvetica,Arial,sans-serif;}
18
-
19
- html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,dl,dt,dd,ol,ul,li,
20
- a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,
21
- s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,
22
- fieldset,form,label,legend,able,caption,tbody,tfoot,thead,tr,th,td,
23
- article,aside,canvas,details,embed,figure,figcaption,footer,header,
24
- hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0; padding:0; -webkit-tap-highlight-color:rgba(0,0,0,0);}
25
-
26
- fieldset,img{border:none;}
27
- img{width:100%; max-width:16rem; height:auto;}
28
- a{text-decoration:none;}
29
- a, a:active{color:#333;}
30
-
31
- address,caption,cite,code,dfn,em,th,var{font-style:normal; font-weight:normal;}
32
- ul,ol,dl,li,dt,dd{list-style:none;}
33
- h1,h2,h3,h4,h5,h6{font-size:1rem; font-weight:normal;}
34
- q:before,q:after{content:"";}
35
- abbr,acronym{border:none; font-variant:normal;}
36
-
37
- /* to preserve line-height and selector appearance */
38
- sup{vertical-align:text-top;}
39
- sub{vertical-align:text-bottom;}
40
-
41
- a:focus, input, textarea{outline:none; border:0;}
42
- input,button,textarea,select{font-family:inherit; font-size:inherit; font-weight:inherit; outline:none;}
43
- img,input,button,select{vertical-align:middle;}
44
- textarea{resize:none;}
45
-
46
- /* fixed-width elements */
47
- pre,code,kbd,samp,tt{font-family:"CourierNew",Courier,monospace;}
48
-
49
- /* reset HTML5 elements */
50
- mark{background:#ff0;}
51
-
52
- /* the dead elements */
53
- s,u{text-decoration:none;}
54
- b{font-weight:normal;}
55
- i{font-style:normal;}
56
-
57
- /***********************************************
58
- * Common Class
59
- ***********************************************/
60
- .hidden{display:none;}
61
- .invisible{visibility:hidden;}
62
-
63
- .floatleft{float:left !important;}
64
- .floatright{float:right !important;}
65
-
66
- .clearfix:after{content:"\0020"; display:block; height:0; clear:both;}
67
- .clear{clear:both;}
68
- .oz{overflow:hidden;}
@@ -1,162 +0,0 @@
1
- @charset "UTF-8";
2
- // https://github.com/ericam
3
- @mixin GIONEE_WEBSITE_REST($MODEL){
4
- @if ($MODEL == REST_ENV_PX){
5
- //完全采用Pixel方式
6
- @include GIONEE_REST_ENV_PX();
7
- }
8
- @else if ($MODEL == REST_ENV_REM){
9
- //完全采用REM等比缩放方式
10
- @include GIONEE_REST_ENV_REM();
11
- }
12
- @else if ($MODEL == REST_ENV_PC){
13
- //兼容PC端多浏览器模式下的全新方式
14
- @include GIONEE_REST_ENV_PC();
15
- }
16
- }
17
-
18
- @mixin GIONEE_REST_ENV_PX(){
19
- body,div,p,form,input,h1,h2,h3,h4,h5,ul,ol,li,dl,dt,dd,table,tbody,tr,td,textarea,img,iframe,figure{margin:0; padding:0; list-style:none; vertical-align:middle;}
20
- body{font-size:14px/1.5; font-family:"\5FAE\8F6F\96C5\9ED1",Helvetica,Arial; color:#000; -webkit-user-select:none; -webkit-text-size-adjust:none;}
21
- *{-webkit-tap-highlight-color:rgba(0,0,0,0);}
22
- img{border:0; -webkit-touch-callout:none;} a,*[onclick]{-webkit-tap-highlight-color:rgba(0,0,0,0); text-decoration:none; color:#000;}
23
-
24
- .clearfix::after{visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}
25
-
26
- .no-flick{
27
- //解决css3动画引起页面图片及文字抖动问题
28
- -moz-backface-visibility: hidden; /* Firefox */
29
- -webkit-backface-visibility:hidden; /* Chrome and Safari */
30
- -webkit-transform-style:preserve-3d;
31
- backface-visibility: hidden;
32
- }
33
- }
34
-
35
- @mixin GIONEE_REST_ENV_REM(){
36
- /*
37
- * 1rem=20px for 320px(中低端分辨率).
38
- * 1rem=22.5px for 360px(高端分辨率).
39
- */
40
- html{font-size:20px; -webkit-text-size-adjust:none;}
41
- @media all and (min-width:359px){.uc-hack{font-size:22.5px;}}
42
- @media all and (min-width:359px) and (-webkit-min-device-pixel-ratio:1.5){html{font-size:22.5px;}}
43
- /* @media all and (min-width:359px) and (-webkit-min-device-pixel-ratio:1.5) and (orientation:landscape){html{font-size:14px;}}
44
- @media all and (max-width:320px) and (-webkit-device-pixel-ratio:1.5) and (orientation:landscape){html{font-size:14px;}} */
45
- body{font:1rem/1 "\5FAE\8F6F\96C5\9ED1","\5b8b\4f53",Tahoma,Helvetica,Arial,sans-serif;}
46
-
47
- html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,dl,dt,dd,ol,ul,li,
48
- a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,
49
- s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,
50
- fieldset,form,label,legend,able,caption,tbody,tfoot,thead,tr,th,td,
51
- article,aside,canvas,details,embed,figure,figcaption,footer,header,
52
- hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0; padding:0; -webkit-tap-highlight-color:rgba(0,0,0,0);}
53
-
54
- fieldset,img{border:none;}
55
- img{width:100%; max-width:16rem; height:auto;}
56
- a{text-decoration:none;}
57
- a, a:active{color:#333;}
58
-
59
- address,caption,cite,code,dfn,em,th,var{font-style:normal; font-weight:normal;}
60
- ul,ol,dl,li,dt,dd{list-style:none;}
61
- h1,h2,h3,h4,h5,h6{font-size:1rem; font-weight:normal;}
62
- q:before,q:after{content:"";}
63
- abbr,acronym{border:none; font-variant:normal;}
64
-
65
- /* to preserve line-height and selector appearance */
66
- sup{vertical-align:text-top;}
67
- sub{vertical-align:text-bottom;}
68
-
69
- a:focus, input, textarea{outline:none; border:0;}
70
- input,button,textarea,select{font-family:inherit; font-size:inherit; font-weight:inherit; outline:none;}
71
- img,input,button,select{vertical-align:middle;}
72
- textarea{resize:none;}
73
-
74
- /* fixed-width elements */
75
- pre,code,kbd,samp,tt{font-family:"CourierNew",Courier,monospace;}
76
-
77
- /* reset HTML5 elements */
78
- mark{background:#ff0;}
79
-
80
- /* the dead elements */
81
- s,u{text-decoration:none;}
82
- b{font-weight:normal;}
83
- i{font-style:normal;}
84
-
85
- /***********************************************
86
- * Common Class
87
- ***********************************************/
88
- .hidden{display:none;}
89
- .invisible{visibility:hidden;}
90
-
91
- .floatleft{float:left !important;}
92
- .floatright{float:right !important;}
93
-
94
- .clearfix:after{content:"\0020"; display:block; height:0; clear:both;}
95
- .clear{clear:both;}
96
- .oz{overflow:hidden;}
97
- }
98
-
99
- @mixin GIONEE_REST_ENV_PC(){
100
- //暂时放置 未优化时本地REST
101
- /*CSS Reset*/
102
- *{margin:0; padding:0;}
103
- //*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
104
- body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,textarea,select,optgroup,option,fieldset,legend,p,blockquote,th,td{
105
- -webkit-tap-highlight-color:rgba(0,0,0,0);
106
- -webkit-user-select: none;
107
- -webkit-touch-callout: none;
108
- }
109
- input,button,textarea,select,optgroup,option {
110
- font-family: inherit;
111
- font-size: inherit;
112
- font-style: inherit;
113
- font-weight: inherit;
114
- color: inherit;
115
- }
116
- article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
117
- display:block;-webkit-tap-highlight-color:rgba(0,0,0,0);
118
- }
119
-
120
- table{border-collapse: collapse;border-spacing: 0;}
121
- h1,h2,h3,h4,h5,h6{font-size: 100%;}
122
- ul,ol,li{list-style: none;}
123
- em,i{font-style:normal;}
124
- img{border:none;}
125
- input,img{vertical-align:middle;}
126
- a{text-decoration:none;}
127
-
128
- //html{font-size:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
129
-
130
- /*
131
- * 1rem=20px for 320px(中低端分辨率).
132
- * 1rem=22.5px for 360px(高端分辨率).
133
- */
134
- // html{font-size:20px; -webkit-text-size-adjust:none;}
135
- // @media all and (min-width:359px){.uc-hack{font-size:22.5px;}}
136
- // @media all and (min-width:359px) and (-webkit-min-device-pixel-ratio:1.5){html{font-size:22.5px;}}
137
- // @media all and (min-width:359px) and (-webkit-min-device-pixel-ratio:1.5) and (orientation:landscape){html{font-size:14px;}}
138
- // @media all and (max-width:320px) and (-webkit-device-pixel-ratio:1.5) and (orientation:landscape){html{font-size:14px;}}
139
- //body{font:1rem/1 "\5FAE\8F6F\96C5\9ED1","\5b8b\4f53","微软雅黑E软雅黑6F\96C5\9ED1",Helvetica;}
140
- body{
141
- font:1rem/1 "\5FAE\8F6F\96C5\9ED1","\5b8b\4f53","微软雅黑E软雅黑6F\96C5\9ED1",Helvetica;
142
- -webkit-user-select:none;
143
- -webkit-text-size-adjust:none;
144
- }
145
-
146
- @media all and (min-width:360px){.uc-hack{font-size:15px;}}
147
- @media all and (min-width:360px) and (-webkit-device-pixel-ratio:2){html{font-size:15px;}}
148
-
149
- .none{display:none;}
150
- .no-spacing{margin:0; padding:0;}
151
- .margin-center{margin:0 auto; text-align:center;}
152
-
153
- .clearfix::after {visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}
154
-
155
- .no-flick{
156
- //解决css3动画引起页面图片及文字抖动问题
157
- -moz-backface-visibility: hidden; /* Firefox */
158
- -webkit-backface-visibility:hidden; /* Chrome and Safari */
159
- -webkit-transform-style:preserve-3d;
160
- backface-visibility: hidden;
161
- }
162
- }
@@ -1,27 +0,0 @@
1
- @charset "utf-8";
2
- /**
3
- * --------------------------------------------------------------------------
4
- * ++ box区块基本样式 STYLE
5
- *
6
- * -------------------------------------------------------------------------
7
- */
8
- .ui-box{
9
- border:1px solid #ccc; border-bottom:0;
10
- &.ui-box-follow{border-top:0;}
11
- }
12
-
13
- .ui-box-head{
14
- border-bottom:1px solid #bababa; position:relative;
15
- .ui-box-head-border{
16
- padding:10px; border:1px solid #fff; overflow:hidden;
17
- @include lg(top,#fcfcfc,#f1f1f1);
18
- }
19
- .ui-box-head-title{float:left; font-weight:bold;}
20
- .ui-box-head-desc{float:left; font-size:12*$px; margin-left:10px; color:#808080;}
21
- .ui-box-head-more{float:right;}
22
- }
23
-
24
- .ui-box-container{
25
- background:#fff; border-bottom:1px solid #bababa;
26
- .ui-box-content{padding:10px;}
27
- }
@@ -1,46 +0,0 @@
1
- @charset "utf-8";
2
- /**
3
- * --------------------------------------------------------------------------
4
- * ++ 按钮基本样式 STYLE
5
- *
6
- * -------------------------------------------------------------------------
7
- */
8
- button,input[type="button"],input[type="submit"],input[type="reset"]{
9
- -webkit-appearance: button;
10
- font-family: inherit;
11
- font-size: 100%;
12
- margin: 0;
13
- }
14
-
15
- .ui-button{
16
- display:inline-block; text-align:center; text-decoration:none; vertical-align:middle; cursor:pointer; background-image:none;
17
- @include border-radius(5*$px);
18
- @include box-sizing(border-box);
19
- }
20
-
21
- //橙色列表
22
- .ui-button-lorange,.ui-button-morange,.ui-button-sorange{border:1px solid #ed8b22; color:#fff; @include lg(top,#fd9e37,#ff7c00);}
23
- .ui-button-lorange{width:160px; padding:10px 0;}
24
- .ui-button-morange{width:120px; padding:8px 0;}
25
- .ui-button-sorange{width:80px; padding:6px 0;}
26
-
27
- //浅灰色列表
28
- .ui-button-llight,.ui-button-mlight,.ui-button-slight{border:1px solid #bababa; color:#646464; @include lg(top,#f8f8f8,#e6e6e6);}
29
- .ui-button-llight{width:160px; padding:10px 0;}
30
- .ui-button-mlight{width:120px; padding:8px 0;}
31
- .ui-button-slight{width:80px; padding:6px 0;}
32
-
33
- //灰色列表
34
- .ui-button-lgray{}
35
- .ui-button-mgray{}
36
- .ui-button-sgray{}
37
-
38
- .ui-button-mwhite{
39
- display:inline-block; padding:8*$px 20*$px; border:1px #D4D5D6 solid; cursor:pointer;
40
- text-align:center; vertical-align:middle; color:#646464;
41
- @include border-radius(2px);
42
- @include box-sizing(border-box);
43
- @include text-shadow(0 -1px 0 $text-shadow-color);
44
- @include lg(top,$standard-linear-l,$standard-linear-r);
45
- &:active{@include lg(top,$standard-linear-r,$standard-linear-l);}
46
- }
@@ -1,44 +0,0 @@
1
- @charset "utf-8";
2
- .com-ui-form-input{
3
- border:1px solid #e3e3e3; border-top:none; width:100%; padding:0 5px;
4
- @include border-radius(2px);
5
- @include box-shadow(0 -1px 0 #e3e3e3 inset);
6
- @include box-shadow(0 1px 0 #adadad inset);
7
- }
8
-
9
- .ui-form{
10
- margin:10px auto 0; text-align:center; color:$text-form-color;
11
- .ui-form-item{display:-webkit-box; -webkit-box-align:center; margin-bottom:10px;}
12
- .ui-form-item > *{display:block;}
13
- .ui-form-item .ui-label{min-width:60px; text-align:right; vertical-align:middle;}
14
- .ui-form-item .ui-input{
15
- -webkit-box-flex:1;
16
- @extend .com-ui-form-input;
17
- }
18
- .ui-form-item .ui-select{
19
- -webkit-box-flex:1; width:100%; position:relative; @include fn-arrow($wh:5px,$mrt:-4px,$bw:2px,$der:bottom);
20
- select{
21
- @extend .com-ui-form-input;
22
- }
23
- }
24
- .ui-form-item .ui-textarea{
25
- -webkit-box-flex:1; height:auto; padding:10px 5px; resize:none; //禁用ff、chrome、safari下textarea缩放功能
26
- @extend .com-ui-form-input;
27
- }
28
- //验证码的样式设置
29
- .ui-form-item-check{
30
- a{color:#08c; font-size:12*$px;}
31
- img{margin:0 10px;}
32
- }
33
- //禁用文本框
34
- .ui-input-disable{
35
- border:1px solid #ccc;
36
- background:#f2f2f2;
37
- }
38
-
39
- input,select,textarea{
40
- min-height:40px; padding:0 10px;
41
- -webkit-appearance:none;
42
- box-sizing:border-box; @include lg(top,#F4F4F4,#FFF);
43
- }
44
- }
@@ -1,21 +0,0 @@
1
- @charset "utf-8";
2
- /**
3
- * --------------------------------------------------------------------------
4
- * ++ toolbar组件+基本样式 STYLE
5
- *
6
- * -------------------------------------------------------------------------
7
- */
8
- @include fn-font-face('uxiconfont','../fonts/uxiconfont');
9
- .ui-gotop{
10
- width:40px;
11
- height:40px;
12
- line-height:40px;
13
- position:fixed;
14
- right:10px;
15
- bottom:20px;
16
- background:#454545;
17
- text-align:center;
18
- @include box-shadow(0 0 5px rgba(0,0,0,1));
19
- @include border-radius(3px);
20
- font-family:'uxiconfont'; font-size:20*$px; color:#fff;
21
- }
@@ -1,41 +0,0 @@
1
- @charset "utf-8";
2
- /**
3
- * --------------------------------------------------------------------------
4
- * ++ list列表基本样式 STYLE
5
- *
6
- * -------------------------------------------------------------------------
7
- */
8
- .ui-list{
9
- overflow:hidden;
10
- .ui-list-item{
11
- height:36px; line-height:36px; border-bottom:1px solid #f5f5f5; padding:0 10px;
12
- @include fn-text-overflow();
13
- a{display:block;}
14
- }
15
- .ui-arrow-right{
16
- position:relative; padding-right:20px;
17
- @include fn-arrow-right($bc:#e5e5e5);
18
- }
19
- }
20
- .ui-list-gray{background:#fafafa;}
21
-
22
- /** 排行榜列表 **/
23
- .ui-list-rank{
24
- .ui-arrow-right{
25
- position:relative; padding-right:20px;
26
- @include fn-arrow-right();
27
- }
28
- .num{
29
- margin-right:5px; padding:2px 6px; background:#ccc; color:#fff; font-style:normal;
30
- @include border-radius(20%);
31
- }
32
- li:nth-child(1) .num,li:nth-child(2) .num,li:nth-child(3) .num{background:#f88d03;}
33
- }
34
-
35
-
36
- /* <ul class="ui-list">
37
- <li class="ui-list-item"><a href="#">列表内容一</a></li>
38
- <li class="ui-list-item"><a href="#">列表内容二</a></li>
39
- <li class="ui-list-item"><a href="#">列表内容三</a></li>
40
- <li class="ui-list-item"><a href="#">列表内容四</a></li>
41
- </ul> */
@@ -1,209 +0,0 @@
1
- @charset "utf-8";
2
- /**
3
- * --------------------------------------------------------------------------
4
- * ++ Loading组件+基本样式 STYLE
5
- *
6
- * -------------------------------------------------------------------------
7
- */
8
- .ui-loading{
9
- vertical-align:middle; text-align:center;
10
- }
11
-
12
- .ui-loading-label{
13
- display:inline-block;
14
- height: 40px; line-height:40px;
15
- }
16
-
17
- .ui-loading-img {
18
- display:inline-block;
19
- vertical-align:middle;
20
- width: 40px;
21
- height: 40px;
22
- text-indent: -10000px;
23
- background: url('../img/ui-loading.png') 0 0 no-repeat;
24
- //background: url('../img/ui-loading-orange.png') 0 0 no-repeat;
25
- -webkit-background-size: 40px 40px;
26
- -webkit-animation-name: ui-loading-anim;
27
- -webkit-animation-duration: 1s;
28
- -webkit-animation-iteration-count: infinite;
29
- -webkit-animation-timing-function: step-start;
30
- }
31
-
32
- @-webkit-keyframes ui-loading-anim {
33
- from {
34
- -webkit-transform: rotate(0deg);
35
- }
36
- 8.32% {
37
- -webkit-transform: rotate(0deg);
38
- }
39
- 8.33% {
40
- -webkit-transform: rotate(30deg);
41
- }
42
- 16.65% {
43
- -webkit-transform: rotate(30deg);
44
- }
45
- 16.66% {
46
- -webkit-transform: rotate(60deg);
47
- }
48
- 24.99% {
49
- -webkit-transform: rotate(60deg);
50
- }
51
- 25% {
52
- -webkit-transform: rotate(90deg);
53
- }
54
- 33.32% {
55
- -webkit-transform: rotate(90deg);
56
- }
57
- 33.33% {
58
- -webkit-transform: rotate(120deg);
59
- }
60
- 41.65% {
61
- -webkit-transform: rotate(120deg);
62
- }
63
- 41.66% {
64
- -webkit-transform: rotate(150deg);
65
- }
66
- 49.99% {
67
- -webkit-transform: rotate(150deg);
68
- }
69
- 50% {
70
- -webkit-transform: rotate(180deg);
71
- }
72
- 58.32% {
73
- -webkit-transform: rotate(180deg);
74
- }
75
- 58.33% {
76
- -webkit-transform: rotate(210deg);
77
- }
78
- 66.65% {
79
- -webkit-transform: rotate(210deg);
80
- }
81
- 66.66% {
82
- -webkit-transform: rotate(240deg);
83
- }
84
- 74.99% {
85
- -webkit-transform: rotate(240deg);
86
- }
87
- 75% {
88
- -webkit-transform: rotate(270deg);
89
- }
90
- 83.32% {
91
- -webkit-transform: rotate(270deg);
92
- }
93
- 83.33% {
94
- -webkit-transform: rotate(300deg);
95
- }
96
- 91.65% {
97
- -webkit-transform: rotate(300deg);
98
- }
99
- 91.66% {
100
- -webkit-transform: rotate(330deg);
101
- }
102
- 99.99% {
103
- -webkit-transform: rotate(330deg);
104
- }
105
- to {
106
- -webkit-transform: rotate(360deg);
107
- }
108
- }
109
-
110
-
111
- //
112
- .ui-loading-dot{
113
- display:inline-block;
114
- margin-right:5px;
115
- position:relative;
116
- width:40px;
117
- height:40px;
118
- }
119
-
120
- .ui-loading-dot-item{
121
- position:absolute;
122
- background-color:#FFA200;
123
- width:9px;
124
- height:9px;
125
- -webkit-border-radius:6px;
126
- -webkit-animation-name:bounce_circularG;
127
- -webkit-animation-duration:1.04s;
128
- -webkit-animation-iteration-count:infinite;
129
- -webkit-animation-direction:linear;
130
- border-radius:6px;
131
- animation-name:bounce_circularG;
132
- animation-duration:1.04s;
133
- animation-iteration-count:infinite;
134
- animation-direction:linear;
135
- }
136
-
137
- .d_1{
138
- left:0;
139
- top:16px;
140
- -webkit-animation-delay:0.39s;
141
- animation-delay:0.39s;
142
- }
143
-
144
- .d_2{
145
- left:4px;
146
- top:4px;
147
- -webkit-animation-delay:0.52s;
148
- animation-delay:0.52s;
149
- }
150
-
151
- .d_3{
152
- top:0;
153
- left:16px;
154
- -webkit-animation-delay:0.65s;
155
- animation-delay:0.65s;
156
- }
157
-
158
- .d_4{
159
- right:4px;
160
- top:4px;
161
- -webkit-animation-delay:0.78s;
162
- animation-delay:0.78s;
163
- }
164
-
165
- .d_5{
166
- right:0;
167
- top:16px;
168
- -webkit-animation-delay:0.91s;
169
- animation-delay:0.91s;
170
- }
171
-
172
- .d_6{
173
- right:4px;
174
- bottom:4px;
175
- -webkit-animation-delay:1.04s;
176
- animation-delay:1.04s;
177
- }
178
-
179
- .d_7{
180
- left:16px;
181
- bottom:0;
182
- -webkit-animation-delay:1.17s;
183
- animation-delay:1.17s;
184
- }
185
-
186
- .d_8{
187
- left:4px;
188
- bottom:4px;
189
- -webkit-animation-delay:1.3s;
190
- animation-delay:1.3s;
191
- }
192
-
193
- @-webkit-keyframes bounce_circularG{
194
- 0%{
195
- -webkit-transform:scale(1)}
196
-
197
- 100%{
198
- -webkit-transform:scale(.3)}
199
-
200
- }
201
-
202
- @keyframes bounce_circularG{
203
- 0%{
204
- transform:scale(1)}
205
-
206
- 100%{
207
- transform:scale(.3)}
208
-
209
- }