123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- html {
- font: 62.5% PingFang SC, Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
- -ms-text-size-adjust: 100%;
- -webkit-text-size-adjust: 100%;
- height: 100%;
- }
- body {
- height: 100%;
- }
- body,
- div,
- dl,
- dt,
- dd,
- ul,
- ol,
- li,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- input,
- button,
- textarea,
- p,
- blockquote,
- th,
- td,
- form,
- pre {
- margin: 0;
- padding: 0;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- }
- img {
- display: inline-block;
- border: none;
- vertical-align: middle;
- }
- a,
- button,
- input {
- -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
- }
- a {
- text-decoration: none;
- background: transparent;
- }
- a:active,
- a:hover {
- outline: 0;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- li {
- list-style: none;
- }
- b,
- strong {
- font-weight: 700;
- }
- button,
- input,
- select,
- textarea {
- font-size: 100%;
- }
- input,
- button,
- textarea,
- select,
- optgroup,
- option {
- font-family: inherit;
- font-size: inherit;
- font-style: inherit;
- font-weight: inherit;
- outline: 0;
- }
- body {
- background-color: #edeef2;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-weight: 500;
- }
- address,
- cite,
- dfn,
- em,
- var {
- font-style: normal;
- }
- dfn {
- font-style: italic;
- }
- sub,
- sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline;
- }
- button,
- input,
- optgroup,
- select,
- textarea {
- color: inherit;
- margin: 0;
- outline: 0;
- border: 0;
- }
- button,
- select {
- text-transform: none;
- }
- input {
- line-height: normal;
- }
- input[type=checkbox],
- input[type=radio] {
- box-sizing: border-box;
- padding: 0;
- }
- input[type=number]::-webkit-inner-spin-button,
- input[type=number]::-webkit-outer-spin-button {
- height: auto;
- }
- input[type=search] {
- -webkit-appearance: textfield;
- -moz-box-sizing: content-box;
- -webkit-box-sizing: content-box;
- box-sizing: content-box;
- }
- input[type=search]::-webkit-search-cancel-button,
- input[type=search]::-webkit-search-decoration {
- -webkit-appearance: none;
- }
- label,
- input {
- vertical-align: middle;
- }
- .cl:after {
- content: "";
- display: block;
- clear: both;
- }
- .cl:before {
- content: "";
- display: table;
- }
- i,
- em {
- font-style: normal;
- }
- .mb-10 {
- margin-bottom: 10px;
- }
- .mb_15 {
- margin-bottom: 15px;
- }
- .mr_15 {
- margin-right: 15px;
- }
- .mt_15 {
- margin-top: 15px;
- }
- .layui-btn-sm i {
- font-size: 12px !important;
- }
- a {
- color: #666;
- }
- a:hover {
- color: #0ec2f4;
- }
|