my.acss 951 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .my-page{
  2. position: relative
  3. }
  4. .my-page .top-bg {
  5. width: 750rpx;
  6. height: 226rpx;
  7. background: #51CDE4;
  8. opacity: 1;
  9. border-radius: 0px 0px 40rpx 40rpx;
  10. }
  11. .header-img {
  12. width: 240rpx;
  13. height: 240rpx;
  14. background: #FFFFFF;
  15. border-radius: 50%;
  16. opacity: 1;
  17. margin: 0 auto;
  18. }
  19. .defaultImg{
  20. width: 106rpx;
  21. height: 120rpx;
  22. }
  23. .headerImg{
  24. width: 240rpx;
  25. height: 240rpx;
  26. border-radius:50%;
  27. }
  28. .user-inf{
  29. width: 100%;
  30. text-align: center;
  31. position: absolute;
  32. top: 106rpx;
  33. }
  34. .user-inf .name {
  35. font-size: 30rpx;
  36. font-family: PingFang SC;
  37. font-weight: bold;
  38. line-height: 42rpx;
  39. color: #333333;
  40. opacity: 1;
  41. margin: 30rpx 0 14rpx 0;
  42. }
  43. .user-inf .com-name {
  44. font-size: 26rpx;
  45. font-family: PingFang SC;
  46. font-weight: 400;
  47. line-height: 36rpx;
  48. color: #999999;
  49. opacity: 1;
  50. }
  51. .my-page .version{
  52. width: 100%;
  53. text-align: center;
  54. position: fixed;
  55. bottom: 238rpx;
  56. font-size: 26rpx;
  57. color: #666666;
  58. }