|
@@ -28,6 +28,11 @@
|
|
|
<p>{{ activityDetail.activityAddress }}</p>
|
|
|
<h3>联系电话</h3>
|
|
|
<p>{{ activityDetail.contactPhone }}</p>
|
|
|
+ <h3>报名时间</h3>
|
|
|
+ <p>{{ activityDetail.registrationStartTime }} — {{activityDetail.registrationEndTime}}</p>
|
|
|
+ <h3>活动参与</h3>
|
|
|
+ <p>{{ activityDetail.partakeNumber }}</p>
|
|
|
+ <h3>附件</h3>
|
|
|
<div v-for="(item,index) in file" :key="index" style="color: orangered;cursor: pointer" @click="dowLoad(item)">
|
|
|
{{ item.name }}
|
|
|
</div>
|
|
@@ -283,7 +288,7 @@ export default {
|
|
|
line-height: 2rem;
|
|
|
}
|
|
|
.list-content div{
|
|
|
- margin-top: 3rem;
|
|
|
+ /*margin-top: 3rem;*/
|
|
|
}
|
|
|
.list-content div img{
|
|
|
width: 100%;
|