Commit 8c41400e by dos

init

parent 4cca734b
...@@ -138,7 +138,7 @@ input[name=job-number] { ...@@ -138,7 +138,7 @@ input[name=job-number] {
font-size: 45px; font-size: 45px;
line-height: 45px; line-height: 45px;
color: #ffffff; color: #ffffff;
text-align: right; text-align: center;
font-weight: bolder; font-weight: bolder;
} }
...@@ -149,7 +149,7 @@ input[name=job-number] { ...@@ -149,7 +149,7 @@ input[name=job-number] {
.company { .company {
color: #ffffff; color: #ffffff;
text-align: right; text-align: center;
font-size: 20px; font-size: 20px;
} }
......
...@@ -173,7 +173,7 @@ function checkInfo() { ...@@ -173,7 +173,7 @@ function checkInfo() {
$('.username').text(username); $('.username').text(username);
$('.tip').hide(); $('.tip').hide();
$('.tip' + phase).show() $('.tip' + phase).show()
$('.company').html('中信保诚人寿<br/>' + company + ''); $('.company').html('中信保诚人寿&nbsp;&nbsp;&nbsp;&nbsp;' + company + '');
if (fyp == 0) { if (fyp == 0) {
$('.perf').html('<span>个人累计承保</span><br/>' + perf + '件') $('.perf').html('<span>个人累计承保</span><br/>' + perf + '件')
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment