update
This commit is contained in:
parent
0f0352d9a3
commit
d9133a6fa1
|
|
@ -242,6 +242,9 @@
|
||||||
|
|
||||||
//index 5
|
//index 5
|
||||||
.index-member-5 {
|
.index-member-5 {
|
||||||
|
.i-member-value.member-data-value-email {
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
.i-member-section {
|
.i-member-section {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
@ -252,7 +255,7 @@
|
||||||
}
|
}
|
||||||
.i-member-item {
|
.i-member-item {
|
||||||
float: none;
|
float: none;
|
||||||
padding: 15px;
|
padding: 0.5em;
|
||||||
|
|
||||||
@media (max-width:1280px) {
|
@media (max-width:1280px) {
|
||||||
width: calc( 100% / 3 );
|
width: calc( 100% / 3 );
|
||||||
|
|
@ -265,8 +268,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.i-member-item-inner {
|
.i-member-item-inner {
|
||||||
background: none;
|
background: #f5f5f5;
|
||||||
border: 1px solid #331115;
|
border: 1px solid #d9526521;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
height: stretch;
|
height: stretch;
|
||||||
|
|
@ -283,10 +286,6 @@
|
||||||
@extend .unity-title;
|
@extend .unity-title;
|
||||||
}
|
}
|
||||||
|
|
||||||
.i-member-item-inner {
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.i-member-pic-wrap {
|
.i-member-pic-wrap {
|
||||||
height: auto;
|
height: auto;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
|
|
||||||
@import "../initial";
|
@import "../initial";
|
||||||
|
.widget-breadcrumb.widget1.no-print {
|
||||||
|
margin-bottom: 2em;
|
||||||
|
}
|
||||||
.breadcrumb-wrap{
|
.breadcrumb-wrap{
|
||||||
@media(min-width: 820px){
|
@media(min-width: 820px){
|
||||||
// padding-right: 0.9375em!important;
|
// padding-right: 0.9375em!important;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue