1
+ html , body , div , span , applet , object , iframe ,
2
+ p , blockquote , pre ,
3
+ a , abbr , acronym , address , big , cite , code ,
4
+ del , dfn , img , ins , kbd , q , s , samp ,
5
+ small , strike , sub , sup , tt , var ,
6
+ b , u , i , center ,
7
+ dl , dt , dd , ol , ul , li ,
8
+ fieldset , form , label , legend ,
9
+ table , caption , tbody , tfoot , thead , tr , th , td ,
10
+ article , aside , canvas , details , embed ,
11
+ figure , figcaption , footer , header , hgroup ,
12
+ menu , nav , output , ruby , section , summary ,
13
+ time , mark , audio , video {
14
+ margin : 0 ;
15
+ padding : 0 ;
16
+ border : 0 ;
17
+ font-size : 100% ;
18
+ font : inherit ;
19
+ vertical-align : baseline ;
20
+ }
21
+ /* HTML5 display-role reset for older browsers */
22
+ article , aside , details , figcaption , figure ,
23
+ footer , header , hgroup , menu , nav , section {
24
+ display : block ;
25
+ }
26
+ body {
27
+ line-height : 1 ;
28
+ }
29
+ ol , ul {
30
+ list-style : none ;
31
+ }
32
+ blockquote , q {
33
+ quotes : none ;
34
+ }
35
+ blockquote :before , blockquote :after ,
36
+ q :before , q :after {
37
+ content : ' ' ;
38
+ content : none ;
39
+ }
40
+ table {
41
+ border-collapse : collapse ;
42
+ border-spacing : 0 ;
43
+ }
44
+ html , body {
45
+ width : 100% ;
46
+ height : 100% ;
47
+ font-family : ' PingFangSC-Light' , ' PingFang SC' , ' STHeitiSC-Light' , ' Helvetica-Light' , ' Arial' , ' sans-serif' ;
48
+ // overflow-y: auto !important;
49
+ // padding-right: 0 !important;
50
+ }
51
+ @font-face {
52
+ font-family : ' font_family' ; /* Project id 3251212 */
53
+ src : url (' //at.alicdn.com/t/font_3251212_cjw99x5fe1f.woff2?t=1650783774466' ) format (' woff2' ),
54
+ url (' //at.alicdn.com/t/font_3251212_cjw99x5fe1f.woff?t=1650783774466' ) format (' woff' ),
55
+ url (' //at.alicdn.com/t/font_3251212_cjw99x5fe1f.ttf?t=1650783774466' ) format (' truetype' );
56
+ }
0 commit comments