|
@@ -4,9 +4,10 @@ |
|
|
border: 1px solid #E1E3E6; |
|
|
border: 1px solid #E1E3E6; |
|
|
border-radius: 0.8rem; |
|
|
border-radius: 0.8rem; |
|
|
margin-bottom: 1.0rem; |
|
|
margin-bottom: 1.0rem; |
|
|
padding: 1.0rem; |
|
|
|
|
|
|
|
|
padding: 1.0rem !important; |
|
|
} |
|
|
} |
|
|
.ui.repository.list>.item .header { |
|
|
.ui.repository.list>.item .header { |
|
|
|
|
|
font-size: 1.4rem; |
|
|
font-weight: 200; |
|
|
font-weight: 200; |
|
|
} |
|
|
} |
|
|
.ui.list>.item>.content{ |
|
|
.ui.list>.item>.content{ |
|
@@ -23,24 +24,33 @@ |
|
|
content: ""; |
|
|
content: ""; |
|
|
height: 1px; |
|
|
height: 1px; |
|
|
background-color: #E1E3E6; |
|
|
background-color: #E1E3E6; |
|
|
bottom: 2.6rem; |
|
|
|
|
|
|
|
|
bottom: 2.8rem; |
|
|
} |
|
|
} |
|
|
|
|
|
.repository .ui.mini.menu{ |
|
|
|
|
|
font-size: .6rem; |
|
|
|
|
|
margin-top: -5px; |
|
|
|
|
|
} |
|
|
.repository .ui.right.compact .item{ |
|
|
.repository .ui.right.compact .item{ |
|
|
padding-top: 0; |
|
|
padding-top: 0; |
|
|
padding-bottom: 0; |
|
|
padding-bottom: 0; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.repository.list .item .time { |
|
|
|
|
|
margin-top: 1.5rem; |
|
|
|
|
|
} |
|
|
</style> |
|
|
</style> |
|
|
|
|
|
|
|
|
<div class="ui secondary pointing tabular top attached borderless menu navbar"> |
|
|
<div class="ui secondary pointing tabular top attached borderless menu navbar"> |
|
|
<a class="active item" href="https://git.openi.org.cn/explore/repos?sort=moststars&q=&tab="> |
|
|
<a class="active item" href="https://git.openi.org.cn/explore/repos?sort=moststars&q=&tab="> |
|
|
<svg class="svg octicon-repo" width="16" height="16" aria-hidden="true"> |
|
|
<svg class="svg octicon-repo" width="16" height="16" aria-hidden="true"> |
|
|
<use xlink:href="#octicon-repo" /> |
|
|
<use xlink:href="#octicon-repo" /> |
|
|
</svg> 热门{{.i18n.Tr "explore.repos"}} |
|
|
|
|
|
|
|
|
</svg> |
|
|
|
|
|
热门{{.i18n.Tr "explore.repos"}} |
|
|
</a> |
|
|
</a> |
|
|
<a class=" item" href="https://git.openi.org.cn/explore/repos?sort=mostforks&q=&tab="> |
|
|
<a class=" item" href="https://git.openi.org.cn/explore/repos?sort=mostforks&q=&tab="> |
|
|
<svg class="svg octicon-inbox" width="16" height="16" aria-hidden="true"> |
|
|
<svg class="svg octicon-inbox" width="16" height="16" aria-hidden="true"> |
|
|
<use xlink:href="#octicon-inbox" /> |
|
|
<use xlink:href="#octicon-inbox" /> |
|
|
</svg> 活跃项目 |
|
|
|
|
|
|
|
|
</svg> |
|
|
|
|
|
活跃{{.i18n.Tr "explore.repos"}} |
|
|
</a> |
|
|
</a> |
|
|
|
|
|
|
|
|
<a class="{{if eq .SortType "newest"}}active{{end}} item" href="{{$.Link}}?sort=newest&q={{$.Keyword}}&tab={{$.TabName}}"> |
|
|
<a class="{{if eq .SortType "newest"}}active{{end}} item" href="{{$.Link}}?sort=newest&q={{$.Keyword}}&tab={{$.TabName}}"> |
|
@@ -98,7 +108,8 @@ |
|
|
|
|
|
|
|
|
<div class="ui mini right compact menu"> |
|
|
<div class="ui mini right compact menu"> |
|
|
<a class="item"> |
|
|
<a class="item"> |
|
|
<i class="icon fa-eye"></i> {{.NumWatches}} |
|
|
|
|
|
|
|
|
{{svg "octicon-eye" 16}} |
|
|
|
|
|
{{.NumWatches}} |
|
|
</a> |
|
|
</a> |
|
|
<a class="item"> |
|
|
<a class="item"> |
|
|
{{svg "octicon-star" 16}} {{.NumStars}} |
|
|
{{svg "octicon-star" 16}} {{.NumStars}} |
|
|