- <!--pages/previousEditions/index.wxml-->
- <scroll-view class="scrollarea" scroll-y type="list">
- <view class="index_main">
- <Container style="margin-top: -100rpx;">
- <view class="list">
- <view class="item">
- <view class="title">这是标题</view>
- </view>
- <image class="image" src="../../images/Line.png" bindload="loadimge" style="{{'height:' + line_height + 'px'}}"/>
- </view>
- </Container>
- </view>
- </scroll-view>
|