wxgrid.wxss 296 B

1234567891011121314151617181920
  1. .wxgrid{
  2. clear:both;
  3. }
  4. .wxgrid .wxrow{
  5. clear:both;
  6. }
  7. .wxgrid .wxcol{
  8. float: left;
  9. text-align: center;
  10. }
  11. /*美团分类-场景样式*/
  12. .wxclassify{
  13. padding:0px 8px 32px 8px;
  14. display: block;
  15. height: 80px;
  16. }
  17. .wxclassify .wxclassify-img{
  18. height:100%;
  19. width:100%;
  20. }