Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e2055e2b
authored
2020-02-18 12:05:13 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
2f685537
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
35 additions
and
23 deletions
README.md
src/components/clarms/clarms-plugins-modal1.scss
src/components/clarms/clarms-plugins-modal2.scss
src/components/clarms/clarms-plugins-modal2.vue
src/components/home/header/header.scss
src/components/home/m-dropdown/m-dropdown.scss
src/components/modal-comp/modal-comp.scss
src/components/modal-protocol-comp/modal-protocol-comp.scss
src/components/modal-simple-comp/modal-simple-comp.scss
src/components/modal-upload-card-comp/modal-upload-card-comp.scss
src/components/vhis-modal/vhis-modal.scss
src/pages/clarms/clarms.vue
src/pages/vhis-detail/vhis-detail.vue
src/styles/_utils.scss
README.md
View file @
e2055e2
...
...
@@ -27,3 +27,15 @@ npm run lint
### Customize configuration
See
[
Configuration Reference
](
https://cli.vuejs.org/config/
)
.
### z-index权重划分
遮罩蒙层:5000
导航栏:3000
element-ui:2000+
自定义交互组件 如date-picker: 800-900
一般业务级:小于100
...
...
src/components/clarms/clarms-plugins-modal1.scss
View file @
e2055e2
...
...
@@ -5,7 +5,7 @@
position
:
fixed
;
top
:
0
;
left
:
0
;
z-index
:
999
;
z-index
:
5000
;
width
:
100%
;
height
:
100%
;
@extend
.fcc
;
...
...
@@ -43,6 +43,7 @@
justify-content
:
flex-start
;
align-items
:
center
;
padding
:
162px
100px
;
max-height
:
534px
;
.info-icon
{
width
:
210px
;
...
...
@@ -92,9 +93,6 @@
}
@media
(
max-width
:
1150px
)
{
.border
{
width
:
90%
;
}
.close
{
right
:
-15px
;
top
:
-55px
;
...
...
src/components/clarms/clarms-plugins-modal2.scss
View file @
e2055e2
...
...
@@ -4,7 +4,7 @@
position
:
fixed
;
top
:
0
;
left
:
0
;
z-index
:
999
;
z-index
:
5000
;
width
:
100%
;
height
:
100%
;
@extend
.fcc
;
...
...
@@ -42,6 +42,7 @@
justify-content
:
flex-start
;
align-items
:
center
;
padding
:
162px
60px
162px
60px
;
// max-height:534px;
.info-icon
{
...
...
@@ -63,7 +64,7 @@
text-align
:
justify
;
text-align-last
:
left
;
span
{
.underline
{
cursor
:
pointer
;
text-decoration
:
underline
;
}
...
...
@@ -92,9 +93,6 @@
@media
(
max-width
:
1150px
)
{
.border
{
width
:
90%
;
}
.close
{
right
:
-15px
;
top
:
-55px
;
...
...
src/components/clarms/clarms-plugins-modal2.vue
View file @
e2055e2
...
...
@@ -9,9 +9,9 @@
<div
class=
"info-icon"
>
<img
src=
"@/assets/images/clarms/suc.png"
>
</div>
<div
class=
"message"
:class=
"
{'lsp':locale != 'en'}">
{{
$t
(
'clarms.step2.tip7'
)
}}
<span
@
click=
"toAccountInformation"
>
{{
$t
(
'clarms.step2.tip8'
)
}}
</span>
<div
class=
"message"
:class=
"
{'lsp':locale != 'en'}">
<span
v-html=
"$t('clarms.step2.tip7')"
>
{{
$t
(
'clarms.step2.tip7'
)
}}
</span>
<span
class=
"underline"
@
click=
"toAccountInformation"
>
{{
$t
(
'clarms.step2.tip8'
)
}}
</span>
</div>
</div>
</div>
...
...
src/components/home/header/header.scss
View file @
e2055e2
...
...
@@ -8,7 +8,7 @@ $navHeiM: 6rem;
background-color
:
#fff
;
color
:
$cFontGray
;
position
:
relative
;
z-index
:
91
0
;
z-index
:
300
0
;
font-size
:
$fontSize
;
.header-container
{
...
...
src/components/home/m-dropdown/m-dropdown.scss
View file @
e2055e2
...
...
@@ -18,14 +18,14 @@
width
:
100%
;
height
:
100%
;
position
:
fixed
;
z-index
:
1001
;
z-index
:
5000
;
left
:
0
;
top
:
0
;
}
.list
{
position
:
relative
;
z-index
:
2
001
;
z-index
:
5
001
;
padding
:
0
20px
;
// background-color: #ffffff;
}
...
...
@@ -33,7 +33,7 @@
// 国际化
.lang
{
position
:
relative
;
z-index
:
2
002
;
z-index
:
5
002
;
display
:
flex
;
background-color
:
#ffffff
;
padding
:
20px
36px
;
...
...
src/components/modal-comp/modal-comp.scss
View file @
e2055e2
...
...
@@ -4,7 +4,7 @@
position
:
fixed
;
top
:
0
;
left
:
0
;
z-index
:
999
;
z-index
:
5000
;
width
:
100%
;
height
:
100%
;
@extend
.fcc
;
...
...
src/components/modal-protocol-comp/modal-protocol-comp.scss
View file @
e2055e2
...
...
@@ -4,7 +4,7 @@
position
:
fixed
;
top
:
0
;
left
:
0
;
z-index
:
999
;
z-index
:
5000
;
width
:
100%
;
height
:
100%
;
@extend
.fcc
;
...
...
src/components/modal-simple-comp/modal-simple-comp.scss
View file @
e2055e2
...
...
@@ -4,7 +4,7 @@
position
:
fixed
;
top
:
0
;
left
:
0
;
z-index
:
999
;
z-index
:
5000
;
width
:
100%
;
height
:
100%
;
@extend
.fcc
;
...
...
src/components/modal-upload-card-comp/modal-upload-card-comp.scss
View file @
e2055e2
...
...
@@ -4,7 +4,7 @@
position
:
fixed
;
top
:
0
;
left
:
0
;
z-index
:
999
;
z-index
:
5000
;
width
:
100%
;
height
:
100%
;
@extend
.fcc
;
...
...
src/components/vhis-modal/vhis-modal.scss
View file @
e2055e2
...
...
@@ -4,7 +4,7 @@
position
:
fixed
;
top
:
0
;
left
:
0
;
z-index
:
999
;
z-index
:
5000
;
width
:
100%
;
height
:
100%
;
@extend
.fcc
;
...
...
src/pages/clarms/clarms.vue
View file @
e2055e2
...
...
@@ -19,7 +19,7 @@
<div
class=
"content clarms"
v-else
>
<div
class=
"clarms-cont"
>
<clarms-modal-one
v-if=
"showModal1"
@
close=
"showModal1 = false"
:type=
"modelType"
></clarms-modal-one>
<clarms-modal-two
v-if=
"showModal2"
@
close=
"showModal2 = false"
></clarms-modal-two>
<clarms-modal-two
@
close=
"showModal2 = false"
></clarms-modal-two>
<div
class=
"mobile-margin"
>
<template
v-if=
"step == 1"
>
...
...
src/pages/vhis-detail/vhis-detail.vue
View file @
e2055e2
...
...
@@ -140,7 +140,7 @@
<span
class=
"small"
>
2
</span>
</div>
<ul>
<li>
若受保人於保單簽發日後一年內自殺, 將不能獲發身故賠償,但將獲退還於
現行保單保障期內所繳的總保費。
<li>
若受保人於保單簽發日後一年內自殺, 將不能獲發身故賠償,但將獲退還於現行保單保障期內所繳的總保費。
</li>
</ul>
...
...
src/styles/_utils.scss
View file @
e2055e2
...
...
@@ -88,3 +88,7 @@ input {
text-align
:
justify
;
text-align-last
:
left
;
}
.underline
{
text-decoration
:underline
;
}
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment