|
|
|
@@ -200,9 +200,34 @@ var _hmt = _hmt || []; |
|
|
|
<div class="ui top secondary stackable main menu following bar dark"> |
|
|
|
{{template "base/head_navbar" .}} |
|
|
|
</div><!-- end bar --> |
|
|
|
{{.title}} |
|
|
|
<!-- {{if .notice}} |
|
|
|
<div class="notic_content" id ="notic_content" > |
|
|
|
【更新公告】接口登记反馈 |
|
|
|
<i class="icon icon-octicon x_icon" onclick="closeNoice()">{{svg "octicon-x" 16}}</i> |
|
|
|
</div> |
|
|
|
{{end}} --> |
|
|
|
{{end}} |
|
|
|
{{/* |
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html> |
|
|
|
*/}} |
|
|
|
<style> |
|
|
|
.notic_content{ |
|
|
|
height: 50px; |
|
|
|
vertical-align: middle; |
|
|
|
text-align: center; |
|
|
|
line-height: 50px; |
|
|
|
background: #E5F4F4 |
|
|
|
} |
|
|
|
.x_icon{ |
|
|
|
float: right; |
|
|
|
margin-right: 15px !important; |
|
|
|
} |
|
|
|
</style> |
|
|
|
<script> |
|
|
|
function closeNoice(){ |
|
|
|
$("#notic_content").css('display','none'); |
|
|
|
} |
|
|
|
</script> |