mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
25 lines
496 B
CSS
25 lines
496 B
CSS
body {
|
|
text-align: center;
|
|
}
|
|
|
|
.tab-bar .tab-item {
|
|
color: blue;
|
|
}
|
|
|
|
.bar {
|
|
min-height: 50px;
|
|
background: linear-gradient(45deg, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
|
|
color: white;
|
|
}
|
|
.view > .container > .content {
|
|
background: linear-gradient(135deg, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%);
|
|
}
|
|
|
|
f {
|
|
display: block;
|
|
margin: 20px auto;
|
|
width: 200px;
|
|
height: 300px;
|
|
background: blue;
|
|
}
|