index.rpx.css 751 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .tabBarLineHeight{
  2. height: 138rpx;
  3. }
  4. .tabBarView{
  5. position: fixed;
  6. bottom: 0;
  7. }
  8. .content{
  9. width: 750rpx;
  10. padding: 0 25rpx;
  11. background: #F7F7F7;
  12. }
  13. .outView{
  14. width: 700rpx;
  15. background: #FFFFFF;
  16. border-radius: 15rpx;
  17. position: relative;
  18. top: 250rpx;
  19. }
  20. .member-head-img{
  21. height: 200rpx;
  22. position: absolute;
  23. top: -90rpx;
  24. left: 250rpx;
  25. }
  26. .imageLogo{
  27. width: 200rpx;
  28. height: 200rpx;
  29. border-radius: 100rpx;
  30. }
  31. .member-content{
  32. margin-top: 140rpx;
  33. }
  34. .user-name{
  35. font-size: 40rpx;
  36. font-weight: 600;
  37. }
  38. .qrcode{
  39. margin-top: 20rpx;
  40. }
  41. .qrcodeImage{
  42. width: 480rpx;
  43. height: 480rpx;
  44. }
  45. .qrcode-desc{
  46. font-size: 28rpx;
  47. padding-bottom: 25rpx;
  48. margin-top: 20rpx;
  49. }