ce5138f2 by simon

#86 #87

1 parent 5d285716
......@@ -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",
......
......@@ -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: "聯繫客服",
......
......@@ -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: "联系客服",
......
......@@ -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">
......
......@@ -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) {
......