|
|
|
@@ -1,47 +1,3 @@ |
|
|
|
<style> |
|
|
|
.tag_key{ |
|
|
|
max-width:100%; |
|
|
|
margin: 3px 3px; |
|
|
|
display:inline-flex; |
|
|
|
} |
|
|
|
.tag_lable{ |
|
|
|
border: 1px solid rgba(232, 232, 232, 100) ; |
|
|
|
border-radius: 4px; |
|
|
|
color: rgba(65, 80, 88, 100); |
|
|
|
font-family: Microsoft Yahei; |
|
|
|
font-size: 14px; |
|
|
|
padding: 0.3em 0.5em; |
|
|
|
height: 30px; |
|
|
|
text-align: center; |
|
|
|
margin: 0.2em; |
|
|
|
} |
|
|
|
.tag_lable_first{ |
|
|
|
border: 1px solid rgba(232, 232, 232, 100) ; |
|
|
|
border-radius: 4px; |
|
|
|
color: rgba(65, 80, 88, 100); |
|
|
|
font-family: Microsoft Yahei; |
|
|
|
font-size: 14px; |
|
|
|
padding: 0.3em 0.5em; |
|
|
|
height: 30px; |
|
|
|
text-align: center; |
|
|
|
margin: 0.2em; |
|
|
|
margin-left: none; |
|
|
|
} |
|
|
|
.omit{ |
|
|
|
overflow: hidden; white-space: nowrap; text-overflow: ellipsis; |
|
|
|
} |
|
|
|
.tag_bg{ |
|
|
|
background-color: #0366D6 !important; |
|
|
|
color:#FFFFFF !important; |
|
|
|
} |
|
|
|
.margin-top20{ |
|
|
|
margin-top: 20px; |
|
|
|
} |
|
|
|
.maxheight{ |
|
|
|
max-height: 88px; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
</style> |
|
|
|
{{template "base/head" .}} |
|
|
|
<div class="organization profile"> |
|
|
|
{{/* overflow: auto is the clearfix - this avoids the image going beyond |
|
|
|
@@ -70,7 +26,7 @@ |
|
|
|
|
|
|
|
<div class="ui sixteen wide computer column"> |
|
|
|
<div class="ui mobile reversed stackable grid"> |
|
|
|
<div class="ui sixteen wide tablet sixteen wide computer column margin-top20 maxheight" id='key_tag'> |
|
|
|
<div class="ui sixteen wide tablet sixteen wide computer column margin-top20 pad-botom maxheight" id='key_tag'> |
|
|
|
{{if .OrgTopics}} |
|
|
|
<a class="{{if eq $.Keyword "" }} tag_bg {{end}} tag_key ui small tag_lable topic omit" href="{{$.Link}}?" >{{$.i18n.Tr "org.all_org_topics"}}</span></a> |
|
|
|
{{end}} |
|
|
|
@@ -83,8 +39,8 @@ |
|
|
|
{{end}} |
|
|
|
{{end}} |
|
|
|
</div> |
|
|
|
<div style="width: 100%;margin:-3px 5px 10px;"> |
|
|
|
<a class="text-right" onclick="isUnfold()" id="icon_btn"><i class="ri-arrow-down-s-line" style="display:inline-block;vertical-align:top"></i> {{.i18n.Tr "org.fold"}}</a> |
|
|
|
<div style="width: 100%;margin:5px 5px 10px;"> |
|
|
|
<a class="text-right" onclick="isUnfold()" id="icon_btn"><i class="ri-arrow-down-s-line" style="display:inline-block;vertical-align:top"></i> {{.i18n.Tr "org.unfold"}}</a> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|