index.rpx.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. .page {
  2. background-image: url('https://jje.xinyuekj.com.cn/tk/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. font-size: 32rpx;
  29. font-weight: 700;
  30. color: #333333;
  31. line-height: 48rpx;
  32. }
  33. .tag{
  34. background: #FFF6CE;
  35. border-radius: 8rpx;
  36. border: 2rpx solid #FFE05C;
  37. font-size: 20rpx;
  38. font-weight: 400;
  39. color: #333333;
  40. line-height: 48rpx;
  41. padding: 0rpx 15rpx;
  42. margin-left: 10rpx;
  43. }
  44. .phone{
  45. font-size: 24rpx;
  46. font-weight: 400;
  47. color: #333333;
  48. line-height: 40rpx;
  49. }
  50. .statistics {
  51. background: #FFFFFF;
  52. box-shadow: 0rpx 8rpx 16rpx 0rpx rgba(255, 224, 92, 0.05);
  53. border-radius: 24rpx;
  54. margin-top: 40rpx;
  55. overflow: hidden;
  56. padding: 40rpx 0;
  57. }
  58. .statisticsTitle {
  59. font-size: 32rpx;
  60. font-weight: 600;
  61. color: #333333;
  62. margin-left: 32rpx;
  63. margin-top: 20rpx;
  64. }
  65. .out{
  66. width: 50%;
  67. }
  68. .leftBorder{
  69. border-left: 2rpx solid #EEEEEE;
  70. }
  71. .statisticsItem {
  72. text-align: center;
  73. }
  74. .statisticsItemBorder {
  75. border-left: 4rpx solid #EEEEEE;
  76. }
  77. .statisticsImg{
  78. width: 56rpx;
  79. height: 56rpx;
  80. }
  81. .statisticsKey {
  82. font-size: 24rpx;
  83. font-weight: 400;
  84. color: #999999;
  85. line-height: 40rpx;
  86. }
  87. .statisticsValue {
  88. font-size: 36rpx;
  89. font-weight: bold;
  90. color: #333333;
  91. line-height: 52rpx;
  92. }
  93. .tuoke {
  94. background: #FFFFFF;
  95. /*box-shadow: 0rpx 8rpx 16rpx 0rpx rgba(255, 224, 92, 0.05);*/
  96. /*background: linear-gradient(180deg, #FFFCED 0%, #FFFFFF 100%);*/
  97. border-radius: 24rpx;
  98. margin-top: 24rpx;
  99. padding: 1rpx 0;
  100. overflow: hidden;
  101. }
  102. .list{
  103. margin-top: 20rpx;
  104. border-radius: 15rpx;
  105. overflow: hidden;
  106. }
  107. .txbtn{
  108. font-size: 26rpx;
  109. color: #999999;
  110. }
  111. .qrCodePopupView{
  112. width: 550rpx;
  113. height: 620rpx;
  114. background: white;
  115. border-radius: 15rpx;
  116. position:relative;
  117. }
  118. .qrCreateTime{
  119. margin-top: 24rpx;
  120. font-size: 24rpx;
  121. color: #999999;
  122. }
  123. .popupTitle{
  124. height: 80rpx;
  125. line-height: 100rpx;
  126. font-size: 32rpx;
  127. font-weight: bold;
  128. color: #111111;
  129. }
  130. .xoIcon{
  131. position: absolute;
  132. top: 20rpx;
  133. right: 32rpx;
  134. }