Blame view

app/app.wxss 216 Bytes
李奇 authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

.hide {
  display: none;
}

@import "./iconfont.wxss";
@import "./vendors/zanui/index.wxss";