1
0

index.rpx.css 1.5 KB

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