mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
40 lines
503 B
CSS
40 lines
503 B
CSS
#search-input {
|
|
text-align: center;
|
|
}
|
|
|
|
#photos {
|
|
margin: auto;
|
|
}
|
|
|
|
.photo {
|
|
width: 100px;
|
|
height: 100px;
|
|
margin: 1px;
|
|
float: left;
|
|
overflow: hidden;
|
|
}
|
|
.photo img {
|
|
min-width: 100%;
|
|
min-height: 100%;
|
|
max-width: 150%;
|
|
max-height: 150%;
|
|
}
|
|
|
|
#search-bar {
|
|
background: none;
|
|
position: absolute;
|
|
width: 100%;
|
|
top: 44px;
|
|
height: 40px;
|
|
z-index: 3;
|
|
}
|
|
#search-bar .item {
|
|
background: none;
|
|
border: none;
|
|
}
|
|
#content {
|
|
top: 44px;
|
|
padding-top: 45px;
|
|
padding-bottom: 20px;
|
|
}
|