|
|
@ -88,8 +88,11 @@ |
|
|
|
|
|
|
|
|
<!-- 内容文字 --> |
|
|
<!-- 内容文字 --> |
|
|
<view class="content"> |
|
|
<view class="content"> |
|
|
<view class="text" > |
|
|
<view class="text" style='display:flex;justify-content: space-between;' > |
|
|
<text>任务类型:{{communityInfo.clabel}} </text> |
|
|
<text>任务类型:{{communityInfo.clabel}}</text> |
|
|
|
|
|
<view class="xs muted"> |
|
|
|
|
|
发布时间:{{ communityInfo.create_time || '2023-05-20 05:13:14' }} |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="text" > |
|
|
<view class="text" > |
|
|
<text>联系人:{{communityInfo.contact_name}} </text> |
|
|
<text>联系人:{{communityInfo.contact_name}} </text> |
|
|
@ -100,10 +103,8 @@ |
|
|
<view class="text" > |
|
|
<view class="text" > |
|
|
<text>联系时间:{{communityInfo.contact_time}} </text> |
|
|
<text>联系时间:{{communityInfo.contact_time}} </text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="xs muted" style="margin-top: 12rpx;"> |
|
|
|
|
|
发布时间:{{ communityInfo.create_time || '2023-05-20 05:13:14' }} |
|
|
<view class="text" style="margin-top: 12rpx; background: #f2f2f2;border-bottom: 0;margin-top: 0;padding: 30rpx 20rpx;"> |
|
|
</view> |
|
|
|
|
|
<view class="text" style="margin-top: 12rpx;"> |
|
|
|
|
|
内容:{{ communityInfo.content }} |
|
|
内容:{{ communityInfo.content }} |
|
|
</view> |
|
|
</view> |
|
|
<view class="tags" v-if="communityInfo.topic"> |
|
|
<view class="tags" v-if="communityInfo.topic"> |
|
|
@ -567,6 +568,9 @@ |
|
|
line-height: 48rpx; |
|
|
line-height: 48rpx; |
|
|
font-size: 28rpx; |
|
|
font-size: 28rpx; |
|
|
color: $-color-normal; |
|
|
color: $-color-normal; |
|
|
|
|
|
border-bottom: 1px dashed #eee; |
|
|
|
|
|
padding: 10rpx; |
|
|
|
|
|
margin-top: 10rpx; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// 标签 |
|
|
// 标签 |
|
|
|