style
Showing
2 changed files
with
12 additions
and
2 deletions
... | @@ -355,7 +355,7 @@ div.navigation { | ... | @@ -355,7 +355,7 @@ div.navigation { |
355 | padding-left: 8px; | 355 | padding-left: 8px; |
356 | } | 356 | } |
357 | 357 | ||
358 | .gg { | 358 | .notice-item { |
359 | text-overflow: clip; | 359 | text-overflow: clip; |
360 | overflow: hidden; | 360 | overflow: hidden; |
361 | height: 100px; | 361 | height: 100px; | ... | ... |
... | @@ -47,6 +47,16 @@ | ... | @@ -47,6 +47,16 @@ |
47 | <div class="listArea"> | 47 | <div class="listArea"> |
48 | <div class="announcement_list"> | 48 | <div class="announcement_list"> |
49 | <ul class="gglist" id="notice-list"> | 49 | <ul class="gglist" id="notice-list"> |
50 | <!-- <li> | ||
51 | <a href="./ggxq.html?id=c0654da77bda44270f558bb36f8574c3" target="_blank"> | ||
52 | <div class="notice-item"> <svg class="icon svg-icon" aria-hidden="true"> | ||
53 | <use xlink:href="#icongongshi"></use> | ||
54 | </svg> | ||
55 | <p class="item_list"> 2222222 </p> | ||
56 | </div> | ||
57 | </a> | ||
58 | </li> --> | ||
59 | <!-- icongonggao1 --> | ||
50 | </ul> | 60 | </ul> |
51 | <div id="test1"></div> | 61 | <div id="test1"></div> |
52 | </div> | 62 | </div> |
... | @@ -74,7 +84,7 @@ | ... | @@ -74,7 +84,7 @@ |
74 | {{# layui.each(d.list, function(index, item){ }} | 84 | {{# layui.each(d.list, function(index, item){ }} |
75 | <li> | 85 | <li> |
76 | <a href='./ggxq.html?id={{item.id}}' target="_blank"> | 86 | <a href='./ggxq.html?id={{item.id}}' target="_blank"> |
77 | <div class="gg"> | 87 | <div class="notice-item"> |
78 | {{# if(item.noticeType == 1){ }} | 88 | {{# if(item.noticeType == 1){ }} |
79 | <svg class="icon svg-icon" aria-hidden="true"> | 89 | <svg class="icon svg-icon" aria-hidden="true"> |
80 | <use xlink:href="#icongongshi"></use> | 90 | <use xlink:href="#icongongshi"></use> | ... | ... |
-
Please register or sign in to post a comment