index.wxss 300 B

12345678910111213141516171819
  1. /* pages/mine/setting/index.wxss */
  2. page{
  3. background-color: #EFEFEF;
  4. }
  5. .logOut{
  6. margin-top: 50px;
  7. display: flex;
  8. justify-content: center;
  9. align-items: center;
  10. }
  11. .userinfo-avatar {
  12. overflow: hidden;
  13. width: 128rpx;
  14. height: 128rpx;
  15. border-radius: 50%;
  16. }
  17. .weui-cells{
  18. margin-top: 0;
  19. }