123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- @tailwind base;
- @tailwind components;
- @tailwind utilities;
- @import './elementReset.scss'
- /*初始化 start*/
- body,
- div,
- dl,
- dt,
- dd,
- ul,
- ol,
- li,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- pre,
- code,
- form,
- fieldset,
- legend,
- input,
- select,
- button,
- textarea,
- p,
- blockquote,
- table,
- th,
- td {
- margin: 0;
- padding: 0;
- border: 0;
- }
- body {
- font-family: "微软雅黑",Verdana, Arial, Helvetica, sans-serif;
- -webkit-text-size-adjust: 100%;
- }
- td,
- th,
- caption {
- font-size: 14px;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-weight: normal;
- font-size: 100%;
- }
- address,
- caption,
- cite,
- code,
- dfn,
- em,
- strong,
- th,
- var,
- i {
- font-style: normal;
- font-weight: normal;
- }
- img {
- border: none;
- vertical-align: middle;
- }
- ol,
- ul,
- li {
- list-style: none;
- }
- input,
- textarea,
- select,
- button {
- font: 14px Verdana, Helvetica, Arial, sans-serif;
- outline: none;
- resize: none;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- .clearfix:after {
- content: ".";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
- }
- .clearfix {
- *zoom: 1;
- }
- /*初始化 end*/
|