index.rpx.css 1.4 KB

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