|
@@ -7,9 +7,9 @@
|
|
|
<view style="display: flex;flex-direction: column;align-items: flex-start;justify-content: center;padding-left: 80rpx;width: 100%;">
|
|
|
<view style="display: flex;width: 100%;">
|
|
|
<view class="content-text" style="width:525rpx;padding-right: 2%;font-size: 27rpx;">{{ item.content }}</view>
|
|
|
- <view style="display: flex;align-items: flex-start;">
|
|
|
+ <!-- <view style="display: flex;align-items: flex-start;">
|
|
|
<view style="font-size: 19rpx;padding: 8rpx;background-color: #ffffff;border: 2rpx solid #000000;border-radius: 10rpx;">删除</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
<view class="title-text" style="line-height: 50rpx;padding-left:10rpx;margin-top: 5rpx;width: 600rpx;height: 50rpx;font-size: 24rpx;color: #858585;background-color: #eeeeee;">{{ item.sourceTitle }}</view>
|
|
|
<view style="font-size: 20rpx;color: #b5b5b5;margin-top: 10rpx;">{{ item.commentTime }}</view>
|