12345678910111213141516171819202122232425 |
- <!--pages/search/search.wxml-->
- <l-search-bar l-container-class="aa" bg-color="#e5e7df" placeholder="搜索" show-cancel="{{false}}" bind:linconfirm="search"/>
- <l-card type="primary" full l-class="card" l-img-class="right-card" image-mode="aspectFill" image="https://cdn.3n6.cn/yun.share.tour/2021-05-27/2029259/1622099734452029086.jpg"
- title="做一个热爱生活的人!">
- <view class="content">
- 大雄要死掉了,他对妻子说:我死之后你找一个男人我就在地下打一一个滚。说完就咽气了。某天...
- </view>
- </l-card>
- <l-card type="primary" full l-class="card" l-img-class="right-card" image-mode="aspectFit" image="https://cdn.3n6.cn/yun.share.tour/2021-05-27/2029259/1622099734452029086.jpg"
- title="做一个热爱生活的人!">
- <view class="content">
- 大雄要死掉了,他对妻子说:我死之后你找一个男人我就在地下打一一个滚。说完就咽气了。某天...
- </view>
- </l-card>
- <l-card type="primary" full l-class="card" l-img-class="right-card" image-mode="" image="https://cdn.3n6.cn/yun.share.tour/2021-05-27/2029259/1622099734452029086.jpg"
- title="做一个热爱生活的人!">
- <view class="content">
- 大雄要死掉了,他对妻子说:我死之后你找一个男人我就在地下打一一个滚。说完就咽气了。某天...
- </view>
- </l-card>
|