@charset "utf-8"; @import "../initial"; // Link MODULES .widget-link { // 在 layout-content 下的樣式 .widget-title { @extend .unity-title; } &.widget1,&.widget1s { .widget-title { color: #000; font-size: 18px; font-weight: 700; margin: 0; font-family: "新細明體"; } ul { font-size: 12px; display: flex; flex-wrap: wrap; } .widget-content { line-height: 2.5em; border-top: 1px solid #ddd; list-style: disc inside none; & + .widget-content { //border-top: 1px dotted $theme-gray-light; } .widget-content-title { display: inline-block; color: #000; padding-right: 2px; } } a.btn-primary { color: #000; border-color: transparent; background-color: transparent; font-size: 12px; } // 在 layout-footer 下的樣式 .layout-footer & { .widget-content { line-height: 2em; border-top-color: $theme-gray; } } } } // Link INDEX .index-link { .index-title { @extend .unity-title; } &.index1 { .index-content { h4 { margin: 0; } & + .index-content { border-top: 1px dotted $theme-gray-light; } .index-context { display: inline-block; font-size: 13px; margin: 0 0 10px 2em; color: darken($theme-gray-light, 20%); } } .index-content-title { font-family: $main-font; font-size: 16px; background: url(/assets/dt.gif) 0 50% no-repeat; padding-left: 1.5em; } } }