-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
99 lines (99 loc) · 2.38 KB
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
.aic{align-items:center}
.aife{align-items:flex-end}
.aifs{align-items:flex-start}
.b0{bottom:0}
.bct{background-color:transparent}
.bn{border:none}
.br0{border-radius:0}
.br100\%{border-radius:100%}
.bsbb{box-sizing:border-box}
.bc_fff{background-color:#fff}
.bc_000{background-color:#000}
.c_000{color:#000}
.c_fff{color:#fff}
.cb{clear:both}
.cp{cursor:pointer}
.db{display:block}
.df{display:flex}
.di{display:inline}
.dib{display:inline-block}
.dif{display:inline-flex}
.dn{display:none}
.dt{display:table}
.dtc{display:table-cell}
.f1{flex:1;min-width:0}
.fa{flex:auto}
.fdc{flex-direction:column}
.fdr{flex-direction:row}
.fi{font:inherit}
.fl{float:left}
.fr{float:right}
.fs0{font-size:0}
.fs1{flex-shrink:1}
.fsi{font-style:italic}
.fsn{font-style:normal}
.fvsc{font-variant:small-caps;text-transform:lowercase}
.fw100{font-weight:100}
.fw200{font-weight:200}
.fw300{font-weight:300}
.fw400{font-weight:400}
.fw500{font-weight:500}
.fw600{font-weight:600}
.fw700{font-weight:700}
.fw800{font-weight:800}
.fw900{font-weight:900}
.fwn{font-weight:400}
.fww{flex-wrap:wrap}
.h100\%{height:100%}
.jcc{justify-content:center}
.jcfe{justify-content:flex-end}
.jcsa{justify-content:space-around}
.jcsb{justify-content:space-between}
.l0{left:0}
.l100\%{left:100%}
.l50\%{left:50%}
.lh1{line-height:1}
.lh1\.2{line-height:1.2}
.lh1\.5{line-height:1.5}
.lh1\.8{line-height:1.8}
.lsn{list-style:none}
.m0{margin:0}
.mla{margin-left:auto}
.mra{margin-right:auto}
.mta{margin-top:auto}
.mba{margin-bottom:auto}
.o0{opacity:0}
.oa{overflow:auto;-webkit-overflow-scrolling:touch}
.oh{overflow:hidden}
.p0{padding:0}
.pa{position:absolute}
.pen{pointer-events:none}
.pf{position:fixed}
.pr{position:relative}
.pt100\%{padding-top:100%}
.r0{right:0}
.r100\%{right:100%}
.t0{top:0}
.t100\%{top:100%}
.t50\%{top:50%}
.mw100\%{max-width:100%}
.tac{text-align:center}
.taj{text-align:justify}
.tal{text-align:left}
.tar{text-align:right}
.tdn{text-decoration:none}
.tdu{text-decoration:underline}
.tlf{table-layout:fixed}
.ttc{text-transform:capitalize}
.ttl{text-transform:lowercase}
.ttn{text-transform:none}
.ttu{text-transform:uppercase}
.usn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.vam{vertical-align:middle}
.vat{vertical-align:top}
.vh{visibility:hidden}
.w100\%{width:100%}
.wan{-webkit-appearance:none}
.wsn{white-space:nowrap}
.wwbw{word-wrap:break-word;word-break:break-all}
.zi1{z-index:1}