index.less 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. @charset "utf-8";
  2. #my-data {
  3. .tabs {
  4. text-align: left;
  5. }
  6. .user-action {
  7. .tip {
  8. font-size: 12px;
  9. color: #A7A7B7;
  10. span {
  11. color: #4299FF;
  12. cursor: pointer;
  13. margin: 0 5px;
  14. }
  15. i {
  16. font-size: 14px;
  17. cursor: pointer;
  18. }
  19. }
  20. }
  21. .title {
  22. border-left: 6px solid #7876FC;
  23. line-height: 20px;
  24. margin: 20px 0;
  25. padding-left: 5px;
  26. font-size: 18px;
  27. color: #303036;
  28. .select {
  29. margin-left: 10px;
  30. display: inline-block;
  31. }
  32. }
  33. .table-layout {
  34. padding: 20px 30px;
  35. }
  36. .user-table {
  37. td {
  38. font-size: 12px;
  39. }
  40. .t {
  41. color: #686872;
  42. }
  43. .d {
  44. color: #A7A7B7;
  45. }
  46. }
  47. .tab-1-layout {
  48. padding-bottom: 50px;
  49. .block {
  50. display: inline-block;
  51. width: 50%;
  52. vertical-align: top;
  53. text-align: center;
  54. .chart {
  55. padding-top: 90px;
  56. .echarts-for-react {
  57. margin: 0 auto;
  58. }
  59. margin-bottom: 40px;
  60. }
  61. .value {
  62. border-top: 1px solid #D1D6DF;
  63. display: inline-block;
  64. width: 240px;
  65. position: relative;
  66. .total {
  67. position: absolute;
  68. left: 0;
  69. top: -30px;
  70. font-size: 12px;
  71. color: #050930;
  72. }
  73. .item {
  74. display: inline-block;
  75. width: 25%;
  76. .t {
  77. font-size: 12px;
  78. color: #8897A8;
  79. }
  80. .v {
  81. color: #5E677B;
  82. font-size: 12px;
  83. b {
  84. color: #050930;
  85. font-size: 18px;
  86. }
  87. }
  88. }
  89. }
  90. }
  91. }
  92. .tab-2-layout {
  93. padding-top: 10px;
  94. padding-bottom: 50px;
  95. }
  96. }