默认提交
Showing
23 changed files
with
822 additions
and
755 deletions
-
Please register or sign in to post a comment
... | ... | @@ -9,4 +9,4 @@ |
// selectorBlackList: [] | ||
// } | ||
// } | ||
// } | ||
\ No newline at end of file | ||
// } | ||
... | ... |
... | ... | @@ -837,7 +837,7 @@ module.exports = { |
register: "註冊", | ||
login: "登入", | ||
t1: "一賬通以便我們為您提供更好的服務", | ||
label0: "索償人資訊", | ||
label0: "索償人資料", | ||
label1: "姓", | ||
label2: "名", | ||
label3: "證件類型", | ||
... | ... |
... | ... | @@ -839,7 +839,7 @@ module.exports = { |
register: "注册", | ||
login: "登入", | ||
t1: "一账通以便我们为您提供更好的服务", | ||
label0: "索偿人信息", | ||
label0: "索偿人资料", | ||
label1: "姓", | ||
label2: "名", | ||
label3: "证件类型", | ||
... | ... |
... | ... | @@ -134,7 +134,7 @@ |
<li>保證於保費繳付期內保費不變。</li> | ||
</ul> | ||
</div> | ||
<div class="tt label label2"> | ||
<div class="tt tt2 label label2"> | ||
<div class="t1"> | ||
<span>計劃不包括</span> | ||
<span class="small">2</span> | ||
... | ... |
... | ... | @@ -6,7 +6,3 @@ |
overflow-x: hidden; | ||
overflow-y: auto; | ||
} | ||
// .content::-webkit-scrollbar { | ||
// display: none; | ||
// } | ||
... | ... |
... | ... | @@ -82,4 +82,9 @@ |
input { | ||
color:'#606266' | ||
} | ||
\ No newline at end of file | ||
} | ||
.text-jtf{ | ||
text-align: justify; | ||
text-align-last: left; | ||
} | ||
... | ... |
... | ... | @@ -41,7 +41,7 @@ $cLightBlack:#606266; |
$cDisabled:#888888; | ||
$cOrange2:#ff6839; | ||
$cFontGra2: #58595b; | ||
$cFontGray2: #58595b; | ||
// 文章宽度 | ||
$articleWidth:1041px; | ||
... | ... |