File tree Expand file tree Collapse file tree 4 files changed +24
-13
lines changed Expand file tree Collapse file tree 4 files changed +24
-13
lines changed Original file line number Diff line number Diff line change 28
28
< % } %>
29
29
</div >
30
30
<script src =" /js/common.js" ></script >
31
+ <div id =" ad" >
32
+ <script async type =" text/javascript" src =" //cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=vuejs" id =" _carbonads_js" ></script >
33
+ </div >
31
34
</body >
32
35
</html >
Original file line number Diff line number Diff line change 12
12
src =" //gttp.co/v1.js" ></script >
13
13
</li >
14
14
</ul >
15
- <div class =" ad" >
16
- <script async type =" text/javascript" src =" //cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=vuejs" id =" _carbonads_js" ></script >
17
- </div >
18
15
</div >
19
16
</div >
Original file line number Diff line number Diff line change @@ -98,4 +98,24 @@ a.button
98
98
#main
99
99
position relative
100
100
z-index 1
101
- padding 0 60px 30px
101
+ padding 0 60px 30px
102
+
103
+ #ad
104
+ width 130px
105
+ position fixed
106
+ z-index 99
107
+ bottom 10px
108
+ right 10px
109
+ padding 10px
110
+ background-color #f f f
111
+ border-radius 3px
112
+ font-size 13px
113
+ .carbon-img , .carbon-text
114
+ display block
115
+ margin-bottom 6px
116
+ .carbon-poweredby
117
+ color #a a a
118
+
119
+ @media screen and (max-width : 720px )
120
+ #ad
121
+ display none
Original file line number Diff line number Diff line change @@ -66,15 +66,6 @@ $header-height = 40px
66
66
color $green
67
67
& :hover
68
68
border-bottom 2px solid $green
69
- .ad
70
- margin-top 30px
71
- width 130px
72
- font-size 13px
73
- .carbon-img , .carbon-text
74
- display block
75
- margin-bottom 6px
76
- .carbon-poweredby
77
- color #a a a
78
69
79
70
.content
80
71
padding 2.2em 0
You can’t perform that action at this time.
0 commit comments