home.wxss 220 B

1234567891011121314
  1. .home {
  2. background-color: #e9e9e9;
  3. }
  4. .menu-list-warp .menu-list-box {
  5. width: 25%;
  6. text-align: center;
  7. float: left;
  8. padding: 20rpx;
  9. }
  10. .menu-list-warp .menu-list-box image {
  11. width: 100rpx;
  12. height: 100rpx;
  13. }