Commit 5110e599 authored by Mac's avatar Mac

修改样式

parent 0f3aa86b
......@@ -83,7 +83,7 @@
}
.good-five-stydy .img-box {
width: 110px;
height: 70px;
height: 80px;
border-radius: 4px;
overflow: hidden;
box-shadow: 0 4px 10px 1px #D2D2D2;
......
......@@ -83,7 +83,7 @@
}
.good-four-study .img-box {
width: 125px;
height: 70px;
height: 80px;
border-radius: 4px;
overflow: hidden;
box-shadow: 0 4px 10px 1px #D2D2D2;
......
......@@ -619,7 +619,10 @@
this.details = res.data
this.init()//评论列表
this.GetActivityEnrollPageList()//获取招募贴报名列表
if(this.details.IsOpenEnroll==1){
this.GetActivityEnrollPageList()//获取招募贴报名列表
}
}
);
},
......
......@@ -136,7 +136,7 @@ export default {
nomore: "没有更多了",
},
forumList:[],
showtype:1,
showtype:2,
};
},
created() {
......
......@@ -244,7 +244,7 @@
<u-avatar :src="x.crearteEmPhoto" size='80' mode="square"></u-avatar>
</view>
<view class="ftBox-right">
<view class="text" style="font-size: 14px;font-weight: bold;margin-bottom: 5px;">{{x.createEmName}}</view>
<view class="text" :style="{'font-size': '14px','font-weight': 'bold','margin-bottom': '5px','color':mainColor}">{{x.createEmName}}</view>
<view class="text2" style="font-size: 14px;margin-bottom: 5px;">{{x.content}}</view>
<!-- 图片模式 -->
<view class="imgmode" v-if="x.fileType==1">
......@@ -283,7 +283,7 @@
<image v-if="x.playshow==true" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/bofanggif.gif" mode="widthFix" style="width: 19px;height: auto;"></image>
</view>
</view>
<view class="text" style="font-size: 11px;" v-if="x.address && x.address!=''">
<view class="text" :style="{'font-size': '11px',color:mainColor}" v-if="x.address && x.address!=''">
{{x.address}}
</view>
<view class="r-sj">
......@@ -314,7 +314,7 @@
<view class="sjx"></view>
<view class="areagood" v-if=" x.likeList.length>0" >
<u-icon name="like-o" :size="30" color="#737373"></u-icon>
<view class="areagood-r text">
<view class="areagood-r text" :style="{color:mainColor}">
<text v-for="(item, iq) in x.likeList" :key="iq">{{item.empName}}{{x.likeList.length!=iq+1?'、':''}}</text>
</view>
</view>
......@@ -323,7 +323,7 @@
<u-icon name="comment-o" :size="30" color="#737373" style='margin-top: 2px;'></u-icon>
<view class="areagood-r">
<view v-for="(item, iq) in x.commentList" :key="iq" style="width: 100%;margin-bottom: 7px;" @click="huifu(x,i,item,iq)" @longpress='longpress(x,i,item,iq)'>
<view class="text comment-list">
<view class="text comment-list" :style="{color:mainColor}">
{{item.empName}}
<text style="color: #333333;margin: 0 3px;" v-if="item.byReplayEmpId>0">回复</text>
{{item.byReplayEmpId>0?item.byReplayEmpName:''}}
......
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