Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
learn-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
learn-online-pc
Commits
eae482e2
提交
eae482e2
authored
6月 02, 2021
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
7c3e4d31
全部展开
显示空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
169 行增加
和
403 行删除
+169
-403
xyxz.scss
src/assets/css/xyxz.scss
+159
-0
jcxx.jpg
src/assets/images/jcxx.jpg
+0
-0
lear-tips-code.jpg
src/assets/images/lear-tips-code.jpg
+0
-0
lear-tips-plan.jpg
src/assets/images/lear-tips-plan.jpg
+0
-0
examinaTips.vue
src/pages/tips/examinaTips.vue
+1
-2
examinaTipsOffLine.vue
src/pages/tips/examinaTipsOffLine.vue
+8
-399
examinaTipsOnLine.vue
src/pages/tips/examinaTipsOnLine.vue
+0
-0
learningTips.vue
src/pages/tips/learningTips.vue
+1
-2
learningTipsOffLine.vue
src/pages/tips/learningTipsOffLine.vue
+0
-0
learningTipsOnLine.vue
src/pages/tips/learningTipsOnLine.vue
+0
-0
没有找到文件。
src/assets/css/xyxz.scss
0 → 100644
浏览文件 @
eae482e2
.mian
{
background
:
rgba
(
255
,
255
,
255
,
1
);
border-radius
:
6px
;
margin
:
40px
;
padding
:
0
40px
30px
;
.title
{
color
:
#333333
;
font-size
:
18px
;
font-weight
:
bold
;
line-height
:
65px
;
border-bottom
:
1px
solid
rgba
(
204
,
204
,
204
,
1
);
}
.content
{
display
:
flex
;
align-items
:
flex-start
;
.cont-left
{
flex
:
1
;
overflow
:
hidden
;
}
.h2
{
font-size
:
35px
;
font-weight
:
bold
;
color
:
#333333
;
text-align
:
center
;
padding
:
40px
0
;
}
p
{
text-align
:
justify
;
color
:
rgba
(
51
,
51
,
51
,
1
);
font-size
:
18px
;
line-height
:
35px
;
margin-top
:
15px
;
text-indent
:
2em
;
}
.txt-cont
{
margin-top
:
20px
;
.tits
{
font-weight
:
bold
;
font-size
:
22px
;
line-height
:
40px
;
color
:
#333
;
border-bottom
:
1px
solid
#cccccc
;
padding-top
:
10px
;
}
ul
{
margin
:
5px
auto
;
}
li
{
display
:
flex
;
margin-top
:
15px
;
img
{
width
:
12px
;
height
:
12px
;
margin-top
:
8px
;
}
.rtxt
{
color
:
#333
;
font-size
:
18px
;
margin-left
:
5px
;
}
}
}
}
.cont-right
{
width
:
200px
;
margin-left
:
40px
;
height
:
auto
;
&
.susp
{
.cont
{
position
:
fixed
;
top
:
0
;
}
}
.cont
{
width
:
200px
;
margin-top
:
150px
;
.titl
{
height
:
73px
;
background
:
url('../../assets/images/lear-tips-mbg.png')
;
background-size
:
100%
100%
;
}
.titl
{
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
img
{
width
:
28px
;
height
:
28px
;
}
.txt
{
color
:
rgba
(
255
,
255
,
255
,
1
);
font-size
:
22px
;
margin-left
:
8px
;
}
}
ul
{
padding
:
0
;
li
.active
{
.name
{
color
:
#2994ea
;
}
.prog
{
.pr1
{
background
:
#2994ea
;
}
.pr2
{
background
:
#2994ea
;
}
}
}
li
{
display
:
flex
;
list-style
:
none
;
width
:
164px
;
margin
:
0
auto
20px
auto
;
cursor
:
pointer
;
.name
{
font-size
:
18px
;
color
:
#999999
;
}
.prog
{
width
:
86px
;
margin-left
:
auto
;
position
:
relative
;
margin-top
:
5px
;
.pr1
{
position
:
absolute
;
top
:
8px
;
right
:
0
;
width
:
100%
;
height
:
1px
;
background
:
#d8d8d8
;
}
.pr2
{
position
:
absolute
;
top
:
0
;
right
:
0
;
width
:
16px
;
height
:
16px
;
background
:
rgba
(
216
,
216
,
216
,
1
);
border-radius
:
50%
;
}
}
}
}
}
}
}
.table
{
width
:
90%
;
margin
:
20px
auto
;
border-collapse
:
collapse
;
text-align
:
center
;
td
,
th
{
padding
:
12px
;
}
}
src/assets/images/jcxx.jpg
查看替换文件 @
7c3e4d31
浏览文件 @
eae482e2
差异被折叠。
点击展开。
src/assets/images/lear-tips-code.jpg
0 → 100644
浏览文件 @
eae482e2
124.4 KB
src/assets/images/lear-tips-plan.jpg
0 → 100644
浏览文件 @
eae482e2
366.6 KB
src/pages/tips/examinaTips.vue
浏览文件 @
eae482e2
...
@@ -27,5 +27,4 @@ export default {
...
@@ -27,5 +27,4 @@ export default {
}
}
</
script
>
</
script
>
<
style
>
<
style
src=
"@/assets/css/xyxz.scss"
></
style
>
</
style
>
src/pages/tips/examinaTipsOffLine.vue
浏览文件 @
eae482e2
<
template
>
<
template
>
<div
class=
"mian"
>
<div
class=
"mian"
>
<
div
class=
"content fl"
>
<
!--
<div
class=
"title"
>
考前须知
</div>
--
>
<div
class=
"title"
>
考前须知
</div
>
<div
class=
"content"
>
<div
class=
"cont-left"
>
<div
class=
"cont-left"
>
<div
class=
"h2"
>
考前须知
</div>
<div
class=
"h2"
>
考前须知
</div>
<div
class=
"explain"
>
<p>
<div
class=
"txt"
>
“高级财富管理师”证书培训作为提升从业人员素质的基本途径,得到了监管部门、各金融机构及广大从业人员的高度认可,对于规范从业人员职业水平,实现从业人员自我管理起到了巨大的推动作用。
“高级财富管理师”证书培训作为提升从业人员素质的基本途径,得到了监管部门、各金融机构及广大从业人员的高度认可,对于规范从业人员职业水平,实现从业人员自我管理起到了巨大的推动作用。
</div
>
</p
>
<div
class=
"txt"
>
<p
>
不断规范“高级财富管理师”证书考试制度,目的是建立财富管理从业人员职业标准及用人规范,为金融机构和客户鉴别从业者能力提供识别标杆。为确保考试顺利有序进行,现将《考前须知》公示如下。请各位考生认真阅读,明确考试规则,遵守考试纪律,做好考前准备。
不断规范“高级财富管理师”证书考试制度,目的是建立财富管理从业人员职业标准及用人规范,为金融机构和客户鉴别从业者能力提供识别标杆。为确保考试顺利有序进行,现将《考前须知》公示如下。请各位考生认真阅读,明确考试规则,遵守考试纪律,做好考前准备。
</div>
</p>
</div>
<div
class=
"txt-cont"
ref=
"catalog1"
id=
"catalog1"
>
<div
class=
"txt-cont"
ref=
"catalog1"
id=
"catalog1"
>
<div
class=
"tits"
>
考试时间
</div>
<div
class=
"tits"
>
考试时间
</div>
<p>
考试时间:
<span
style=
"color: red"
>
2021 年 6 月 1 9 日 17:00—18:00
</span></p>
<p>
考试时间:
<span
style=
"color: red"
>
2021 年 6 月 1 9 日 17:00—18:00
</span></p>
</div>
</div>
<div
class=
"txt-cont"
ref=
"catalog2"
id=
"catalog2"
>
<div
class=
"txt-cont"
ref=
"catalog2"
id=
"catalog2"
>
<div
class=
"tits"
>
考试内容
</div>
<div
class=
"tits"
>
考试内容
</div>
...
@@ -39,7 +37,6 @@
...
@@ -39,7 +37,6 @@
<p>
预祝大家考试顺利!
</p>
<p>
预祝大家考试顺利!
</p>
</div>
</div>
</div>
</div>
</div>
<div
:class=
"showClass"
ref=
"suspension"
>
<div
:class=
"showClass"
ref=
"suspension"
>
<div
class=
"cont"
>
<div
class=
"cont"
>
<div
class=
"titl"
>
<div
class=
"titl"
>
...
@@ -60,6 +57,7 @@
...
@@ -60,6 +57,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
...
@@ -104,392 +102,3 @@ export default {
...
@@ -104,392 +102,3 @@ export default {
}
}
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
.mian
{
padding
:
40px
;
.content
{
position
:
relative
;
background
:
rgba
(
255
,
255
,
255
,
1
);
border-radius
:
6px
;
padding
:
0
40px
30px
40px
;
margin-bottom
:
20px
;
.title
{
color
:
#333333
;
font-size
:
18px
;
line-height
:
65px
;
border-bottom
:
1px
solid
rgba
(
204
,
204
,
204
,
1
);
}
.cont-txt
{
padding-bottom
:
30px
;
p
{
font-size
:
18px
;
color
:
#666666
;
line-height
:
30px
;
text-indent
:
2em
;
}
}
.new-h2
{
margin-top
:
30px
;
}
.h2
{
font-size
:
35px
;
color
:
#333333
;
text-align
:
center
;
padding
:
10px
0
;
}
.explain
{
.tits
{
font-size
:
22px
;
color
:
#333333
;
}
.txt
{
font-size
:
18px
;
color
:
rgba
(
51
,
51
,
51
,
1
);
line-height
:
40px
;
// width: 90%;
// margin: 0 auto;
text-indent
:
2em
;
}
}
.cont-left
{
width
:
75%
;
}
.txt-cont
{
margin-top
:
20px
;
.tits
{
font-weight
:
bold
;
font-size
:
22px
;
line-height
:
40px
;
width
:
100%
;
color
:
#333
;
border-bottom
:
1px
solid
#cccccc
;
padding-top
:
10px
;
}
p
{
text-align
:
justify
;
color
:
rgba
(
51
,
51
,
51
,
1
);
font-size
:
18px
;
line-height
:
35px
;
margin-top
:
15px
;
width
:
90%
;
margin
:
10px
auto
0
auto
;
text-indent
:
-0
.8em
;
}
.qr-code
{
width
:
35%
;
display
:
block
;
margin
:
0
auto
;
}
.img1
{
width
:
80%
;
display
:
block
;
margin
:
10px
auto
0
auto
;
}
.img2
{
width
:
65%
;
margin
:
10px
auto
;
display
:
block
;
}
.ind
{
text-indent
:
2em
;
}
ul
{
margin
:
0
auto
;
padding
:
27px
0
0
0
;
list-style
:
none
;
li
.top
{
.li-txt
{
position
:
absolute
;
top
:
55%
;
-webkit-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
-o-transform
:
translateY
(
-50%
);
-ms-transform
:
translateY
(
-50%
);
left
:
20%
;
}
}
li
:nth-child
(
2
)
{
.l
{
opacity
:
0
.6
;
}
}
li
:nth-child
(
3
)
{
.l
{
opacity
:
0
.7
;
}
}
li
:nth-child
(
4
)
{
.l
{
opacity
:
0
.8
;
}
}
li
:nth-child
(
5
)
{
.l
{
opacity
:
0
.9
;
}
}
li
{
position
:
relative
;
width
:
100%
;
margin-bottom
:
30px
;
overflow
:
hidden
;
.l
{
position
:
relative
;
float
:
left
;
width
:
20%
;
opacity
:
0
.5
;
img
{
display
:
block
;
width
:
100%
;
}
span
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
-webkit-transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
);
-o-transform
:
translate
(
-50%
,
-50%
);
-ms-transform
:
translate
(
-50%
,
-50%
);
color
:
#fff
;
font-size
:
20px
;
text-align
:
center
;
white-space
:
nowrap
;
}
}
.li-txt
{
float
:
left
;
width
:
77%
;
margin-left
:
3%
;
div
{
font-size
:
18px
;
color
:
rgba
(
51
,
51
,
51
,
1
);
line-height
:
30px
;
}
}
}
}
}
}
.cont-right.susp
{
position
:
fixed
;
right
:
-40px
;
top
:
80px
;
}
.cont-right
{
position
:
absolute
;
top
:
150px
;
right
:
0
;
width
:
30%
;
.cont
{
width
:
200px
;
margin
:
0
auto
;
.titl
{
width
:
100%
;
height
:
73px
;
background
:
url('../../assets/images/lear-tips-mbg.png')
;
background-size
:
100%
100%
;
}
.titl
{
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
img
{
width
:
28px
;
height
:
28px
;
}
.txt
{
color
:
rgba
(
255
,
255
,
255
,
1
);
font-size
:
22px
;
margin-left
:
8px
;
}
}
ul
{
padding
:
0
;
li
.active
{
.name
{
color
:
#2994ea
;
}
.prog
{
.pr1
{
background
:
#2994ea
;
}
.pr2
{
background
:
#2994ea
;
}
}
}
li
{
display
:
flex
;
list-style
:
none
;
width
:
164px
;
margin
:
0
auto
20px
auto
;
cursor
:
pointer
;
.name
{
font-size
:
18px
;
color
:
#999999
;
}
.prog
{
width
:
86px
;
margin-left
:
auto
;
position
:
relative
;
margin-top
:
5px
;
.pr1
{
position
:
absolute
;
top
:
8px
;
right
:
0
;
width
:
100%
;
height
:
1px
;
background
:
#d8d8d8
;
}
.pr2
{
position
:
absolute
;
top
:
0
;
right
:
0
;
width
:
16px
;
height
:
16px
;
background
:
rgba
(
216
,
216
,
216
,
1
);
border-radius
:
50%
;
}
}
}
}
}
}
}
.exa-main
{
.tip-t
{
font-size
:
22px
;
color
:
#333333
;
}
.padd-min-tit
{
padding
:
8px
0
0
0
;
}
.min-tit
{
color
:
rgba
(
51
,
51
,
51
,
1
);
font-size
:
18px
;
margin
:
20px
0
20px
10px
;
a
{
color
:
#018aff
;
}
}
.con-mian
{
display
:
table
;
img
{
vertical-align
:
middle
;
}
}
.step1-img-w
{
img
{
width
:
30%
;
}
.step-arrow
{
width
:
5%
;
}
}
.step2-img-w
{
.step2-1
{
width
:
23
.5%
;
}
.step2-2
{
width
:
24
.5%
;
}
.step2-3
{
width
:
41
.5%
;
}
.step-arrow
{
width
:
5%
;
}
}
.step3-img-w
{
img
{
width
:
30%
;
}
.step-arrow
{
width
:
5%
;
}
}
.step4-img-w
{
img
{
width
:
21
.25%
;
}
.step-arrow
{
width
:
5%
;
}
}
.step5-img-w
{
.tip-txt
{
width
:
30%
;
color
:
rgba
(
255
,
41
,
41
,
1
);
font-size
:
18px
;
display
:
inline-block
;
}
img
{
width
:
30%
;
margin-left
:
3%
;
}
}
.step6-img-w
{
img
{
width
:
100%
;
}
}
.step7-img-w
{
.sbt
{
overflow
:
hidden
;
margin-top
:
15px
;
}
img
{
float
:
left
;
width
:
12px
;
height
:
12px
;
margin
:
7px
5px
0
0
;
}
.t
{
float
:
left
;
color
:
rgba
(
51
,
51
,
51
,
1
);
font-size
:
18px
;
}
a
{
margin-left
:
20px
;
padding-top
:
10px
;
font-size
:
18px
;
color
:
rgba
(
1
,
138
,
255
,
1
);
display
:
block
;
}
.tt
{
font-size
:
18px
;
color
:
#333333
;
margin-left
:
20px
;
line-height
:
30px
;
margin-top
:
10px
;
}
}
}
@media
screen
and
(
min-width
:
1610px
)
{
.mian
.content
.txt-cont
ul
li
.l
{
width
:
13%
;
}
.mian
.content
.txt-cont
ul
li
.li-txt
div
{
font-size
:
20px
;
}
.mian
.content
.txt-cont
ul
li
.top
.li-txt
{
left
:
13%
;
}
}
@media
screen
and
(
max-width
:
1610px
)
{
.mian
.content
.txt-cont
ul
li
.li-txt
div
{
font-size
:
16px
;
}
}
.table
{
width
:
90%
;
margin
:
20px
auto
;
border-collapse
:
collapse
;
text-align
:
center
;
td
,
th
{
padding
:
12px
;
}
}
</
style
>
src/pages/tips/examinaTipsOnLine.vue
浏览文件 @
eae482e2
差异被折叠。
点击展开。
src/pages/tips/learningTips.vue
浏览文件 @
eae482e2
...
@@ -27,5 +27,4 @@ export default {
...
@@ -27,5 +27,4 @@ export default {
}
}
</
script
>
</
script
>
<
style
>
<
style
src=
"@/assets/css/xyxz.scss"
></
style
>
</
style
>
src/pages/tips/learningTipsOffLine.vue
浏览文件 @
eae482e2
差异被折叠。
点击展开。
src/pages/tips/learningTipsOnLine.vue
浏览文件 @
eae482e2
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论