|
|
|
@@ -201,19 +201,24 @@ var _hmt = _hmt || []; |
|
|
|
{{template "base/head_navbar" .}} |
|
|
|
</div><!-- end bar --> |
|
|
|
<!-- {{if not .IsCourse}} --> |
|
|
|
<div class="notic_content" id ="notic_content" style="display: block;"> |
|
|
|
|
|
|
|
<div class="notic_content" id ="notic_content" style="display: block; position: relative"> |
|
|
|
<diV class="ui container"> |
|
|
|
<marquee behavior="scroll" direction="left"> |
|
|
|
<a href={{.notice.Link}} class="a_width"> |
|
|
|
{{range .notices.Notices}} |
|
|
|
<i class="ri-arrow-right-s-line"></i> |
|
|
|
{{.Title}} |
|
|
|
<a href={{.Link}} class="a_width"> |
|
|
|
{{if eq .Visible 1}} |
|
|
|
<i class="ri-arrow-right-s-line"></i> |
|
|
|
{{.Title}} |
|
|
|
{{end}} |
|
|
|
</a> |
|
|
|
{{end}} |
|
|
|
|
|
|
|
</a> |
|
|
|
</marquee> |
|
|
|
<div class="item right" style="position:absolute;right: 1px;top:0px;"> |
|
|
|
<i class="ri-close-fill x_icon" onclick="closeNoice()"></i> |
|
|
|
</div> |
|
|
|
</diV> |
|
|
|
|
|
|
|
<i class="ri-close-fill x_icon" onclick="closeNoice()"></i> |
|
|
|
</div> |
|
|
|
<!-- {{end}} --> |
|
|
|
{{end}} |
|
|
|
|