44 lines
1.4 KiB
CSS
44 lines
1.4 KiB
CSS
|
/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||
|
!*** css ../../node_modules/.pnpm/registry.npmmirror.com+css-loader@6.7.3_webpack@5.75.0/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/registry.npmmirror.com+less-loader@4.1.0_less@3.8.0+webpack@5.75.0/node_modules/less-loader/dist/cjs.js!./view/page/notFound/index.less ***!
|
||
|
\************************************************************************************************************************************************************************************************************************************************************************************************/
|
||
|
@font-face {
|
||
|
font-family: backset;
|
||
|
src: url(d56def2696eccccc8cc0.woff);
|
||
|
}
|
||
|
* {
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
html,
|
||
|
body {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
.container {
|
||
|
width: 1120px;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
a:hover {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
a:focus {
|
||
|
text-decoration: none;
|
||
|
box-shadow: none;
|
||
|
}
|
||
|
.navbar {
|
||
|
height: 2.4rem;
|
||
|
}
|
||
|
.navbar .navbar-section a {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.navbar .navbar-section a img {
|
||
|
width: 1.2rem;
|
||
|
}
|
||
|
.navbar .navbar-section a span {
|
||
|
font-family: backset;
|
||
|
font-size: 1.2em;
|
||
|
padding-left: 0.5em;
|
||
|
color: #121212;
|
||
|
}
|
||
|
|