Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
A
alumni-show-h5
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
alumni-show-h5
Commits
1fc12644
提交
1fc12644
authored
11月 27, 2020
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改样式
上级
c50310a6
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
23 行增加
和
8 行删除
+23
-8
index.vue
src/views/attestation/index.vue
+7
-6
printing.vue
src/views/attestation/printing.vue
+16
-2
没有找到文件。
src/views/attestation/index.vue
浏览文件 @
1fc12644
...
@@ -161,18 +161,19 @@ export default {
...
@@ -161,18 +161,19 @@ export default {
}
}
.list-btn
{
.list-btn
{
position
:
absolute
;
position
:
absolute
;
bottom
:
0
;
bottom
:
20px
;
left
:
50%
;
left
:
50%
;
-webkit-transform
:
translateX
(
-50%
);
-webkit-transform
:
translateX
(
-50%
);
width
:
80%
;
width
:
80%
;
display
:
block
;
height
:
40px
;
height
:
40px
;
line-height
:
40px
;
line-height
:
40px
;
background
:
linear-gradient
(
180deg
,
#FF9B96
0%
,
#CE3E3A
100%
);
border-radius
:
5px
;
font-weight
:
bold
;
color
:
#FFFFFF
;
text-align
:
center
;
text-align
:
center
;
margin-bottom
:
10px
;
color
:
#fff
;
background
:
#af1b40
;
border-radius
:
20px
;
cursor
:
pointer
;
border
:
none
;
}
}
.item-box
{
.item-box
{
position
:
relative
;
position
:
relative
;
...
...
src/views/attestation/printing.vue
浏览文件 @
1fc12644
...
@@ -6,8 +6,10 @@
...
@@ -6,8 +6,10 @@
<van-image-preview
v-model=
"imgShow"
:images=
"images"
></van-image-preview>
<van-image-preview
v-model=
"imgShow"
:images=
"images"
></van-image-preview>
<div
class=
"tips"
>
确认资料信息无误后,
<span>
请长按图片保存下载
</span>
,将信息页打印后,请在个人签名处签名后上传,注意签名不要连笔。
</div>
<div
class=
"tips"
>
确认资料信息无误后,
<span>
请长按图片保存下载
</span>
,将信息页打印后,请在个人签名处签名后上传,注意签名不要连笔。
</div>
<div
class=
"btn-box"
>
<div
class=
"btn-box"
>
<van-button
class=
"b"
@
click=
"backEdit"
color=
"linear-gradient(180deg, #FF9B96 0%, #CE3E3A 100%)"
>
返回修改
</van-button>
<div
class=
"b btn-style"
@
click=
"backEdit"
>
返回修改
</div>
<van-button
@
click=
"goUpload"
class=
"b"
color=
"linear-gradient(180deg, #FF9B96 0%, #CE3E3A 100%)"
>
已签名,去上传
</van-button>
<div
class=
"b btn-style"
@
click=
"goUpload"
>
已签名,去上传
</div>
<!--
<van-button
class=
"b"
@
click=
"backEdit"
color=
"linear-gradient(180deg, #FF9B96 0%, #CE3E3A 100%)"
>
返回修改
</van-button>
-->
<!--
<van-button
@
click=
"goUpload"
class=
"b"
color=
"linear-gradient(180deg, #FF9B96 0%, #CE3E3A 100%)"
>
已签名,去上传
</van-button>
-->
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -85,6 +87,18 @@ export default {
...
@@ -85,6 +87,18 @@ export default {
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.btn-style
{
width
:
1
.2rem
;
display
:
block
;
height
:
40px
;
line-height
:
40px
;
text-align
:
center
;
color
:
#fff
;
background
:
#af1b40
;
border-radius
:
20px
;
cursor
:
pointer
;
border
:
none
;
}
.img-box
{
.img-box
{
img
{
img
{
width
:
100%
;
width
:
100%
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论