forked from hawtim/hawtim.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.less
45 lines (39 loc) · 965 Bytes
/
index.less
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
body,div, span, header, footer, nav, section, aside, article, ul, dl, dt, dd, li, a, p, h1, h2, h3, h4, h5, h6, i, b, textarea, button, input, select, figure, figcaption {
padding: 0;
margin: 0;
list-style: none;
font-style: normal;
text-decoration: none;
border: none;
box-sizing: border-box;
word-break: break-all;
font-family: "Microsoft Yahei", sans-serif;
-webkit-tap-highlight-color: transparent;
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
&:focus {
outline: none;
}
}
.iconfont {
font-family: 'iconfont' !important;
font-style: normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.0.053333rem;
-moz-osx-font-smoothing: grayscale;
}
.flex {
display: flex;
&.wrap {
flex-wrap: wrap;
}
&.align_center {
align-items: center;
}
&.justify_between {
justify-content: space-between;
}
&.justify_center {
justify-content: center;
}
}