index.rpx.css 724 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. .qrcode{
  38. margin-top: 20rpx;
  39. }
  40. .qrcodeImage{
  41. width: 480rpx;
  42. height: 480rpx;
  43. }
  44. .qrcode-desc{
  45. font-size: 28rpx;
  46. padding-bottom: 25rpx;
  47. margin-top: 20rpx;
  48. }