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