123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- *,
- ::after,
- ::before {
- -webkit-box-sizing: inherit;
- box-sizing: inherit;
- -webkit-tap-highlight-color: transparent
- }
- html {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: #333;
- font-family: 'Helvetica Neue', Tahoma, Arial, PingFangSC-Regular, 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
- line-height: 1.2;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- -webkit-font-smoothing: antialiased;
- -ms-touch-action: manipulation;
- touch-action: manipulation;
- -webkit-text-size-adjust: none;
- -moz-text-size-adjust: none;
- -ms-text-size-adjust: none;
- text-size-adjust: none;
- }
- body,
- button,
- dd,
- dl,
- ol,
- ul {
- margin: 0;
- padding: 0
- }
- ol,
- ul {
- list-style: none
- }
- a {
- outline: 0;
- color: inherit;
- text-decoration: none
- }
- a,
- img {
- -webkit-touch-callout: none
- }
- button,
- input,
- select,
- textarea {
- outline: 0;
- border: none;
- font-size: inherit;
- font-family: inherit
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- p {
- margin: 0;
- font-weight: 400
- }
- img {
- max-width: 100%
- }
- textarea {
- resize: none
- }
- select {
- background-color: transparent;
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none
- }
- input[type=button],
- input[type=reset],
- input[type=submit] {
- -webkit-appearance: button;
- -moz-appearance: button;
- appearance: button
- }
- input:-webkit-autofill {
- -webkit-box-shadow: 0 0 0 100px #fff inset;
- box-shadow: 0 0 0 100px #fff inset
- }
- table {
- width: 100%;
- border-collapse: collapse;
- text-align: center;
- }
- .clearfix:before,
- .clearfix:after {
- content: '';
- display: block;
- width: 0;
- height: 0;
- visibility: hidden;
- clear: both;
- }
- ::-webkit-scrollbar {
- display: none
- }
|