123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- html {
- color: #3E3E3E;
- font-family: "微软雅黑";
- cursor: default;
- }
- body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input, figure {
- /* margin: 0;
- padding: 0;*/
- }
- body {
- -webkit-overflow-scrolling: touch;
- text-align: left;
- max-height: 100%;
- }
- a, a:hover {
- text-decoration: none;
- outline: none;
- }
- li {
- list-style: none
- }
- img {
- border: none;
- max-width: 100%;
- }
- input, select, textarea {
- border: none;
- outline: none;
- background: none
- }
- em, i {
- font-style: normal
- }
- h1, h2, h3, h4, h5, h6 {
- font-weight: normal
- }
- span, p, h1, h2, h3, h4, h5, h6 {
- word-break: break-word;
- }
|