Commit f410def8 authored by 罗超's avatar 罗超

1

parent a20c5f06
...@@ -124,8 +124,8 @@ ...@@ -124,8 +124,8 @@
border-radius: 4rpx; border-radius: 4rpx;
position: absolute; position: absolute;
left: 0; left: 0;
bottom:0; bottom:5rpx;
opacity: 0.5; opacity: 0.8;
} }
.pic-name{ .pic-name{
margin-bottom: 30rpx; margin-bottom: 30rpx;
...@@ -372,6 +372,7 @@ ...@@ -372,6 +372,7 @@
<view class="acdetail_Intro" v-html="richtext"></view> <view class="acdetail_Intro" v-html="richtext"></view>
<view class="title-pic" v-if="richtext"> <view class="title-pic" v-if="richtext">
活动内容 活动内容
<view class="line-bottom"></view>
</view> </view>
<view class="jz_TripMain"> <view class="jz_TripMain">
<view class="jz_TripLine"></view> <view class="jz_TripLine"></view>
...@@ -413,10 +414,12 @@ ...@@ -413,10 +414,12 @@
</view> </view>
<view class="title-pic" v-if="detial.Summary"> <view class="title-pic" v-if="detial.Summary">
活动总结 活动总结
<view class="line-bottom"></view>
</view> </view>
<view class="acdetail_Intro" v-html="detial.Summary" v-if="detial.Summary"></view> <view class="acdetail_Intro" v-html="detial.Summary" v-if="detial.Summary"></view>
<view class="title-pic" v-if="detial.FileGroup[0].groupList.length>0||detial.FileGroup[1].groupList.length>0"> <view class="title-pic" v-if="detial.FileGroup[0].groupList.length>0||detial.FileGroup[1].groupList.length>0">
活动相册 活动相册
<view class="line-bottom"></view>
</view> </view>
<view class="pic-name" v-if="detial.FileGroup[0].groupList.length>0"> <view class="pic-name" v-if="detial.FileGroup[0].groupList.length>0">
视频 视频
......
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