Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-old
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-old
Commits
0c580f67
提交
0c580f67
authored
4月 15, 2021
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改样式
上级
8d813838
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
19 行增加
和
4 行删除
+19
-4
index.vue
src/pages/home/index.vue
+1
-1
payPop.vue
src/pages/train/components/payPop.vue
+18
-3
没有找到文件。
src/pages/home/index.vue
浏览文件 @
0c580f67
...
...
@@ -276,7 +276,7 @@ export default {
icon
:
'https://zws-imgs-pub.ezijing.com/static/public/284f07548eb240cc384a102f1b7efdda.png'
,
iconActive
:
'https://zws-imgs-pub.ezijing.com/static/public/0c9823481d85f209b4a498945f31ea83.png'
,
text
:
'师资培训报名'
,
path
:
'/hall?role=1'
,
path
:
'/hall?role=1
&point=t0
'
,
textActive
:
'提交报名资料,等待审核通知和培训通知'
},
{
...
...
src/pages/train/components/payPop.vue
浏览文件 @
0c580f67
...
...
@@ -14,10 +14,12 @@
<div
class=
"name"
>
支付方式:
</div>
<div
class=
"pay-method"
>
<div
:class=
"payMethod == 2 ? 'li active' : 'li'"
@
click=
"tabPayMethod(2)"
>
<div
class=
"select-icon"
></div>
<div
class=
"icon"
></div>
<div
class=
"pay-text"
>
支付宝支付
</div>
</div>
<div
:class=
"payMethod == 1 ? 'li active' : 'li'"
@
click=
"tabPayMethod(1)"
>
<div
class=
"select-icon"
></div>
<div
class=
"icon"
></div>
<div
class=
"pay-text"
>
微信支付
</div>
</div>
...
...
@@ -213,16 +215,29 @@ export default {
.pay-method
{
.li
{
cursor
:
pointer
;
.select-icon
{
width
:
16px
;
height
:
16px
;
background
:
url(https://zws-imgs-pub.ezijing.com/static/public/0157a86b05bd8eff993c4b82433acc90.png)
;
background-size
:
100%
100%
;
margin-right
:
13px
;
}
&
.active
{
.select-icon
{
background
:
url(https://zws-imgs-pub.ezijing.com/static/public/04aad91c8b16f98505ee11f13c13464d.png)
;
background-size
:
100%
100%
;
}
}
&
:nth-child
(
1
)
{
.icon
{
width
:
25px
;
height
:
25px
;
background
:
url(https://zws-imgs-pub.ezijing.com/static/public/
36ab2af8e8c7a20bff0d0d8ab926ac1
5.png)
;
background
:
url(https://zws-imgs-pub.ezijing.com/static/public/
189526ea395b7a1a3b47ffea73d25b9
5.png)
;
background-size
:
100%
100%
;
}
&
.active
{
.icon
{
background
:
url(https://zws-imgs-pub.ezijing.com/static/public/
43ef4cf31c815154f751631db5d14ae7
.png)
;
background
:
url(https://zws-imgs-pub.ezijing.com/static/public/
189526ea395b7a1a3b47ffea73d25b95
.png)
;
background-size
:
100%
100%
;
}
}
...
...
@@ -232,7 +247,7 @@ export default {
.icon
{
width
:
26px
;
height
:
23px
;
background
:
url(https://zws-imgs-pub.ezijing.com/static/public/
166a68450955d55376ce1e6295f2dac9
.png)
;
background
:
url(https://zws-imgs-pub.ezijing.com/static/public/
e7db788a3194460535d6543cc358a5f5
.png)
;
background-size
:
100%
100%
;
}
&
.active
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论