-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.styl
More file actions
52 lines (40 loc) · 835 Bytes
/
index.styl
File metadata and controls
52 lines (40 loc) · 835 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
$pc = #FD3F1D
$sc = #1D97D2
$bd = 1px solid #ddd
@require "styles/reset"
@require "styles/typo"
@require "styles/space"
@require "styles/layout"
@require "styles/theme"
//@require "u:grid[]"
layout-width-base()
//layout-width-hundred()
layout-width-fraction()
layout-grid-base()
reset-box()
reset-a()
body
reset-space()
ff "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif
pt 88px
ovx h
//pb 272px + 88px + 92px
ul
lity no
mar 0
pad 0
.width--12
w 100%
.field
ff "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif
fz 0.9em
pad 0.5em 1em
w 100%
bd 1px solid #ddd
resize none
@import "_common"
@import "_contact"
@import "_info"
@import "_about"
@import "_home"
@import "_yh"