体检数据

This commit is contained in:
zhaotiantian
2023-11-22 18:24:54 +08:00
parent a9541bc81c
commit bd168e909f
13 changed files with 1182 additions and 13 deletions
+3 -3
View File
@@ -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>