123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- @charset "utf-8";
- /* CSS Document */
- * {
- margin: 0;
- padding: 0;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -o-box-sizing: border-box;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-tap-highlight-color: transparent;
- font-family: "PingFang SC", PingFangSC, Helvetica, sans-serif!important;
- -webkit-tap-highlight-color: rgba(0,0,0,0);
- -webkit-tap-highlight-color:transparent;
- outline:none;
- }
- /* @font-face {font-family:"myFont fan";src: url('./NotoSansHans-DemiLight.ttf'); */
- body, div, span, i, em, h2, h3, h4, h5, h6, h1, b, big, small, ul, li, a, img {
- margin: 0;
- padding: 0;
- border:none;
- /*font-weight:lighter;*/
- font-size:1rem;
- font-weight:400;
- color:#323232;
- -webkit-tap-highlight-color: transparent;
- font-family: "PingFang SC", PingFangSC, Helvetica, sans-serif!important;
- }
- input,button,textarea,text{
- font-family: "PingFang SC", PingFangSC, Helvetica, sans-serif!important;
- }
- li{
- list-style:none;
- }
- a{
- text-decoration:none;
- }
- .clear-fix:after{
- content:' ';
- width:0;
- height:0;
- clear:both;
- display:block;
- }
- em,i{
- font-style:normal;
- }
|