index.rpx.css 667 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. }
  30. .member-content{
  31. margin-top: 140rpx;
  32. }
  33. .user-name{
  34. font-size: 40rpx;
  35. font-weight: 600;
  36. }
  37. .qrcodeImage{
  38. width: 480rpx;
  39. height: 480rpx;
  40. }
  41. .qrcode-desc{
  42. font-size: 28rpx;
  43. padding-bottom: 25rpx;
  44. }