默认提交
Showing
11 changed files
with
146 additions
and
21 deletions
-
Please register or sign in to post a comment
... | ... | @@ -763,6 +763,7 @@ module.exports = { |
showMore: "顯示所有保單", | ||
noPolicy: "您還未購買保單,如有疑問請", | ||
customService: "聯繫客服", | ||
downloadClick:"點擊下載", | ||
}, | ||
unauth: { | ||
m1: { | ||
... | ... |
... | ... | @@ -785,6 +785,7 @@ module.exports = { |
showMore: "显示所有保单", | ||
noPolicy: "您还未购买保单,如有疑问请", | ||
customService: "联系客服", | ||
downloadClick:"点击下载", | ||
}, | ||
unauth: { | ||
m1: { | ||
... | ... |
... | ... | @@ -32,7 +32,7 @@ |
width: 1000px; | ||
margin: 0 auto; | ||
.content { | ||
&-content { | ||
// @extend .bb; | ||
display: flex; | ||
justify-content: flex-start; | ||
... | ... |