2014-11-07 08:50:11 +00:00
|
|
|
@charset "utf-8";
|
|
|
|
|
|
|
|
.i-news {
|
|
|
|
.i-news__index-title {
|
|
|
|
font: 2em/100% sans-serif;
|
|
|
|
margin: 0 0 5px;
|
|
|
|
border-bottom: 1px solid #CFCFCF;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.i-news__item {
|
|
|
|
@include clearfix;
|
|
|
|
padding: 8px 0;
|
|
|
|
border-bottom: 1px solid #d1d1d1;
|
|
|
|
}
|
|
|
|
.i-news__list {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
.i-news__pic-wrap {
|
|
|
|
display: inline-block;
|
2014-11-13 03:22:08 +00:00
|
|
|
width: 21.806122%;
|
|
|
|
height: 75px;
|
2014-11-07 08:50:11 +00:00
|
|
|
}
|
|
|
|
.i-news__content-wrap {
|
|
|
|
display: inline-block;
|
|
|
|
width: 58.79828326180258%;
|
2014-11-10 08:42:09 +00:00
|
|
|
vertical-align: top;
|
2014-11-07 08:50:11 +00:00
|
|
|
}
|
|
|
|
.i-news__title {
|
|
|
|
margin: 0 0 0.5em 0;
|
|
|
|
font-size: 1.25em;
|
|
|
|
padding: 0 0 0 8px;
|
|
|
|
display: block;
|
|
|
|
line-height: 1.5em;
|
|
|
|
border-left: 2px solid #C03;
|
|
|
|
}
|
|
|
|
.i-news__link {
|
|
|
|
color: #cc0033;
|
|
|
|
&:hover {
|
|
|
|
color: #004466;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.i-news__date {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.i-category {
|
2014-11-07 11:52:31 +00:00
|
|
|
margin: 0 0 20px;
|
|
|
|
|
2014-11-07 08:50:11 +00:00
|
|
|
.i-category__widget-title {
|
|
|
|
border-bottom: 1px solid #7F7F7F;
|
|
|
|
font: bold 1.25em/100% 微軟正黑體,新細明體,sans-serif;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 0 10px 10px;
|
|
|
|
}
|
|
|
|
.i-category__list {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
.i-category__link {
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
color: #4a4a4a;
|
|
|
|
display: block;
|
|
|
|
float: none;
|
|
|
|
padding: 6px 0 7px 10px;
|
|
|
|
&:hover {
|
|
|
|
background: url(/assets/category_hover.jpg) no-repeat scroll 100% 4px transparent;
|
|
|
|
color: #cc0033;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.i-search {
|
|
|
|
.i-search__text-field {
|
|
|
|
height: 28px;
|
|
|
|
}
|
|
|
|
.i-search__submit input{
|
|
|
|
padding: 4px 6px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 630px) {
|
|
|
|
.i-news {
|
|
|
|
.i-news__pic-wrap {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.i-news__content-wrap {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.i-news__date {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
}
|
2014-11-07 08:06:50 +00:00
|
|
|
}
|