默认提交
Showing
13 changed files
with
55 additions
and
28 deletions

480 Bytes
-
Please register or sign in to post a comment
480 Bytes
... | ... | @@ -278,6 +278,8 @@ module.exports = { |
infomationImprove: { | ||
title: "請完善您的信息", | ||
t1: "姓名", | ||
t1c1: "姓", | ||
t1c2: "名", | ||
t1Placeholder: "", | ||
t2: "性別", | ||
t2Placeholder: "", | ||
... | ... |
... | ... | @@ -278,6 +278,8 @@ module.exports = { |
infomationImprove: { | ||
title: "請完善您的信息", | ||
t1: "姓名", | ||
t1c1: "姓", | ||
t1c2: "名", | ||
t1Placeholder: "", | ||
t2: "性別", | ||
t2Placeholder: "", | ||
... | ... |
... | ... | @@ -277,6 +277,8 @@ module.exports = { |
infomationImprove: { | ||
title: "请完善您的信息", | ||
t1: "姓名", | ||
t1c1: "姓", | ||
t1c2: "名", | ||
t1Placeholder: "", | ||
t2: "性别", | ||
t2Placeholder: "", | ||
... | ... |
... | ... | @@ -61,7 +61,6 @@ export default { |
}) | ||
}, | ||
onShowDropdown(evtStr) { | ||
console.log("evtStr:", evtStr); | ||
this.dropdownMVisible = false; | ||
this.loginMVisible = false; | ||
if (evtStr == 'nav') { | ||
... | ... |
... | ... | @@ -230,12 +230,6 @@ input { |
font-size: 12px; | ||
} | ||
.disabled { | ||
background-color: gray !important; | ||
background-image: none !important; | ||
} | ||
@media (max-width: 768px) { | ||
.form { | ||
display: block; | ||
... | ... |
... | ... | @@ -24,6 +24,16 @@ export default { |
e1: "", | ||
e2: "", | ||
e3: "" | ||
}, | ||
dataForm: { | ||
}, | ||
insuranceForm: { | ||
f1: true, | ||
f2: true, | ||
f3: true, | ||
f4: true, | ||
f5: true, | ||
} | ||
} | ||
}, | ||
... | ... |
... | ... | @@ -148,6 +148,7 @@ |
&-item { | ||
position: relative; | ||
margin-bottom: 1.75rem; | ||
padding: 0 $marginSmall; | ||
.label { | ||
color: $cOrange; | ||
... | ... |
... | ... | @@ -65,3 +65,10 @@ |
.flex1 { | ||
flex: 1; | ||
} | ||
.disabled { | ||
color: $cFontGray !important; | ||
background-color: #dcdddd !important; | ||
background-image: none !important; | ||
box-shadow: none !important; | ||
} | ||
... | ... |