web-backset.cn/apps/server/public/home.css

397 lines
8.1 KiB
CSS
Raw Normal View History

2023-02-22 11:09:54 +08:00
/*!********************************************************************************************************************************************************************************************************************************************!*\
!*** 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+normalize.css@8.0.1/node_modules/normalize.css/normalize.css ***!
\********************************************************************************************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
2023-02-17 17:59:41 +08:00
2023-02-22 11:09:54 +08:00
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
2023-02-21 17:58:09 +08:00
*/
2023-02-22 11:09:54 +08:00
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
2023-02-21 17:58:09 +08:00
body {
margin: 0;
}
2023-02-22 11:09:54 +08:00
/**
* Render the `main` element consistently in IE.
*/
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
main {
display: block;
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
h1 {
font-size: 2em;
margin: 0.67em 0;
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/* Grouping content
========================================================================== */
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
pre {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/* Text-level semantics
========================================================================== */
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
/**
* Remove the gray background on active links in IE 10.
*/
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
a {
background-color: transparent;
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
2023-02-21 17:58:09 +08:00
b,
strong {
font-weight: bolder;
}
2023-02-22 11:09:54 +08:00
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
2023-02-21 17:58:09 +08:00
sub,
sup {
2023-02-22 11:09:54 +08:00
font-size: 75%;
2023-02-21 17:58:09 +08:00
line-height: 0;
2023-02-22 11:09:54 +08:00
position: relative;
2023-02-21 17:58:09 +08:00
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
2023-02-22 11:09:54 +08:00
/* Embedded content
========================================================================== */
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
/**
* Remove the border on images inside links in IE 10.
*/
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
img {
border-style: none;
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/* Forms
========================================================================== */
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
2023-02-21 17:58:09 +08:00
button,
2023-02-22 11:09:54 +08:00
input,
2023-02-21 17:58:09 +08:00
optgroup,
2023-02-22 11:09:54 +08:00
select,
2023-02-21 17:58:09 +08:00
textarea {
2023-02-22 11:09:54 +08:00
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
2023-02-21 17:58:09 +08:00
button,
2023-02-22 11:09:54 +08:00
input { /* 1 */
overflow: visible;
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
button,
select { /* 1 */
text-transform: none;
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
2023-02-21 17:58:09 +08:00
button,
2023-02-22 11:09:54 +08:00
[type="button"],
[type="reset"],
[type="submit"] {
2023-02-21 17:58:09 +08:00
-webkit-appearance: button;
}
2023-02-22 11:09:54 +08:00
/**
* Remove the inner border and padding in Firefox.
*/
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
2023-02-21 17:58:09 +08:00
padding: 0;
}
2023-02-22 11:09:54 +08:00
/**
* Restore the focus styles unset by the previous rule.
*/
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/**
* Correct the padding in Firefox.
*/
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
fieldset {
padding: 0.35em 0.75em 0.625em;
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
legend {
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
2023-02-21 17:58:09 +08:00
progress {
vertical-align: baseline;
}
2023-02-22 11:09:54 +08:00
/**
* Remove the default vertical scrollbar in IE 10+.
*/
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
textarea {
overflow: auto;
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
[type="checkbox"],
[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
2023-02-21 17:58:09 +08:00
height: auto;
}
2023-02-22 11:09:54 +08:00
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
[type="search"] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/* Interactive
========================================================================== */
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
details {
display: block;
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/*
* Add the correct display in all browsers.
*/
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
summary {
display: list-item;
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/* Misc
========================================================================== */
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
/**
* Add the correct display in IE 10+.
*/
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
template {
display: none;
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/**
* Add the correct display in IE 10.
*/
2023-02-21 17:58:09 +08:00
2023-02-22 11:09:54 +08:00
[hidden] {
display: none;
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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/home/index.less ***!
\********************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
font-family: backset;
src: url(d56def2696eccccc8cc0.woff);
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
* {
box-sizing: border-box;
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
html,
body {
margin: 0;
padding: 0;
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
.container {
width: 1120px;
margin: 0 auto;
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
a:hover {
text-decoration: none;
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
a:focus {
text-decoration: none;
box-shadow: none;
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
.navbar {
height: 2.4rem;
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
.navbar .navbar-section a {
display: flex;
align-items: center;
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
.navbar .navbar-section a img {
width: 1.2rem;
2023-02-21 17:58:09 +08:00
}
2023-02-22 11:09:54 +08:00
.navbar .navbar-section a span {
font-family: backset;
font-size: 1.2em;
padding-left: 0.5em;
color: #121212;
2023-02-21 17:58:09 +08:00
}