Commit 57d9e323 by dosZhang

dos

parent 9cd59782
...@@ -141,6 +141,7 @@ input[name='job-number'] { ...@@ -141,6 +141,7 @@ input[name='job-number'] {
text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
1px 1px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 1px 1px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff,
2px 2px 0 #fff; 2px 2px 0 #fff;
line-height: 143px;
} }
.upload-page .top, .upload-page .top,
...@@ -156,11 +157,12 @@ input[name='job-number'] { ...@@ -156,11 +157,12 @@ input[name='job-number'] {
text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
1px 1px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 1px 1px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff,
2px 2px 0 #fff; 2px 2px 0 #fff;
line-height: 143px;
} }
.username .text, .username .text,
.company .text { .company .text {
margin: auto 0; line-height: 35px;
} }
.home-logo { .home-logo {
......
...@@ -170,8 +170,8 @@ function checkInfo() { ...@@ -170,8 +170,8 @@ function checkInfo() {
username = name; username = name;
company = resp.branch; company = resp.branch;
toUploadPage(); toUploadPage();
$(".username").append('<div class="text">' + username + '</div>'); $(".username").append('<span class="text">' + username + '</span>');
$(".company").append('<div class="text">' + company + '</div>'); $(".company").append('<span class="text">' + company + '</span>');
// 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