Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-annual-summary
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-annual-summary
提交
5a5463fb
提交
5a5463fb
编写于
2月 04, 2021
作者:
guangjun.yang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
动画优化
图片使用缓存等
上级
6126e34f
变更
8
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
12 行增加
和
15 行删除
+12
-15
card-1.vue
src/components/annual-summary/card-1.vue
+1
-1
card-2.vue
src/components/annual-summary/card-2.vue
+1
-1
card-3.vue
src/components/annual-summary/card-3.vue
+1
-1
card-4.vue
src/components/annual-summary/card-4.vue
+3
-3
card-5.vue
src/components/annual-summary/card-5.vue
+2
-2
card-6.vue
src/components/annual-summary/card-6.vue
+3
-6
env-paper.png
src/images/annual/env-paper.png
+0
-0
index.vue
src/views/annual-summary/index.vue
+1
-1
未找到文件。
src/components/annual-summary/card-1.vue
浏览文件 @
5a5463fb
...
...
@@ -2,7 +2,7 @@
<div
class=
"card-1-wrapper"
>
<Logo></Logo>
<div
class=
"bgi-wrapper"
>
<img
src=
"
~@/images/annual
/page-1-back.png"
alt
/>
<img
src=
"
https://file.yunqueyi.com/h5/images/asimg
/page-1-back.png"
alt
/>
</div>
<section
class=
"detail"
>
<p
v-if=
"anualData.doctorName"
class=
"title"
>
...
...
src/components/annual-summary/card-2.vue
浏览文件 @
5a5463fb
...
...
@@ -2,7 +2,7 @@
<div
class=
"card-2-wrapper"
>
<Logo></Logo>
<div
class=
"bgi-wrapper"
>
<img
src=
"
~@/images/annual
/page-2-back.png"
alt
/>
<img
src=
"
https://file.yunqueyi.com/h5/images/asimg
/page-2-back.png"
alt
/>
</div>
<section
class=
"ani detail"
swiper-animate-effect=
"fadeInRight"
swiper-animate-duration=
"1.5s"
...
...
src/components/annual-summary/card-3.vue
浏览文件 @
5a5463fb
<
template
>
<div
class=
"card-3-wrapper"
>
<Logo></Logo>
<div
class=
"bgi-wrapper"
><img
src=
"
~@/images/annual
/page-3-back.png"
alt=
""
/></div>
<div
class=
"bgi-wrapper"
><img
src=
"
https://file.yunqueyi.com/h5/images/asimg
/page-3-back.png"
alt=
""
/></div>
<section
class=
"ani detail"
swiper-animate-effect=
"fadeInRight"
swiper-animate-duration=
"1.5s"
swiper-animate-delay=
"0"
>
...
...
src/components/annual-summary/card-4.vue
浏览文件 @
5a5463fb
...
...
@@ -85,21 +85,21 @@ export default {
color
:
#
3
b3b3b
;
&
.
ysl
{
background
:
url
(
"
../../images/annual
/page-4-back.png"
)
no
-
repeat
center
background
:
url
(
"
https://file.yunqueyi.com/h5/images/asimg
/page-4-back.png"
)
no
-
repeat
center
center
;
background
-
size
:
cover
;
color
:
#
ffffff
;
}
&
.
zqc
{
background
:
url
(
"
../../images/annual
/page-5-back.png"
)
no
-
repeat
center
background
:
url
(
"
https://file.yunqueyi.com/h5/images/asimg
/page-5-back.png"
)
no
-
repeat
center
center
;
background
-
size
:
cover
;
color
:
#
134
a5d
;
}
&
.
no
{
background
:
url
(
"
../../images/annual
/page-6-back.png"
)
no
-
repeat
center
background
:
url
(
"
https://file.yunqueyi.com/h5/images/asimg
/page-6-back.png"
)
no
-
repeat
center
center
;
background
-
size
:
cover
;
color
:
#
ffffff
;
...
...
src/components/annual-summary/card-5.vue
浏览文件 @
5a5463fb
...
...
@@ -2,8 +2,8 @@
<div
class=
"card-5-wrapper"
>
<Logo></Logo>
<div
class=
"bgi-wrapper"
>
<img
v-show=
"type == 1"
src=
"
~@/images/annual
/yqd-back.png"
alt=
""
/>
<img
v-show=
"type == 2"
src=
"
~@/images/annual
/no-yqd-back.png"
alt=
""
/>
<img
v-show=
"type == 1"
src=
"
https://file.yunqueyi.com/h5/images/asimg
/yqd-back.png"
alt=
""
/>
<img
v-show=
"type == 2"
src=
"
https://file.yunqueyi.com/h5/images/asimg
/no-yqd-back.png"
alt=
""
/>
</div>
<section
v-show=
"type == 1"
class=
"ani detail"
swiper-animate-effect=
"fadeInRight"
swiper-animate-duration=
"1.5s"
...
...
src/components/annual-summary/card-6.vue
浏览文件 @
5a5463fb
...
...
@@ -2,11 +2,8 @@
<div
class=
"card-6-wrapper"
>
<Logo
imgType=
"2"
></Logo>
<div
class=
"bgi-wrapper"
>
<img
class=
" bg"
swiper-animate-effect=
"fadeInUp"
swiper-animate-duration=
"1.5s"
swiper-animate-delay=
"0"
src=
"~@/images/annual/env-back.png"
alt
/>
<img
class=
"bg"
src=
"https://file.yunqueyi.com/h5/images/asimg/env-back.png"
alt
/>
</div>
<section
class=
"ani detail"
...
...
@@ -138,7 +135,7 @@ export default {
color: #333;
padding: 5px 10px 100px;
margin: 0px 20px;
background:
white
;
background:
#F7F2EB
;
.title {
font-size: 18px;
font-weight: 700;
...
...
src/images/annual/env-paper.png
已删除
100755 → 0
浏览文件 @
6126e34f
177.3 KB
src/views/annual-summary/index.vue
浏览文件 @
5a5463fb
...
...
@@ -2,7 +2,7 @@
<div
class=
"as-index-wrapper"
>
<Logo
imgType=
2
backType=
2
></Logo>
<div
class=
"bgi-wrapper"
>
<img
src=
"
~@/images/annual
/index-back.png"
alt
/>
<img
src=
"
https://file.yunqueyi.com/h5/images/asimg
/index-back.png"
alt
/>
</div>
<div
class=
"text-wrapper"
>
<p
class=
"fbig cw"
>
2020年
</p>
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录