forked from saurabh/orbit4-5
update css
This commit is contained in:
parent
5d11d95ca9
commit
7dd20cafa0
|
@ -15,7 +15,6 @@ $orbit-bar-bgc-lighter: lighten($orbit-bar-bgc, 20%) !default;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.orbitMenuLink {
|
.orbitMenuLink {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
|
@ -136,35 +135,20 @@ $orbit-bar-bgc-lighter: lighten($orbit-bar-bgc, 20%) !default;
|
||||||
border-radius: 4px 0 0 4px;
|
border-radius: 4px 0 0 4px;
|
||||||
margin-right: -5px;
|
margin-right: -5px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: auto;
|
padding: 7px 5px 6px 5px;
|
||||||
height: 20px;
|
font-size: 13px;
|
||||||
min-width: 16px;
|
text-shadow: 0 1px 0 #fff;
|
||||||
padding: 4px 5px;
|
background-color: #eee;
|
||||||
font-size: 14px;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: 20px;
|
|
||||||
text-align: center;
|
|
||||||
text-shadow: 0 1px 0 #ffffff;
|
|
||||||
background-color: #eeeeee;
|
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
white-space: nowrap;
|
vertical-align: top;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
.input {
|
.input {
|
||||||
display: inline-block;
|
font-size: 13px;
|
||||||
position: relative;
|
padding: 8px 6px;
|
||||||
width: 270px;
|
width: 240px;
|
||||||
height: 20px;
|
|
||||||
vertical-align: top;
|
|
||||||
border-radius: 0 4px 4px 0;
|
border-radius: 0 4px 4px 0;
|
||||||
background-color: #ffffff;
|
height: auto;
|
||||||
border: 1px solid #cccccc;
|
|
||||||
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
||||||
margin-left: 0;
|
|
||||||
padding: 4px 6px;
|
|
||||||
font-size: 14px;
|
|
||||||
line-height: 20px;
|
|
||||||
color: #555555;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.submit {
|
.submit {
|
||||||
|
|
|
@ -3088,8 +3088,8 @@ article.page_content .linkAndFile > div:last-child {
|
||||||
.news .list_mask .news_img a {
|
.news .list_mask .news_img a {
|
||||||
display: block;
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 130px;
|
// height: 150px;
|
||||||
min-height: 130px;
|
// min-height: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.news .list_mask .news_img img {
|
.news .list_mask .news_img img {
|
||||||
|
|
|
@ -20,8 +20,8 @@
|
||||||
}
|
}
|
||||||
.i-news__pic-wrap {
|
.i-news__pic-wrap {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 21.506122%;
|
width: 21.806122%;
|
||||||
height: 78px;
|
height: 75px;
|
||||||
}
|
}
|
||||||
.i-news__content-wrap {
|
.i-news__content-wrap {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<div class="list_mask">
|
<div class="list_mask">
|
||||||
<ul id="topic_list" data-level="0" data-list="news">
|
<ul id="topic_list" data-level="0" data-list="news">
|
||||||
<li>
|
<li>
|
||||||
<div class="news_img bullseye">
|
<div class="news_img">
|
||||||
<a href="{{link_to_show}}">
|
<a href="{{link_to_show}}">
|
||||||
<img src="{{img_src}}" alt="Announcement image">
|
<img src="{{img_src}}" alt="Announcement image">
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<span class="search-result">搜尋標題有關 ' {{keyword}} ' 共搜尋到{{news_count}}筆資料</span>
|
<span class="search-result">搜尋標題有關 ' {{keyword}} ' 共搜尋到{{news_count}}筆資料</span>
|
||||||
<ul class="i-news__list" data-level="0" data-list="news">
|
<ul class="i-news__list" data-level="0" data-list="news">
|
||||||
<li class="i-news__item">
|
<li class="i-news__item">
|
||||||
<div class="i-news__pic-wrap bullseye">
|
<div class="i-news__pic-wrap">
|
||||||
<img class="i-news__pic" src="{{img_src}}" alt="{{img_description}}">
|
<img class="i-news__pic" src="{{img_src}}" alt="{{img_description}}">
|
||||||
</div>
|
</div>
|
||||||
<div class="i-news__content-wrap">
|
<div class="i-news__content-wrap">
|
||||||
|
|
Loading…
Reference in New Issue