123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- /*初始化*/
- * {
- margin: 0;
- padding: 0;
- }
- html {
- -webkit-text-size-adjust: 100%;
- -ms-text-size-adjust: 100%;
- font-size: 20px;
- width: 1280px;
- height: 720px;
- }
- body {
- width: 1280px;
- height: 720px;
- background: transparent;
- background-size: 1280px 720px;
- font-size: .14rem;
- font-family: 'Microsoft Yahei;Arial';
- white-space: normal;
- table-layout: fixed;
- word-wrap: break-word;
- -webkit-overflow-scrolling: touch;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- em,
- b,
- i {
- font-style: normal;
- }
- ol,
- ul,
- li {
- list-style: none;
- }
- fieldset,
- img,
- abbr,
- acronym {
- border: 0;
- }
- input,
- select {
- vertical-align: middle;
- -webkit-appearance: none;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-weight: normal;
- }
- q:before,
- q:after {
- content: '';
- }
- a,
- a:hover {
- text-decoration: none;
- }
|