|
@@ -52,6 +52,16 @@ |
|
|
/deep/ ui.checkbox input[type=checkbox]::after{ |
|
|
/deep/ ui.checkbox input[type=checkbox]::after{ |
|
|
border: 1px solid #0366D6 !important; |
|
|
border: 1px solid #0366D6 !important; |
|
|
} |
|
|
} |
|
|
|
|
|
.nowrap-2 { |
|
|
|
|
|
/* height: 2.837em; */ |
|
|
|
|
|
/* line-height: 1.4285em; */ |
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
display: -webkit-box; |
|
|
|
|
|
-webkit-line-clamp: 2; |
|
|
|
|
|
-webkit-box-orient: vertical; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</style> |
|
|
</style> |
|
|
<div class="ui stackable grid"> |
|
|
<div class="ui stackable grid"> |
|
@@ -79,7 +89,8 @@ |
|
|
<div class=" header header_card omit" > |
|
|
<div class=" header header_card omit" > |
|
|
<a class="header_card image poping up " href="{{.Link}}" data-content="{{.Name}}" data-position="top left" data-variation="tiny inverted"> {{.Name}}</a> |
|
|
<a class="header_card image poping up " href="{{.Link}}" data-content="{{.Name}}" data-position="top left" data-variation="tiny inverted"> {{.Name}}</a> |
|
|
</div> |
|
|
</div> |
|
|
<div class='content descript_height'> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class='content descript_height nowrap-2'> |
|
|
{{.Description}} |
|
|
{{.Description}} |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|