mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
70 lines
899 B
CSS
70 lines
899 B
CSS
body {
|
|
cursor: url('http://ionicframework.com/img/finger.png'), auto;
|
|
}
|
|
|
|
section.hidden {
|
|
display: none !important;
|
|
}
|
|
|
|
#ionitron {
|
|
width: 100px;
|
|
height: 100px;
|
|
position: absolute;
|
|
top: 25%;
|
|
margin-top: -50px;
|
|
left: 50%;
|
|
margin-left: -50px;
|
|
}
|
|
|
|
.animation-buttons {
|
|
position: absolute;
|
|
bottom: 25%;
|
|
left: 60px;
|
|
display: inline;
|
|
}
|
|
|
|
.components-demo h4 {
|
|
text-align: center;
|
|
}
|
|
|
|
.section-padding {
|
|
padding: 16px;
|
|
}
|
|
|
|
.components-demo section {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.components-icons {
|
|
font-size: 2em;
|
|
text-align: center;
|
|
}
|
|
|
|
ion-scroll {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.demo-slide {
|
|
display: block;
|
|
height: 100%;
|
|
padding: 500px 0;
|
|
width: 100%;
|
|
font-weight: bold;
|
|
font-size: 2.5em;
|
|
color: #fff;
|
|
}
|
|
|
|
.demo-slide-1 {
|
|
background-color: #32db64;
|
|
}
|
|
|
|
.demo-slide-2 {
|
|
background-color: #387ef5;
|
|
}
|
|
|
|
.demo-slide-3 {
|
|
background-color: #f53d3d;
|
|
}
|