Commit b25f18a2 by Tippi.Rao

404 图

parent c2e217e2
html {
border: 2px solid rgba(255, 255, 255, 0.15);
background-color: #152235;
background: url("./empty-bg.png") repeat;
background-size: cover;
width: 100vw;
height: 100vh;
box-sizing: border-box;
position: relative;
overflow: hidden;
}
body {
/* opacity: 0.15; */
font-family: PingFang SC-Regular;
}
.left-top {
width: 9px;
height: 9px;
background: #fffcfc;
position: absolute;
left: -2px;
top: -2px;
}
.right-top {
width: 9px;
height: 9px;
background: #fffcfc;
position: absolute;
right: -2px;
top: -2px;
}
.left-bottom {
width: 9px;
height: 9px;
background: #fffcfc;
position: absolute;
left: -2px;
bottom: -2px;
}
.right-bottom {
width: 9px;
height: 9px;
background: #fffcfc;
position: absolute;
right: -2px;
bottom: -2px;
}
.report-title-bg {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
}
.report-title-bg > img {
width: 504px;
height: 51px;
}
.report-title {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
margin-top: 4px;
color: #ffffff;
font-size: 24px;
}
.content {
width: 450px;
margin-left: 50%;
transform: translateX(-50%);
margin-top: 256px;
text-align: center;
}
.content > img {
text-align: center;
width: 400px;
height: 405px;
margin-bottom: 50px;
}
.empty-text {
font-size: 28px;
font-family: PingFang SC-Regular, PingFang SC;
font-weight: 400;
color: #fff;
text-align: center;
width: 100%;
margin-left: 10px;
}
.test {
width: 200px;
text-align: center;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no"
/>
<title></title>
<link rel="stylesheet" href="empty-ioc.css" />
</head>
<body>
<div class="left-top"></div>
<div class="right-top"></div>
<div class="left-bottom"></div>
<div class="right-bottom"></div>
<div class="report-title-bg">
<img src="./report-header.png" />
</div>
<div class="report-title">小和为你推荐</div>
<div class="content">
<img src="./empty.png" />
<div class="empty-text">
<span>抱歉,小和暂时未匹配到相关内容!</span>
</div>
</div>
</body>
</html>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论