2021-08-30 10:13:48 +00:00
|
|
|
@charset "utf-8";
|
|
|
|
|
|
|
|
@import "../initial";
|
|
|
|
|
|
|
|
// Link MODULES
|
|
|
|
.widget-link {
|
|
|
|
// 在 layout-content 下的樣式
|
|
|
|
.widget-title {
|
|
|
|
@extend .unity-title;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.widget1 {
|
|
|
|
.widget-content {
|
|
|
|
line-height: 2.5em;
|
|
|
|
|
|
|
|
& + .widget-content {
|
|
|
|
border-top: 0.0625em dotted $theme-gray-light;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget-content-title {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// 在 layout-footer 下的樣式
|
|
|
|
.layout-footer & {
|
|
|
|
.widget-content {
|
|
|
|
line-height: 2em;
|
|
|
|
border-top-color: $theme-green-light;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Link INDEX
|
|
|
|
.index-link {
|
|
|
|
.index-title {
|
|
|
|
@extend .unity-title;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.index1 {
|
|
|
|
.index-content {
|
|
|
|
|
|
|
|
& + .index-content {
|
|
|
|
border-top: 0.0625em dotted $theme-gray-light;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-context {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 0.813em;
|
|
|
|
margin: 0 0 0.625em 2em;
|
|
|
|
color: darken($theme-gray-light, 20%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-content-title {
|
|
|
|
font-family: $main-font;
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.index2 {
|
|
|
|
.list-unstyled {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
.index-content {
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
.status-top {
|
|
|
|
line-height: 2.5;
|
|
|
|
}
|
|
|
|
}
|
2021-09-01 13:51:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.row{
|
|
|
|
.index-link.index2 li.col-md-4 .link-img-wrap {
|
|
|
|
max-width: 10em;
|
|
|
|
height: 10.5em;
|
|
|
|
}
|
|
|
|
.index-link.index2 li.col-md-4 {
|
|
|
|
@media (max-width: 991px){
|
|
|
|
min-width: 33%;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
}
|
2021-08-30 10:13:48 +00:00
|
|
|
}
|