|
@@ -1,20 +1,19 @@
|
|
<template>
|
|
<template>
|
|
- <skeleton title="会议内容" titleLine="ACTIVITY TRIP">
|
|
|
|
- <div class="T animate__animated animate__lightSpeedInRight">会议主题</div>
|
|
|
|
- <ul class="animate__animated animate__zoomInLeft">
|
|
|
|
- <li>· ETE市场发展趋势</li>
|
|
|
|
- <li>· 险资、社保、养老基金等投资</li>
|
|
|
|
- <li>· 促进中国加快融入全球支付体系</li>
|
|
|
|
|
|
+ <skeleton title="活动内容" titleLine="ACTIVITY TRIP">
|
|
|
|
+ <div class="T animate__animated animate__lightSpeedInRight">活动主题</div>
|
|
|
|
+ <ul class="ul animate__animated animate__zoomInLeft">
|
|
|
|
+ <li>· 深入西安、宝鸡、延安、榆林等地基层</li>
|
|
|
|
+ <li>· 实地调研采访</li>
|
|
</ul>
|
|
</ul>
|
|
- <div class="T animate__animated animate__lightSpeedInRight">会议亮点</div>
|
|
|
|
- <ul class="animate__animated animate__zoomInRight">
|
|
|
|
- <li>· 机构投资人视角闭门会(仅限邀请嘉宾)</li>
|
|
|
|
- <li>· 介甫奖颁奖</li>
|
|
|
|
|
|
+ <div class="T animate__animated animate__lightSpeedInRight">活动亮点</div>
|
|
|
|
+ <ul class="ul animate__animated animate__zoomInRight">
|
|
|
|
+ <li>· 媒体参与度高</li>
|
|
|
|
+ <li>· 采访范围广</li>
|
|
</ul>
|
|
</ul>
|
|
<div class="T animate__animated animate__lightSpeedInRight">时间地点</div>
|
|
<div class="T animate__animated animate__lightSpeedInRight">时间地点</div>
|
|
- <ul class="animate__animated animate__zoomInLeft">
|
|
|
|
- <li>日期2020-6-11 时间09:00-18:30</li>
|
|
|
|
- <li>上海市浦东区泛太平洋酒店11层</li>
|
|
|
|
|
|
+ <ul class="ul animate__animated animate__zoomInLeft">
|
|
|
|
+ <li>2023年7月8日</li>
|
|
|
|
+ <li>中国·陕西</li>
|
|
</ul>
|
|
</ul>
|
|
</skeleton>
|
|
</skeleton>
|
|
</template>
|
|
</template>
|
|
@@ -37,7 +36,7 @@ import skeleton from './skeleton.vue';
|
|
border-radius: 2em;
|
|
border-radius: 2em;
|
|
margin-bottom: 0.8em;
|
|
margin-bottom: 0.8em;
|
|
}
|
|
}
|
|
-ul {
|
|
|
|
- margin-bottom: 0.5em;
|
|
|
|
|
|
+.ul {
|
|
|
|
+ margin-bottom: .5em;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|