|
@@ -4,7 +4,12 @@
|
|
|
<img :src="img" alt="" class="topimg">
|
|
|
</view>
|
|
|
<view class="cont">
|
|
|
- <view class="name">{{info.activityName}}</view>
|
|
|
+ <view class="name">
|
|
|
+ <view class="ptNameBz" v-if="info.groupType">
|
|
|
+ {{info.groupNumber}}人团
|
|
|
+ </view>
|
|
|
+ <view style="width: 550rpx;">{{info.activityName}}</view>
|
|
|
+ </view>
|
|
|
<view class="name2" v-if="info.startTime">{{info.startTime.slice(0,10)}}~{{info.endTime.slice(0,10)}}</view>
|
|
|
<view class="name3">{{info.activityContent}}</view>
|
|
|
</view>
|
|
@@ -340,6 +345,17 @@
|
|
|
</script>
|
|
|
|
|
|
<style scoped>
|
|
|
+ .ptNameBz{
|
|
|
+ font-weight: 500;line-height: 32rpx;
|
|
|
+ font-size: 22rpx;height: 32rpx;
|
|
|
+ color: #FD0F00;margin-top: 5rpx;margin-right: 10rpx;
|
|
|
+ background: url('http://dmsphoto.66km.com.cn/thFiles/2AF1130F-C318-45D3-B057-FA0728B41046.png') no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ padding-left: 64rpx;padding-right: 4rpx;
|
|
|
+ }
|
|
|
+ .name{
|
|
|
+ display: flex;
|
|
|
+ }
|
|
|
.mp3Img{
|
|
|
/* transform: translate(-1584.4%, 121.5%) scale(1); */
|
|
|
position: fixed;
|