index.less 3.2 KB

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