Showing
7 changed files
with
48 additions
and
48 deletions
@@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
6 | <ul class="column-img-tab"> | 6 | <ul class="column-img-tab"> |
7 | {{# column}} | 7 | {{# column}} |
8 | <li> | 8 | <li> |
9 | - <a href="{{url}}"><img class="lazy" data-original="{{image src 378 175}}"></a> | 9 | + <a href="{{url}}" target="_blank"><img class="lazy" data-original="{{image src 378 175}}"></a> |
10 | </li> | 10 | </li> |
11 | {{/ column}} | 11 | {{/ column}} |
12 | </ul> | 12 | </ul> |
public/css/index.css
deleted
100644 → 0
This diff could not be displayed because it is too large.
public/css/index.css.map
deleted
100644 → 0
This diff could not be displayed because it is too large.
public/scss/common/_floor-header.css
0 → 100644
1 | +/* | ||
2 | + *楼层头部样式 | ||
3 | + */ | ||
4 | +.floor-header { | ||
5 | + position: relative; | ||
6 | + margin: 80px 0 40px; | ||
7 | + | ||
8 | + .floor-title { | ||
9 | + margin: 0 auto; | ||
10 | + width: 298px; | ||
11 | + height: 31px; | ||
12 | + line-height: 31px; | ||
13 | + border: 1px solid #000; | ||
14 | + font-size: 16px; | ||
15 | + text-align: center; | ||
16 | + } | ||
17 | + | ||
18 | + .header-navs { | ||
19 | + position: absolute; | ||
20 | + padding: 10px 0; | ||
21 | + top: 0; | ||
22 | + right: 0; | ||
23 | + font-size: 14px; | ||
24 | + | ||
25 | + li { | ||
26 | + float: left; | ||
27 | + padding: 1px 15px; | ||
28 | + border-left: 1px solid #ccc; | ||
29 | + | ||
30 | + &:first-child { | ||
31 | + border-left: none; | ||
32 | + } | ||
33 | + | ||
34 | + &:hover { | ||
35 | + text-decoration: underline; | ||
36 | + } | ||
37 | + | ||
38 | + a { | ||
39 | + color: #333; | ||
40 | + } | ||
41 | + } | ||
42 | + } | ||
43 | +} |
@@ -16,52 +16,6 @@ | @@ -16,52 +16,6 @@ | ||
16 | } | 16 | } |
17 | } | 17 | } |
18 | 18 | ||
19 | -.yoho-page { | ||
20 | - /* | ||
21 | - 楼层头部样式 | ||
22 | - */ | ||
23 | - .floor-header { | ||
24 | - position: relative; | ||
25 | - margin: 80px 0 40px; | ||
26 | - | ||
27 | - .floor-title { | ||
28 | - margin: 0 auto; | ||
29 | - width: 298px; | ||
30 | - height: 31px; | ||
31 | - line-height: 31px; | ||
32 | - border: 1px solid #000; | ||
33 | - font-size: 16px; | ||
34 | - text-align: center; | ||
35 | - } | ||
36 | - | ||
37 | - .header-navs { | ||
38 | - position: absolute; | ||
39 | - padding: 10px 0; | ||
40 | - top: 0; | ||
41 | - right: 0; | ||
42 | - font-size: 14px; | ||
43 | - | ||
44 | - li { | ||
45 | - float: left; | ||
46 | - padding: 1px 15px; | ||
47 | - border-left: 1px solid #ccc; | ||
48 | - | ||
49 | - &:first-child { | ||
50 | - border-left: none; | ||
51 | - } | ||
52 | - | ||
53 | - &:hover { | ||
54 | - text-decoration: underline; | ||
55 | - } | ||
56 | - | ||
57 | - a { | ||
58 | - color: #333; | ||
59 | - } | ||
60 | - } | ||
61 | - } | ||
62 | - } | ||
63 | -} | ||
64 | - | ||
65 | /* | 19 | /* |
66 | 热门推荐模板样式 | 20 | 热门推荐模板样式 |
67 | */ | 21 | */ |
@@ -236,3 +190,5 @@ | @@ -236,3 +190,5 @@ | ||
236 | @import "footer"; | 190 | @import "footer"; |
237 | @import "slider"; | 191 | @import "slider"; |
238 | @import "404"; | 192 | @import "404"; |
193 | +@import "path-nav"; | ||
194 | +@import "floor-header"; |
-
Please register or login to post a comment