Skip to content

Commit

Permalink
第一个demo删掉没用的css
Browse files Browse the repository at this point in the history
  • Loading branch information
ximan committed Nov 20, 2015
1 parent 87c0102 commit f54f7c7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions examples/news-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,8 @@
font-size: 2rem;
font-weight: normal;
}
.header .btn:active{
background-color: #aaa;
color: #fff;
}
.inner{
padding-bottom: 40px;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
background-color: #fff;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
.inner .item{
display: -webkit-box;
Expand Down

0 comments on commit f54f7c7

Please sign in to comment.