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

代码优化

上级 eaa9a898
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="card-1-wrapper"> <div class="card-1-wrapper">
<Logo></Logo> <Logo></Logo>
<div class="bgi-wrapper"> <div class="bgi-wrapper">
<img src="https://file.yunqueyi.com/h5/images/asimg/page-1-back.png" alt /> <img src="~@/images/annual/page-1-back.png" alt />
</div> </div>
<section class="detail"> <section class="detail">
<p v-if="anualData.doctorName" class="title"> <p v-if="anualData.doctorName" class="title">
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="card-2-wrapper"> <div class="card-2-wrapper">
<Logo></Logo> <Logo></Logo>
<div class="bgi-wrapper"> <div class="bgi-wrapper">
<img src="https://file.yunqueyi.com/h5/images/asimg/page-2-back.png" alt /> <img src="~@/images/annual/page-2-back.png" alt />
</div> </div>
<section class="ani detail" swiper-animate-effect="fadeInRight" <section class="ani detail" swiper-animate-effect="fadeInRight"
swiper-animate-duration="1.5s" swiper-animate-duration="1.5s"
......
<template> <template>
<div class="card-3-wrapper"> <div class="card-3-wrapper">
<Logo></Logo> <Logo></Logo>
<div class="bgi-wrapper"><img src="https://file.yunqueyi.com/h5/images/asimg/page-3-back.png" alt="" /></div> <div class="bgi-wrapper"><img src="~@/images/annual/page-3-back.png" alt="" /></div>
<section class="ani detail" swiper-animate-effect="fadeInRight" <section class="ani detail" swiper-animate-effect="fadeInRight"
swiper-animate-duration="1.5s" swiper-animate-duration="1.5s"
swiper-animate-delay="0"> swiper-animate-delay="0">
......
...@@ -85,21 +85,21 @@ export default { ...@@ -85,21 +85,21 @@ export default {
color: #3b3b3b; color: #3b3b3b;
&.ysl { &.ysl {
background: url("https://file.yunqueyi.com/h5/images/asimg/page-4-back.png") no-repeat center background: url("~@/images/annual/page-4-back.png") no-repeat center
center; center;
background-size: cover; background-size: cover;
color: #ffffff; color: #ffffff;
} }
&.zqc { &.zqc {
background: url("https://file.yunqueyi.com/h5/images/asimg/page-5-back.png") no-repeat center background: url("~@/images/annual/page-5-back.png") no-repeat center
center; center;
background-size: cover; background-size: cover;
color: #134a5d; color: #134a5d;
} }
&.no { &.no {
background: url("https://file.yunqueyi.com/h5/images/asimg/page-6-back.png") no-repeat center background: url("~@/images/annual/page-6-back.png") no-repeat center
center; center;
background-size: cover; background-size: cover;
color: #ffffff; color: #ffffff;
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
<div class="card-5-wrapper"> <div class="card-5-wrapper">
<Logo></Logo> <Logo></Logo>
<div class="bgi-wrapper"> <div class="bgi-wrapper">
<img v-show="type == 1" src="https://file.yunqueyi.com/h5/images/asimg/yqd-back.png" alt="" /> <img v-show="type == 1" src="~@/images/annual/yqd-back.png" alt="" />
<img v-show="type == 2" src="https://file.yunqueyi.com/h5/images/asimg/no-yqd-back.png" alt="" /> <img v-show="type == 2" src="~@/images/annual/no-yqd-back.png" alt="" />
</div> </div>
<section v-show="type == 1" class="ani detail" swiper-animate-effect="fadeInRight" <section v-show="type == 1" class="ani detail" swiper-animate-effect="fadeInRight"
swiper-animate-duration="1.5s" swiper-animate-duration="1.5s"
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<Logo imgType="2"></Logo> <Logo imgType="2"></Logo>
<div class="bgi-wrapper"> <div class="bgi-wrapper">
<img class="bg" <img class="bg"
src="https://file.yunqueyi.com/h5/images/asimg/env-back.png" alt /> src="~@/images/annual/env-back.png" alt />
</div> </div>
<section <section
class="ani detail" class="ani detail"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="as-index-wrapper"> <div class="as-index-wrapper">
<Logo imgType=2 backType=2></Logo> <Logo imgType=2 backType=2></Logo>
<div class="bgi-wrapper"> <div class="bgi-wrapper">
<img src="https://file.yunqueyi.com/h5/images/asimg/index-back.png" alt /> <img src="~@/images/annual/index-back.png" alt />
</div> </div>
<div class="text-wrapper"> <div class="text-wrapper">
<p class="fbig cw">2020年</p> <p class="fbig cw">2020年</p>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册