1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- @charset "utf-8";
- * {
- -webkit-tap-highlight-color: transparent;
-
- -webkit-appearance: none;
- -moz-appearance: none;
-
- -webkit-backface-visibility: hidden;
-
-
-
- -webkit-font-smoothing: antialiased;
-
-
- }
- body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option{margin: 0; padding: 0;}
- ul,ol{list-style: none;}
- img{border: 0;}
- input,select,textarea{outline:0;}
- button{
- outline:none;
- cursor: pointer;
- }
- textarea{resize:none;}
- table{border-collapse: collapse; border-spacing: 0;}
- th,strong,var,em{font-weight: normal; font-style: normal;}
- a{text-decoration: none;}
- @font-face {
- font-family: "AritaHeiti";
-
- src: url('http://yun-image.elab-plus.com/font/Arita-Heiti.ttf');
- }
- @font-face {
- font-family: "DINCond";
- src: url('http://yun-image.elab-plus.com/font/DINCond-Bold.otf');
- }
- @font-face {
- font-family: "DINCond-Light";
- src: url('../fonts/DINCond-Light.otf');
- }
- .clearfix {
- zoom: 1;
- }
- .clearfix:after {
- content: '';
- display: block;
- clear: both;
- }
|