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
657 B

<view class="activity" bindtap="onTap">
<view class="left">
<view class="line" style="background:{{color}}">
</view>
<view class="dot" style="background:{{color}};box-shadow: 1px 1px 3px {{color}}">
</view>
</view>
<view class="display">
<view class="header">
<text class="author">{{author.name}}</text>
<text class="time">{{time}}</text>
<text class="type" style="color:{{color}};border-color:{{color}}">{{type}}</text>
</view>
<view class="body">
<image class="avatar" src="{{eduImgDir}}{{author.img}}" mode="aspectFill" />
<view class="content">{{text}}</view>
</view>
</view>
</view>