index.rpx.css 1.9 KB

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