默认提交
Showing
8 changed files
with
22 additions
and
9 deletions
-
Please register or sign in to post a comment
... | ... | @@ -830,7 +830,8 @@ module.exports = { |
tip1: "本人", | ||
tip2: "現確認於", | ||
tip3: "收托上述保單", | ||
tip4: "我想聯絡客服" | ||
tip4: "我想", | ||
tip5: "聯絡客服", | ||
}, | ||
clarms: { | ||
title:"索償申請", | ||
... | ... |
... | ... | @@ -853,7 +853,8 @@ module.exports = { |
tip1: "本人", | ||
tip2: "现确认于", | ||
tip3: "受托上述保单", | ||
tip4: "我想联络客服" | ||
tip4: "我想", | ||
tip5: "联络客服" | ||
}, | ||
clarms: { | ||
title: "索偿申请", | ||
... | ... |
... | ... | @@ -126,6 +126,10 @@ |
cursor: default !important; | ||
} | ||
.gray{ | ||
color: #dcdddd !important; | ||
} | ||
.ipt-wrap { | ||
position: relative; | ||
display: flex; | ||
... | ... |