@charset "utf-8";
/* reset */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
cite,
code,
del,
em,
img,
q,
small,
strong,
sub,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
"Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details,
summary,
main {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
border: 0;
}
[hidefocus],
summary {
outline: 0;
}
a {
background-color: transparent;
color: #333;
}
a:active,
a:hover {
outline: 0;
}
img {
vertical-align: middle;
border: none;
}
li {
list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
}
small {
font-size: 80%;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px white inset;
}
sub,
sup {
position: relative;
line-height: 0;
vertical-align: baseline;
font-size: 75%;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
svg:not(:root) {
overflow: hidden;
}
code,
kbd,
pre,
samp {
font-size: 1em;
font-family: monospace, monospace;
}
q:before,
q:after {
content: none;
}
label,
summary {
cursor: default;
}
a,
button {
cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em {
font-weight: normal;
}
strong,
b {
font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
text-decoration: none;
}
button,
input,
select,
textarea,
keygen,
legend {
margin: 0;
font: inherit;
color: inherit;
}
textarea {
overflow: auto;
}
input {
outline: none;
}
body {
background: #ffffff;
/* font-size: 22px; */
color: #333;
font-family: "HYQiHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC",
"Hiragino Sans GB", "Heiti SC", "MicrosoftYaHei", "WenQuanYi Micro Hei",
sans-serif;
}
.maxWidth {
width: 1200px;
margin: 0px auto;
}
.clear:after,
.maxWidth:after {
display: block;
content: ".";
clear: both;
line-height: 0;
visibility: hidden;
}
.clear,
.maxWidth {
zoom: 1;
}
/* ................................... */
/* 外边框 */
.global-variable {
margin: 18px;
padding: 20px;
background: #ffffff;
min-height: 88vh;
/* height: 89vh; */
}
/* 列表点击 */
.Hit {
color: #409eff;
}
/* 分页 */
.pagination-container {
display: flex;
justify-content: center;
margin-top: 20px;
}
.newly {
display: flex;
justify-content: right;
margin-bottom: 20px;
}
.centeredH3 {
text-align: center;
font-size: 26px;
font-weight: 600;
margin-bottom: 20px;
}
.el-date-editor .el-range-separator {
padding: 0;
}
.el-form-item--small.el-form-item {
margin-bottom: 0px;
margin-top: 4px;
}
.el-dialog__body {
padding-top: 15px;
}
.el-form-item {
margin-bottom: 10px;
}