Commit 9e21ea4b by dosZhang

dos

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