You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
480 B
19 lines
480 B
6 years ago
|
<view class="preload-item">
|
||
|
<view class="content">
|
||
|
<view class="personal-info">
|
||
|
<view class="avatar"></view>
|
||
|
<view class="right">
|
||
|
<view class="name"></view>
|
||
|
<view class="time"></view>
|
||
|
</view>
|
||
|
</view>
|
||
|
<view class="topic-content">
|
||
|
<view class="topic-image"></view>
|
||
|
<view class="type"></view>
|
||
|
<view class="title"></view>
|
||
|
<view class="operation">
|
||
|
<view></view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|