123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300 |
- @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;
- }
|