保存进度!
This commit is contained in:
parent
8315b1f9b2
commit
a81bdc330c
@ -2,7 +2,7 @@
|
|||||||
* @Author: Kane
|
* @Author: Kane
|
||||||
* @Date: 2023-02-14 23:18:02
|
* @Date: 2023-02-14 23:18:02
|
||||||
* @LastEditors: Kane
|
* @LastEditors: Kane
|
||||||
* @LastEditTime: 2023-02-14 23:19:47
|
* @LastEditTime: 2023-02-15 00:22:52
|
||||||
* @FilePath: /错误页面/index.html
|
* @FilePath: /错误页面/index.html
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
@ -17,6 +17,19 @@
|
|||||||
<title>Document</title>
|
<title>Document</title>
|
||||||
</head>
|
</head>
|
||||||
<style>
|
<style>
|
||||||
|
body {
|
||||||
|
box-sizing: border-box;
|
||||||
|
border: 1px solid red;
|
||||||
|
padding: 10px;
|
||||||
|
margin: 0px;
|
||||||
|
/* height: calc(100vh);
|
||||||
|
width: calc(100vw-5px);
|
||||||
|
max-width: 100vw;
|
||||||
|
max-height: 100vh; */
|
||||||
|
overflow: hidden;
|
||||||
|
background-color: #f0ebe5;
|
||||||
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -40,6 +53,7 @@
|
|||||||
color: grey;
|
color: grey;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<img src="./img/skull.png" />
|
<img src="./img/skull.png" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user