index.rpx.css 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. .page{
  2. background: #F9F9F9;
  3. position: relative;
  4. }
  5. .bgImage{
  6. width: 750rpx;
  7. height: 520rpx;
  8. }
  9. .page1{
  10. width: 750rpx;
  11. position: absolute;
  12. left: 0;
  13. top: 0;
  14. }
  15. .useInfo{
  16. width: 686rpx;
  17. height: 152rpx;
  18. margin-left: 32rpx;
  19. margin-top: 186rpx;
  20. }
  21. .profileView{
  22. width: 152rpx;
  23. height: 152rpx;
  24. border-radius: 76rpx;
  25. }
  26. .profile{
  27. width: 152rpx;
  28. height: 152rpx;
  29. border-radius: 76rpx;
  30. border: 2px solid #ffffff;
  31. box-sizing: border-box;
  32. }
  33. .usermsg{
  34. width: 500rpx;
  35. height: 152rpx;
  36. margin-left: 24rpx;
  37. }
  38. .name{
  39. font-size: 32rpx;
  40. font-weight: 600;
  41. color: #333333;
  42. margin-top: 24rpx;
  43. }
  44. .other{
  45. font-size: 24rpx;
  46. font-family: PingFangSC, PingFang SC;
  47. font-weight: 400;
  48. color: #333333;
  49. margin-top: 16rpx;
  50. }
  51. .statistics{
  52. width: 686rpx;
  53. height: 308rpx;
  54. background: #FFFFFF;
  55. box-shadow: 0rpx 8rpx 16rpx 0rpx rgba(255,224,92,0.05);
  56. border-radius: 24rpx;
  57. margin-left: 32rpx;
  58. margin-top: 40rpx;
  59. }
  60. .statisticsTitle{
  61. font-size: 32rpx;
  62. font-weight: 600;
  63. color: #333333;
  64. margin-left: 32rpx;
  65. margin-top: 20rpx;
  66. }
  67. .statisticsItem{
  68. width: 50%;
  69. height: 160rpx;
  70. margin-top: 40rpx;
  71. }
  72. .statisticsKey{
  73. font-size: 24rpx;
  74. font-weight: 400;
  75. color: #999999;
  76. line-height: 60rpx;
  77. }
  78. .statisticsValue{
  79. font-size: 36rpx;
  80. font-weight: bold;
  81. color: #333333;
  82. }
  83. .list{
  84. width: 638rpx;
  85. background: #FFFFFF;
  86. border-radius: 24rpx;
  87. padding: 20rpx 24rpx;
  88. margin-top: 40rpx;
  89. margin-left: 32rpx;
  90. }