123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- html,
- body,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- p,
- span,
- div,
- a,
- ul,
- ol,
- li,
- button,
- input {
- padding: 0;
- margin: 0;
- }
- body{
- font-size: 14px;
- }
- .left {
- float: left;
- }
- .right {
- float: right;
- }
- a {
- text-decoration: none;
- }
- ul,ol{
- list-style: none;
- }
- .inner {
- width: 1200px;
- margin: 0 auto;
- }
|