Zlpt_Portal/src/style/css/reset.css

158 lines
1.3 KiB
CSS
Raw Normal View History

2023-12-01 11:22:09 +08:00
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
2023-12-04 09:12:38 +08:00
margin: 0;
2023-12-01 11:22:09 +08:00
2023-12-04 09:12:38 +08:00
padding: 0;
2023-12-01 11:22:09 +08:00
2023-12-04 09:12:38 +08:00
border: 0;
2023-12-01 11:22:09 +08:00
2023-12-04 09:12:38 +08:00
font-size: 100%;
2023-12-01 11:22:09 +08:00
2023-12-04 09:12:38 +08:00
font: inherit;
2023-12-01 11:22:09 +08:00
2023-12-04 09:12:38 +08:00
vertical-align: baseline;
2023-11-30 19:32:11 +08:00
}
/* HTML5 display-role reset for older browsers */
2023-12-01 11:22:09 +08:00
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
2023-12-04 09:12:38 +08:00
display: block;
2023-11-30 19:32:11 +08:00
}
body {
2023-12-04 09:12:38 +08:00
line-height: 1;
2023-11-30 19:32:11 +08:00
}
2023-12-01 11:22:09 +08:00
ol,
ul {
2023-12-04 09:12:38 +08:00
list-style: none;
2023-11-30 19:32:11 +08:00
}
2023-12-01 11:22:09 +08:00
blockquote,
q {
2023-12-04 09:12:38 +08:00
quotes: none;
2023-11-30 19:32:11 +08:00
}
2023-12-01 11:22:09 +08:00
blockquote:before,
blockquote:after,
q:before,
q:after {
2023-12-04 09:12:38 +08:00
content: '';
2023-12-01 11:22:09 +08:00
2023-12-04 09:12:38 +08:00
content: none;
2023-11-30 19:32:11 +08:00
}
table {
2023-12-04 09:12:38 +08:00
border-collapse: collapse;
2023-12-01 11:22:09 +08:00
2023-12-04 09:12:38 +08:00
border-spacing: 0;
2023-11-30 10:49:45 +08:00
}
#app {
2024-12-23 13:52:38 +08:00
/* width: 100vw; */
2023-12-04 09:12:38 +08:00
/* height: 100vh; */
background: linear-gradient(180deg, #ecedf5 0%, #f2f3f9 55%, #ffffff 100%);
2023-12-01 11:22:09 +08:00
}
.wapper {
2024-12-23 13:52:38 +08:00
width: 1552px;
2023-12-04 09:12:38 +08:00
margin: 0 auto;
2023-11-30 10:49:45 +08:00
}
2023-12-02 14:18:00 +08:00
body {
2023-12-04 09:12:38 +08:00
overflow-x: hidden;
2025-01-02 14:50:44 +08:00
margin: 0;
2023-12-02 14:18:00 +08:00
}
a {
2023-12-04 09:12:38 +08:00
text-decoration: none;
2023-12-02 14:18:00 +08:00
}