Commit 309af417 authored by anxixi's avatar anxixi

人脉圈

parent 676ea8ab
......@@ -206,6 +206,7 @@
font-size: 12px;
margin: 8px 0 5px;
height: 17px;
line-height: 17px;
overflow: hidden;
}
> p:last-child {
......
......@@ -22,7 +22,7 @@
<span class="ellipsisFont1" style="max-width: calc(100% - 50px);margin-right: 15px;font-weight: bold;">#{{item.topicTitle}}# </span>
<i v-if="item.isOpenReward == 1" class="iconfont icon-hongbao-" style="color: #FF5D5D;font-size: 20px;"></i>
</p>
<p class="ellipsisFont2" style="color:#69697A;margin: 10px 0 10px;font-size: 14px;line-height: 22px;height: 44px;width: 100%;overflow: hidden;">{{item.topicDescription}}</p>
<p class="ellipsisFont2" style="color:#69697A;margin: 10px 0 10px;font-size: 14px;line-height: 22px;height: 44px;overflow: hidden;max-width: 630px;">{{item.topicDescription}}</p>
<div class="gendisplay" style="color: #AAAAAA;font-size: 12px;line-height: 28px;">
<span v-if="item.isOpenReward!=1&&item.professorCount!=0" class="ellipsisFont1" style="margin-right: 20px;max-width: 200px;height: 28px;color:#5D78FF;">专家入驻{{item.professorCount}}</span>
<span v-if="item.isOpenReward==1||item.professorCount==0" class="ellipsisFont1" style="margin-right: 20px;max-width: 200px;height: 28px;">发起方: <i style="color:#5D78FF;">{{item.topicInitiator}}</i></span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment