// 九宫格
.@{prefix}{
  &grid{
    .grid-item{
      width: 33.33333%;
      float: left;
      border: 0px !important;
    }
  }
}
