This commit is contained in:
zhuxiang
2017-03-01 15:10:03 +08:00
parent 5b34ea74ec
commit abc876b254
8 changed files with 22 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
@import "./common/var.pcss";
@import "./mixins/border_retina.pcss";
@component-namespace z {
@component-namespace zan {
@b badge-group {
position: relative;
width: 85px;
@@ -50,7 +50,7 @@
font-weight: bold;
color: $c-black;
background-color: $c-white;
.z-badge__active {
.zan-badge__active {
display: block;
}
&::after {

View File

@@ -1,5 +1,5 @@
@import "./common/var.pcss";
@component-namespace z {
@component-namespace zan {
@b search {
display: flex;
flex-direction: row;
@@ -10,7 +10,7 @@
padding: 4px 15px;
background-color: #F2F2F2;
@when focus {
.z-search__input-wrap {
.zan-search__input-wrap {
width: 82%;
}
span {