user-info.wxss 690 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .user-info-w {
  2. padding: 0 46rpx;
  3. }
  4. .item-w {
  5. border-bottom: 2rpx solid #e5e5e5;
  6. height: 120rpx;
  7. line-height: 120rpx;
  8. display: flex;
  9. align-items: center;
  10. justify-content: space-between;
  11. color: #A3A4A5;
  12. font-size: 24rpx;
  13. }
  14. .label {
  15. color: #111;
  16. font-size: 30rpx;
  17. font-weight: bold;
  18. }
  19. .avatar {
  20. width: 80rpx;
  21. height: 80rpx;
  22. border-radius: 50%;
  23. vertical-align: middle;
  24. background: #e5e5e5;
  25. }
  26. .logout-btn {
  27. height: 96rpx;
  28. line-height: 96rpx;
  29. background: #1FE4DC;
  30. color: #fff;
  31. text-align: center;
  32. font-size: 34rpx;
  33. font-weight: bold;
  34. border-radius: 8rpx;
  35. margin-top: 40rpx;
  36. }
  37. .value text {
  38. font-size: 20rpx;
  39. color: rgba(0, 0, 0, 0.3);
  40. }