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
ce5138f2
authored
2020-06-02 15:28:49 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
#86 #87
1 parent
5d285716
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
30 additions
and
25 deletions
src/common/lang/en.js
src/common/lang/tc.js
src/common/lang/zh.js
src/components/home/footer/footer.vue
src/pages/custom-service/components/policy-change-information.scss
src/common/lang/en.js
View file @
ce5138f
...
...
@@ -799,7 +799,7 @@ module.exports = {
nationality
:
"Nationality"
,
employer
:
"Employer"
,
maritalStatus
:
"Marital Status"
,
submit
:
"
Confirm
"
,
submit
:
"
Submit
"
,
upload
:
"Upload Attachment"
,
modifyTips1
:
"If you need to modify please"
,
modifyTips2
:
"contact customer service"
,
...
...
src/common/lang/tc.js
View file @
ce5138f
...
...
@@ -188,7 +188,7 @@ module.exports = {
address
:
"香港尖沙咀廣東道21號港威大廈第五座16樓A137"
,
ourProducts
:
"產品介紹"
,
VHIS
:
"自願醫保"
,
VHIS
:
"自願醫保
計劃
"
,
Insurance
:
"分紅終身壽險計劃"
,
hkPhone
:
"香港號碼"
,
...
...
@@ -808,7 +808,7 @@ module.exports = {
nationality
:
"國籍"
,
employer
:
"工作單位"
,
maritalStatus
:
"婚姻狀況"
,
submit
:
"
確認修改
"
,
submit
:
"
提交申請
"
,
upload
:
"附件上傳"
,
modifyTips1
:
"如需修改請"
,
modifyTips2
:
"聯繫客服"
,
...
...
src/common/lang/zh.js
View file @
ce5138f
...
...
@@ -189,7 +189,7 @@ module.exports = {
address
:
"香港尖沙咀广东道21号港威大厦第五座16楼A137"
,
ourProducts
:
"产品介绍"
,
VHIS
:
"自愿医保"
,
VHIS
:
"自愿医保
计划
"
,
Insurance
:
"分红终身寿险计划"
,
hkPhone
:
"香港号码"
,
...
...
@@ -811,7 +811,7 @@ module.exports = {
nationality
:
"国籍"
,
employer
:
"工作单位"
,
maritalStatus
:
"婚姻状况"
,
submit
:
"
确认修改
"
,
submit
:
"
提交申请
"
,
upload
:
"附件上传"
,
modifyTips1
:
"如需修改请"
,
modifyTips2
:
"联系客服"
,
...
...
src/components/home/footer/footer.vue
View file @
ce5138f
...
...
@@ -51,9 +51,9 @@
<!-- 菜单 移动端 前一版本移动端菜单跟PC版菜单不同,先照样独立维护两个菜单 -->
<div
class=
"nav nav2"
>
<div
class=
"nav-v"
>
<div
class=
"n-item n-item-tit"
>
產品介紹
</div>
<div
@
click=
"toPage('vhisDetail')"
class=
"n-item"
>
自願醫保
</div>
<div
@
click=
"toPage('genRich')"
class=
"n-item"
>
投資成份保險
</div>
<div
class=
"n-item n-item-tit"
>
{{
$t
(
'footer.ourProducts'
)
}}
</div>
<div
@
click=
"toPage('vhisDetail')"
class=
"n-item"
>
{{
$t
(
'footer.VHIS'
)
}}
</div>
<div
@
click=
"toPage('genRich')"
class=
"n-item"
>
{{
$t
(
'footer.Insurance'
)
}}
</div>
</div>
<div
class=
"nav-v"
>
...
...
src/pages/custom-service/components/policy-change-information.scss
View file @
ce5138f
...
...
@@ -162,23 +162,28 @@
}
.submit-btn
{
width
:
163px
;
height
:
49px
;
margin
:
0
auto
0
;
line-height
:
49px
;
box-shadow
:
0px
10px
13px
0
rgba
(
236
,
100
,
41
,
0
.2
);
background-blend-mode
:
soft-light
,
;
background-image
:
linear-gradient
(
to
top
,
#000000
,
#ffffff
)
,
linear-gradient
(
to
bottom
,
#ec6429
,
#ec6429
);
text-align
:
center
;
color
:
#ffffff
;
border-radius
:
42px
;
cursor
:
pointer
;
border
:
none
;
color
:
#ffffff
;
background-color
:
#f05a23
;
box-shadow
:
0px
10px
13px
0
rgba
(
236
,
100
,
41
,
0
.2
);
background-blend-mode
:
soft-light
,
;
background-image
:
linear-gradient
(
to
top
,
#000000
,
#ffffff
)
,
linear-gradient
(
to
bottom
,
#ec6429
,
#ec6429
);
// width: 163px;
// height: 49px;
// margin: 0 auto 0;
// line-height: 49px;
// box-shadow: 0px 10px 13px 0 rgba(236, 100, 41, 0.2);
// background-blend-mode: soft-light, ;
// background-image: linear-gradient(to top, #000000, #ffffff), linear-gradient(to bottom, #ec6429, #ec6429);
// text-align: center;
// color: #ffffff;
// border-radius: 42px;
// cursor: pointer;
// border: none;
// color: #ffffff;
// background-color: #f05a23;
// box-shadow: 0px 10px 13px 0 rgba(236, 100, 41, 0.2);
// background-blend-mode: soft-light, ;
// background-image: linear-gradient(to top, #000000, #ffffff), linear-gradient(to bottom, #ec6429, #ec6429);
@include
btc4
(
300px
,
50px
,
18px
);
width
:
300px
;
height
:
50px
;
border-radius
:
25px
;
margin
:
40px
auto
0
;
}
.submit-btn
:lang
(
zh
)
{
...
...
Please
register
or
sign in
to post a comment