Commit 62798d9d authored by zhangyanni's avatar zhangyanni

错误页面

parent 592115f6
......@@ -21,7 +21,7 @@
bottom: 0;
width: 100%;
height: 100%;
background: url("../../assets/img/notFind.jpg") no-repeat;
background: url("../../assets/img/notFind.png") no-repeat;
background-size: auto 100%;
background-position: center;
background-color: rgb(67, 115, 205);
......
......@@ -21,7 +21,7 @@
bottom: 0;
width: 100%;
height: 100%;
background: url("../../assets/img/notServer.jpg") no-repeat;
background: url("../../assets/img/notServer.png") no-repeat;
background-size: auto 100%;
background-position: center;
background-color: rgb(179, 224, 255);
......@@ -29,7 +29,7 @@
.buttonWrap {
position: absolute;
top: 380px;
top: 430px;
border-radius: 100px;
left: 300px;
width: 130px;
......
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 to comment