148 lines
2.4 KiB
SCSS
148 lines
2.4 KiB
SCSS
@charset "utf-8";
|
|
|
|
@import "../initial";
|
|
|
|
$aside-title-color:#402E10;
|
|
|
|
.layout-content {
|
|
background-color: #d6d0c8;
|
|
.container {
|
|
padding:15px;
|
|
background-color: $theme-white;
|
|
color: $theme-color-third;
|
|
@extend .response-content;
|
|
@media (min-width: $screen-md){
|
|
min-height: 600px;
|
|
}
|
|
}
|
|
.breadcrumb{
|
|
background-color: #fff;
|
|
border: 1px solid #e2e2e2;
|
|
margin-bottom: 15px;
|
|
margin-left:0;
|
|
}
|
|
.main-content{
|
|
font-size: $font-13;
|
|
line-height: 1.7;
|
|
.show-member table th{
|
|
min-width: 5rem;
|
|
}
|
|
}
|
|
|
|
.aside{
|
|
> div{
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
.widget-link{
|
|
.widget-title{
|
|
font-size: 1.375em;
|
|
color: $aside-title-color;
|
|
border-bottom: 2px solid $aside-title-color;
|
|
margin: 0 0 4px;
|
|
padding-bottom: 5px;
|
|
}
|
|
.list-unstyled{
|
|
.widget-content{
|
|
font-size: $font-13;
|
|
line-height: 1.4;
|
|
padding: 8px 0;
|
|
.widget-content-title{
|
|
color: #4b4b4b;
|
|
&:hover{
|
|
color:$theme-link-color;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.ba-banner-widget-4{
|
|
a{
|
|
display: block;
|
|
margin-bottom: 12px;
|
|
&:hover img{
|
|
opacity: 0.8;
|
|
transition: all 0.2s;
|
|
}
|
|
}
|
|
}
|
|
|
|
/* index gallery*/
|
|
.index-gallery{
|
|
&.index2{
|
|
> .row{
|
|
margin: 0;
|
|
}
|
|
.index-content{
|
|
background-color: #f5f5f5;
|
|
border: 1px solid #ededed;
|
|
}
|
|
.index-content-inner{
|
|
margin-bottom: 0;
|
|
}
|
|
.index-pic{
|
|
img{
|
|
border: 1px solid #dfdfdf;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
/* show gallery*/
|
|
.show-content-inner{
|
|
.show-pic {
|
|
img{
|
|
border: 4px solid #d8d4cc;
|
|
}
|
|
&:hover img{
|
|
border-color: #fbb05d;
|
|
transition: all 0.2s;
|
|
}
|
|
}
|
|
}
|
|
|
|
.index-member-2{
|
|
.i-member-item.row{
|
|
margin: 0;
|
|
.i-member-item-inner{
|
|
background-color: #f5f5f5;
|
|
border: 1px solid #ededed;
|
|
}
|
|
.i-member-pic-wrap{
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.box-social-share{
|
|
clear: both;
|
|
}
|
|
|
|
table {
|
|
background-color: #fff;
|
|
}
|
|
@media (min-width: $screen-sm){
|
|
> .container > .row {
|
|
> .col-sm-9{float: left;}
|
|
> .col-sm-3{float: right;}
|
|
}
|
|
|
|
}
|
|
@media (min-width: $screen-lg){
|
|
.container {
|
|
padding:2em 25px;
|
|
> .row{
|
|
.col-sm-9{width: 78%;}
|
|
.col-sm-3{width: 22%;}
|
|
}
|
|
}
|
|
|
|
/* index projects*/
|
|
.projects-index{
|
|
tr th{
|
|
min-width: 8em;
|
|
}
|
|
}
|
|
}
|
|
}
|