1- html , body {
2- margin :0px ;
3- padding :0px ;
1+ html ,
2+ body {
3+ margin : 0px ;
4+ padding : 0px ;
45 min-width : 1024px ;
56}
67.tooltip-example {
@@ -21,32 +22,32 @@ html, body{
2122 width : 600px ;
2223 height : 150px ;
2324 margin : 10px auto ;
24- background : rgba (0 ,0 , 0 , 0.1 );
25+ background : rgba (0 , 0 , 0 , 0.1 );
2526 border-radius : 5px ;
2627 box-sizing : border-box ;
2728 position : relative ;
2829 $wd : 60px ;
29- a {
30+ a {
3031 display : block ;
3132 width : $wd ;
3233 height : $wd ;
3334 line-height : $wd ;
3435 border-radius : $wd ;
3536 text-align : center ;
3637 color : #222 ;
37- background : rgba (255 ,255 ,255 ,1 );
38+ background : rgba (255 , 255 , 255 , 1 );
3839 position : absolute ;
3940 left : 50% ;
4041 top : 50% ;
41- margin-left : - $wd / 2 ;
42- margin-top : - $wd / 2 - 15 ;
42+ margin-left : - $wd / 2 ;
43+ margin-top : - $wd / 2 - 15 ;
4344 cursor : pointer ;
44- box-shadow : 3px 4px 3px rgba (0 ,0 , 0 , 0.5 );
45+ box-shadow : 3px 4px 3px rgba (0 , 0 , 0 , 0.5 );
4546 border : 1px solid #333 ;
4647 & :after {
47- content : " hover on me" ;
48+ content : ' hover on me' ;
4849 text-align : center ;
49- color : rgba (0 ,0 , 0 , 0.25 );
50+ color : rgba (0 , 0 , 0 , 0.25 );
5051 position : absolute ;
5152 width : 100px ;
5253 top : 45px ;
@@ -55,55 +56,56 @@ html, body{
5556 }
5657}
5758.control-panel {
58- background : rgba (255 ,255 ,255 ,0.4 );
59- border-top : 1px solid rgba (0 ,0 , 0 , 0.2 );
59+ background : rgba (255 , 255 , 255 , 0.4 );
60+ border-top : 1px solid rgba (0 , 0 , 0 , 0.2 );
6061 position : absolute ;
61- bottom :0px ;
62- left :0px ;
63- right :0px ;
62+ bottom : 0px ;
63+ left : 0px ;
64+ right : 0px ;
6465 width : 100% ;
6566 height : 230px ;
6667 overflow : auto ;
6768 & :after {
6869 content : ' ' ;
69- height :0px ;
70- display :block ;
71- clear :both ;
70+ height : 0px ;
71+ display : block ;
72+ clear : both ;
7273 }
7374 .button-group {
7475 box-sizing : border-box ;
7576 width : 55% ;
7677 float : left ;
7778 padding-left : 10px ;
7879 .item {
79- padding :3px 2px ;
80- clear :both ;
81- p {
80+ padding : 3px 2px ;
81+ clear : both ;
82+ p {
8283 margin : 10px 0px 2px ;
8384 font-size : 18px ;
8485 color : #777 ;
8586 }
86- a {
87+ a {
8788 border-radius : 3px ;
8889 text-align : center ;
8990 cursor : pointer ;
9091 transition : background 0.25s ease-out ;
9192 background : #e8e8e8 ;
92- float :left ;
93+ float : left ;
9394 margin-right : 8px ;
9495 padding : 7px 10px ;
9596 font-size : 14px ;
96- .mark {
97+ .mark {
9798 color : #888 ;
9899 font-size : 13px ;
99100 display : inline-block ;
100101 padding-left : 3px ;
101102 }
102- & .active , & :hover {
103+ & .active ,
104+ & :hover {
103105 color : #fff ;
104- background : #1182DD ;
106+ background : #1182dd ;
105107 .mark {
106- color : rgba (255 ,255 ,255 ,0.6 );
108+ color : rgba (255 , 255 , 255 , 0.6 );
107109 }
108110 }
109111 }
@@ -114,8 +116,8 @@ html, body{
114116 width : 45% ;
115117 float : left ;
116118 div {
117- background : rgba (255 ,255 ,255 ,0.8 );
118- margin :0px 20px ;
119+ background : rgba (255 , 255 , 255 , 0.8 );
120+ margin : 0px 20px ;
119121 padding : 8px 12px ;
120122 }
121123 .label {
@@ -166,7 +168,7 @@ html, body{
166168 width : $width ;
167169 height : $width ;
168170 border : 1px solid #999 ;
169- border-radius : 0px
171+ border-radius : 0px ;
170172 }
171173 }
172174 .side {
@@ -209,7 +211,7 @@ html, body{
209211
210212.example-pre {
211213 border-radius : 2px ;
212- border : 1px solid rgba (0 ,0 , 0 , 0.2 );
214+ border : 1px solid rgba (0 , 0 , 0 , 0.2 );
213215 box-sizing : border-box ;
214216 padding : 10px ;
215217 margin-bottom : 60px ;
@@ -226,10 +228,10 @@ html, body{
226228 & :hover {
227229 visibility : visible !important ;
228230 opacity : 1 !important ;
229- }
231+ }
230232}
231233
232- .customeTheme {
234+ .customTheme {
233235 color : #ff6e00 !important ;
234236 background-color : orange !important ;
235237 & .place-top {
@@ -239,4 +241,4 @@ html, body{
239241 border-top-width : 6px !important ;
240242 }
241243 }
242- }
244+ }
0 commit comments