Commit 9e21ea4b by dosZhang

dos

parent 37fe74fc
...@@ -38,12 +38,12 @@ body { ...@@ -38,12 +38,12 @@ body {
/* 去除滚动条 */ /* 去除滚动条 */
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 0; width: 0;
height: 1px height: 1px;
} }
/* 清除浮动 */ /* 清除浮动 */
.clearfix:after { .clearfix:after {
content: "."; content: '.';
display: block; display: block;
height: 0; height: 0;
clear: both; clear: both;
...@@ -71,8 +71,8 @@ input::-webkit-input-placeholder { ...@@ -71,8 +71,8 @@ input::-webkit-input-placeholder {
color: #333; color: #333;
} }
input[name=name], input[name='name'],
input[name=job-number] { input[name='job-number'] {
font-size: 24px; font-size: 24px;
color: #333; color: #333;
line-height: 35px; line-height: 35px;
...@@ -105,7 +105,6 @@ input[name=job-number] { ...@@ -105,7 +105,6 @@ input[name=job-number] {
z-index: 12; z-index: 12;
} }
#posterCanvas { #posterCanvas {
display: none; display: none;
width: 640px; width: 640px;
...@@ -135,11 +134,13 @@ input[name=job-number] { ...@@ -135,11 +134,13 @@ input[name=job-number] {
} }
.username { .username {
font-size: 45px; color: #595857;
line-height: 45px;
color: #ffffff;
text-align: center; text-align: center;
font-size: 30px;
font-weight: bolder; font-weight: bolder;
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;
} }
.upload-page .top, .upload-page .top,
...@@ -148,9 +149,13 @@ input[name=job-number] { ...@@ -148,9 +149,13 @@ input[name=job-number] {
} }
.company { .company {
color: #ffffff; color: #595857;
text-align: center; text-align: center;
font-size: 20px; font-size: 30px;
font-weight: bolder;
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;
} }
.home-logo { .home-logo {
...@@ -166,4 +171,4 @@ input[name=job-number] { ...@@ -166,4 +171,4 @@ input[name=job-number] {
.perf span { .perf span {
font-size: 40px; font-size: 40px;
} }
\ No newline at end of file
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