area-err.scss
526 Bytes
@import "common/area-common.scss";
html,
body {
height: 100%;
width: 100%;
}
.err-page {
height: 100%;
width: 100%;
position: relative;
.err-pic {
position: absolute;
top: 40%;
left: 50%;
margin-left: -170px;
margin-top: -167px;
width: 340px;
height: 333px;
background-image: url("../images/area/404.png");
background-size: 100% 100%;
background-position: center center;
}
.h1-g {
color: #fff;
}
}