体检数据
This commit is contained in:
+3
-3
@@ -70,7 +70,7 @@ init();
|
||||
.outer {
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
background: url("../assets/bg.png") no-repeat;
|
||||
background: url("../assets/images/bg.png") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
@@ -79,7 +79,7 @@ init();
|
||||
line-height: 80px;
|
||||
display: flex;
|
||||
padding-bottom: 9px;
|
||||
background: url("../assets/top-title.png") no-repeat;
|
||||
background: url("../assets/images/top-title.png") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
|
||||
.title-d-left, .title-d-middle, .title-d-right {
|
||||
@@ -142,7 +142,7 @@ init();
|
||||
|
||||
.bottom-d {
|
||||
height: 40px;
|
||||
background: url("../assets/bottom-b.png") no-repeat;
|
||||
background: url("../assets/images/bottom-b.png") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user