base.less
799 Bytes
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
@import url(./reset.css?__inline);
body {
width: 100%;
font: 14px/24px "Microsoft YaHei", arial, "courier new", courier, "\5b8b\4f53", monospace;
word-break: break-all;
-webkit-font-smoothing: antialiased;
}
a {
text-decoration: none;
}
section, header, nav, footer, article {
display: block;
}
.clear {
clear: both;
height: 0;
line-height: 0;
font-size: 0;
}
.cf::after {
content: "\0020";
display: block;
height: 0;
clear: both;
overflow: hidden;
visibility: hidden;
}
input {
outline: none;
}
a {
color: #585858;
&:hover {
text-decoration: none;
}
}
@color:#6a3906;
.layout-row {
max-width: 1440px;
margin-left: auto;
margin-right: auto;
}
.flex {
display: -webkit-flex;
display: flex;
justify-content: space-between;
}