Commit 57d9e323 by dosZhang

dos

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