logout.wxss 512 B

1234567891011121314151617181920212223242526272829303132
  1. .user-info-w {
  2. padding: 0 46rpx;
  3. }
  4. .phone-w {
  5. border-bottom: 2rpx solid #e5e5e5;
  6. margin-bottom: 48rpx;
  7. height: 120rpx;
  8. line-height: 120rpx;
  9. display: flex;
  10. align-items: center;
  11. justify-content: space-between;
  12. color: #A3A4A5;
  13. font-size: 24rpx;
  14. }
  15. .label {
  16. color: #111;
  17. font-size: 30rpx;
  18. font-weight: bold;
  19. }
  20. .logout-btn {
  21. height: 96rpx;
  22. line-height: 96rpx;
  23. background: #1FE4DC;
  24. color: #fff;
  25. text-align: center;
  26. font-size: 34rpx;
  27. font-weight: bold;
  28. border-radius: 8rpx;
  29. }