提交 1fdfbb8a 编写于 作者: guangjun.yang's avatar guangjun.yang

样式调整

上级 aa5a36ff
......@@ -4,8 +4,8 @@
<section
class="ani detail"
swiper-animate-effect="fadeInUp"
swiper-animate-duration="1.5s"
swiper-animate-delay="0s"
swiper-animate-duration="1s"
swiper-animate-delay="1s"
>
<p class="title">2020年度学习报告</p>
<p v-if="anualData.doctorName">
......@@ -35,17 +35,14 @@
</section>
<div class="bgi-wrapper">
<img class="ani bg"
swiper-animate-effect=""
swiper-animate-effect="zoomIn"
swiper-animate-duration="1s"
swiper-animate-delay="3s"
swiper-animate-delay="0s"
src="https://file.yunqueyi.com/h5/images/asimg/env-back.png" alt />
</div>
<div class="qr-wrapper">
<img class=" "
swiper-animate-effect="bounceIn"
swiper-animate-duration="1s"
swiper-animate-delay="3s"
<img
:src="anualData.qrCodeUrl" alt />
</div>
<div class="mask"></div>
......@@ -165,7 +162,7 @@ export default {
}
}
.mask {
position: fixed;
position: absolute;
top: 500px;
left: 0;
right: 0;
......
......@@ -183,7 +183,7 @@ export default {
// 获取数据
initData() {
let param = {
token: this.token || "9C59D633600B4428A87ED048E446DD5E",
token: this.token || "9FA31BA60641437CB54B524E4525BC99",
yearType: "2020",
setEntry: true
};
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册