File tree Expand file tree Collapse file tree 1 file changed +0
-78
lines changed Expand file tree Collapse file tree 1 file changed +0
-78
lines changed Original file line number Diff line number Diff line change 9
9
#header
10
10
box-shadow 0 0 1px rgba (0 ,0 ,0 ,.25 )
11
11
transition background-color .3s ease-in-out
12
- // 合并后
13
- // .menu-button
14
- // position absolute
15
- // width 24px
16
- // height 24px
17
- // top 8px
18
- // left 12px
19
- // background url(../images/menu.png) center center no-repeat
20
- // background-size 24px
21
- // .logo
22
- // position absolute
23
- // width 30px
24
- // height 30px
25
- // background url(../images/logo.png) center center no-repeat
26
- // top 5px
27
- // left 50%
28
- // margin-left -15px
29
- // background-size 30px
30
-
31
- // .sidebar
32
- // position: absolute;
33
- // z-index: 10;
34
- // top: 0;
35
- // left: 0;
36
- // bottom: 0;
37
- // padding: 2.2em 0;
38
- // padding-left: 1.5em;
39
- // width: 260px;
40
- // margin-right: 20px;
41
- // overflow-x: hidden;
42
- // overflow-y: auto;
43
- // -webkit-overflow-scrolling touch
44
- // -ms-overflow-style none
45
- // h2
46
- // margin-top .2em
47
- // ul
48
- // list-style-type none
49
- // margin 0
50
- // line-height 1.8em
51
- // padding-left 1em
52
- // .version-select
53
- // vertical-align middle
54
- // margin-left 5px
55
- // .menu-root
56
- // padding-left 0
57
- // .menu-sub
58
- // font-size .85em
59
- // .sidebar-link
60
- // color $light
61
- // &.current
62
- // font-weight 400
63
- // color $green
64
- // &.new
65
- // &:after
66
- // content "NEW"
67
- // display inline-block
68
- // font-size 10px
69
- // font-weight 400
70
- // color #fff
71
- // background-color $green
72
- // line-height 14px
73
- // padding 0 4px
74
- // border-radius 3px
75
- // margin-left 5px
76
- // vertical-align middle
77
- // position relative
78
- // top -1px
79
- // &:hover
80
- // border-bottom 2px solid $green
81
- // .section-link
82
- // &.active
83
- // font-weight 400
84
- // color $green
85
- // .main-menu
86
- // margin-bottom 20px
87
- // display none
88
- // padding-left 0
89
-
90
12
91
13
.content
92
14
position relative
You can’t perform that action at this time.
0 commit comments