index.less 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. .header_custom{
  2. float: left;
  3. width: 100%;
  4. }
  5. .header-title{
  6. display: flex;
  7. align-items: center;
  8. flex-direction: row;
  9. padding:0 34rpx;
  10. justify-content: flex-start;
  11. width: 100%;
  12. .goback{
  13. width:30px;
  14. text-align: center;
  15. }
  16. }
  17. .userbg{
  18. height: 500rpx;
  19. position: relative;
  20. // background-color: hotpink;
  21. overflow: hidden;
  22. &>image{
  23. width: 100%;
  24. height: 100%;
  25. position: absolute;
  26. top: 0;
  27. left: 0;
  28. z-index: 2;
  29. }
  30. .usermsg{
  31. justify-content: flex-start;
  32. margin: 300rpx 0 0 36rpx;
  33. position: relative;
  34. z-index: 5;
  35. color: #FFFFFF;
  36. .userimg{
  37. width: 64px;
  38. height: 64px;
  39. margin-right: 28rpx;
  40. border-radius: 32px;
  41. overflow: hidden;
  42. border: 2px solid rgba(255, 255, 255, 0.3);
  43. }
  44. }
  45. }
  46. .chart_box{
  47. margin: 0 32rpx;
  48. .btn_group{
  49. justify-content: flex-start;
  50. &>view{
  51. width: 144rpx;
  52. height: 56rpx;
  53. font-size:28rpx;
  54. border: 1px solid #EFF0F1;
  55. border-radius: 28rpx;
  56. color: #646C73;
  57. margin-right: 32rpx;
  58. transition: all 0.3s ease;
  59. }
  60. .active{
  61. background: #EAFAF8;
  62. color: #04B49C;
  63. border: 1px solid transparent;
  64. }
  65. }
  66. .lenged_box{
  67. justify-content: flex-end;
  68. font-size:14px;
  69. &>text{
  70. color: var(--nodateColor);
  71. }
  72. .lenged_item{
  73. font-size: 13px;
  74. color: #8D9399;
  75. &>view{
  76. margin-right: 12px;
  77. }
  78. .leng::before{
  79. content: '';
  80. display: inline-block;
  81. width: 10px;
  82. height: 10px;
  83. margin-right: 5px;
  84. background: #04B49C;
  85. }
  86. .re::before{
  87. content: '';
  88. display: inline-block;
  89. width: 10px;
  90. height: 10px;
  91. margin-right: 5px;
  92. background: #FF8800;
  93. }
  94. }
  95. }
  96. .logchart{
  97. height: 420rpx;
  98. width: 100%;
  99. color: var(--nodateColor);
  100. font-size:14px;
  101. }
  102. }
  103. .adjust_list{
  104. // height: 170rpx;
  105. padding: 24rpx 0;
  106. margin: 32rpx;
  107. border-radius: 4px;
  108. border: 1px solid #EFF0F1;
  109. justify-content: space-around;
  110. .list_item{
  111. &>text:nth-child(1){
  112. font-size: 56rpx;
  113. color: #2B3036;
  114. }
  115. &>text:nth-child(2){
  116. margin-top: 12rpx;
  117. font-size: 32rpx;
  118. color: #8D9399;
  119. }
  120. }
  121. }
  122. .adjust_record{
  123. height: 118rpx;
  124. margin: 0 32rpx 32rpx;
  125. padding: 0 24rpx;
  126. background: #FFFFFF;
  127. justify-content: space-between;
  128. box-shadow: 0px 6px 20px 0px rgba(43, 48, 54, 0.1);
  129. border-radius: 4px;
  130. view{
  131. font-size: 36rpx;
  132. color: #2B3036;
  133. image{
  134. width: 32rpx;
  135. height: 32rpx;
  136. margin-right: 24rpx;
  137. }
  138. }
  139. }
  140. .adjust_feedback{
  141. margin: 0 32rpx 64rpx;
  142. }