home.wxss 292 B

12345678910111213141516171819
  1. .logout {
  2. text-align: center;
  3. position: fixed;
  4. bottom: 0;
  5. left: 0;
  6. right: 0;
  7. line-height: 80rpx;
  8. }
  9. .menu-list-warp .menu-list-box {
  10. width: 25%;
  11. text-align: center;
  12. float: left;
  13. padding: 20rpx;
  14. }
  15. .menu-list-warp .menu-list-box image {
  16. width: 100rpx;
  17. height: 100rpx;
  18. }