index.rpx.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .page {
  2. background: #f7f7f7;
  3. padding: 0rpx 32rpx;
  4. height: 100vh;
  5. }
  6. .use{
  7. padding-top: 30rpx;
  8. }
  9. .avatar{
  10. width: 100rpx;
  11. height: 100rpx;
  12. padding: 4rpx;
  13. border-radius: 8rpx;
  14. background: #f7f7f7;
  15. }
  16. .avatar image{
  17. width: 100rpx;
  18. height: 100rpx;
  19. }
  20. .useMsg{
  21. margin-left: 24rpx;
  22. }
  23. .name{
  24. font-size: 28rpx;
  25. font-weight: bold;
  26. }
  27. .tag{
  28. font-size: 20rpx;
  29. background: #FFE50C;
  30. margin-left: 24rpx;
  31. padding: 2rpx 10rpx;
  32. border-radius: 10rpx;
  33. }
  34. .phone{
  35. font-size: 24rpx;
  36. }
  37. .statistics {
  38. width: 686rpx;
  39. height: 320rpx;
  40. background: #FFFFFF;
  41. box-shadow: 0rpx 8rpx 16rpx 0rpx rgba(255, 224, 92, 0.05);
  42. border-radius: 24rpx;
  43. margin-top: 40rpx;
  44. }
  45. .statisticsTitle {
  46. font-size: 32rpx;
  47. font-weight: 600;
  48. color: #333333;
  49. margin-left: 32rpx;
  50. margin-top: 20rpx;
  51. }
  52. .statisticsItem {
  53. width: 33%;
  54. height: 160rpx;
  55. margin-top: 40rpx;
  56. }
  57. .statisticsItemBorder {
  58. border-left: 4rpx solid #EEEEEE;
  59. }
  60. .statisticsKey {
  61. font-size: 24rpx;
  62. font-weight: 400;
  63. color: #999999;
  64. line-height: 60rpx;
  65. }
  66. .statisticsValue {
  67. font-size: 36rpx;
  68. font-weight: bold;
  69. color: #333333;
  70. }
  71. .tuoke {
  72. width: 686rpx;
  73. height: 308rpx;
  74. background: #FFFFFF;
  75. box-shadow: 0rpx 8rpx 16rpx 0rpx rgba(255, 224, 92, 0.05);
  76. background: linear-gradient(180deg, #FFFCED 0%, #FFFFFF 100%);
  77. border-radius: 24rpx;
  78. margin-top: 24rpx;
  79. padding: 1rpx 0;
  80. }