index.rpx.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. .page {
  2. /*background-image: url('https://jje.xinyuekj.com.cn/prod-api/tech/static/my/bg1.png');*/
  3. background-image: url('/static/my/bg1.png');
  4. background-repeat: no-repeat;
  5. background-size: 100% 30%;
  6. background-color: #F9F9F9;
  7. padding: 0 32rpx;
  8. }
  9. .use{
  10. padding-top: 50rpx;
  11. }
  12. .avatar{
  13. width: 152rpx;
  14. height: 152rpx;
  15. box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(0,0,0,0.1);
  16. border: 2rpx solid #FFFFFF;
  17. border-radius: 50%;
  18. }
  19. .avatar image{
  20. width: 152rpx;
  21. height: 152rpx;
  22. }
  23. .useMsg{
  24. margin-left: 24rpx;
  25. }
  26. .name{
  27. width: 96rpx;
  28. height: 48rpx;
  29. font-size: 32rpx;
  30. font-weight: 700;
  31. color: #333333;
  32. line-height: 48rpx;
  33. }
  34. .tag{
  35. background: #FFF6CE;
  36. border-radius: 8rpx;
  37. border: 2rpx solid #FFE05C;
  38. font-size: 20rpx;
  39. font-weight: 400;
  40. color: #333333;
  41. line-height: 48rpx;
  42. padding: 0rpx 15rpx;
  43. margin-left: 10rpx;
  44. }
  45. .phone{
  46. width: 226rpx;
  47. height: 40rpx;
  48. font-size: 24rpx;
  49. font-weight: 400;
  50. color: #333333;
  51. line-height: 40rpx;
  52. }
  53. .statistics {
  54. background: #FFFFFF;
  55. box-shadow: 0rpx 8rpx 16rpx 0rpx rgba(255, 224, 92, 0.05);
  56. border-radius: 24rpx;
  57. margin-top: 40rpx;
  58. overflow: hidden;
  59. padding: 40rpx 0;
  60. }
  61. .statisticsTitle {
  62. font-size: 32rpx;
  63. font-weight: 600;
  64. color: #333333;
  65. margin-left: 32rpx;
  66. margin-top: 20rpx;
  67. }
  68. .out{
  69. width: 50%;
  70. }
  71. .leftBorder{
  72. border-left: 2rpx solid #EEEEEE;
  73. }
  74. .statisticsItem {
  75. text-align: center;
  76. }
  77. .statisticsItemBorder {
  78. border-left: 4rpx solid #EEEEEE;
  79. }
  80. .statisticsImg{
  81. width: 56rpx;
  82. height: 56rpx;
  83. }
  84. .statisticsKey {
  85. font-size: 24rpx;
  86. font-weight: 400;
  87. color: #999999;
  88. line-height: 40rpx;
  89. }
  90. .statisticsValue {
  91. font-size: 36rpx;
  92. font-weight: bold;
  93. color: #333333;
  94. line-height: 52rpx;
  95. }
  96. .tuoke {
  97. background: #FFFFFF;
  98. /*box-shadow: 0rpx 8rpx 16rpx 0rpx rgba(255, 224, 92, 0.05);*/
  99. /*background: linear-gradient(180deg, #FFFCED 0%, #FFFFFF 100%);*/
  100. border-radius: 24rpx;
  101. margin-top: 24rpx;
  102. padding: 1rpx 0;
  103. overflow: hidden;
  104. }
  105. .list{
  106. margin-top: 20rpx;
  107. border-radius: 15rpx;
  108. overflow: hidden;
  109. }