Merge branch 'feature/channel' of http://git.dev.yoho.cn/web/yohobuy-node into feature/channel
Showing
5 changed files
with
7 additions
and
9 deletions
1 | {{#data}} | 1 | {{#data}} |
2 | - {{log this}} | ||
3 | {{> channel/floor-header-more}} | 2 | {{> channel/floor-header-more}} |
4 | <div class="goods-category"> | 3 | <div class="goods-category"> |
5 | {{# bigImage}} | 4 | {{# bigImage}} |
@@ -44,4 +43,4 @@ | @@ -44,4 +43,4 @@ | ||
44 | {{/ list}} | 43 | {{/ list}} |
45 | </ul> | 44 | </ul> |
46 | </div> | 45 | </div> |
47 | -{{/data}} | ||
46 | +{{/data}} |
1 | {{#data}} | 1 | {{#data}} |
2 | <div class="plus-star"> | 2 | <div class="plus-star"> |
3 | - {{> channel/floor-header}} | 3 | + {{> channel/floor-header}} |
4 | <a href="{{url}}"> | 4 | <a href="{{url}}"> |
5 | <img class="lazy" data-original="{{image src 640 198}}"> | 5 | <img class="lazy" data-original="{{image src 640 198}}"> |
6 | </a> | 6 | </a> |
7 | </div> | 7 | </div> |
8 | -{{/data}} | ||
8 | +{{/data}} |
@@ -75,11 +75,11 @@ a { | @@ -75,11 +75,11 @@ a { | ||
75 | display: none; | 75 | display: none; |
76 | text-align: center; | 76 | text-align: center; |
77 | width: 70%; | 77 | width: 70%; |
78 | + max-width: 600px; | ||
78 | padding: 68px 0; | 79 | padding: 68px 0; |
79 | top: 50%; | 80 | top: 50%; |
80 | left: 50%; | 81 | left: 50%; |
81 | - margin-left: -35%; | ||
82 | - margin-top: -90px; | 82 | + transform: translate(-50%, -50%); |
83 | background-color: rgba(0, 0, 0, 0.7); | 83 | background-color: rgba(0, 0, 0, 0.7); |
84 | color: #fff; | 84 | color: #fff; |
85 | font-size: 36px; | 85 | font-size: 36px; |
-
Please register or login to post a comment