Skip to content

Commit

Permalink
* [example] update list-basic.we
Browse files Browse the repository at this point in the history
  • Loading branch information
鬼谣 committed Sep 11, 2016
1 parent d10d2ee commit fbb0692
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions examples/component/list/list-basic.we
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,39 @@
</div>
</cell>
</list>
<text class="count" value="Appear items:{{appearMin}} - {{appearMax}}"></text>
<text class="count">Appear items:{{appearMin}} - {{appearMax}}</text>
</div>
</template>

<style>
.list {
height:850px
height:850
}
.count {
font-size: 48px;
margin:10px;
font-size: 48;
margin:10;
}
.indicator {
height: 40px;
width: 40px;
height: 40;
width: 40;
color:#45b5f0;
}
.row {
width: 750px;
width: 750;
}
.item {
justify-content: center;
border-bottom-width: 2px;
border-bottom-width: 2;
border-bottom-color: #c0c0c0;
height: 100px;
padding:20px;
height: 100;
padding:20;
}
.item-title {
}
</style>

<script>
require('weex-components');

module.exports = {
methods: {
onappear: function (e) {
Expand Down

0 comments on commit fbb0692

Please sign in to comment.