dataBoard.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. .dataBoard.data-v-6bac591f {
  2. display: flex;
  3. flex-direction: column;
  4. flex: 1;
  5. background: #363744;
  6. }
  7. .dataBoard .pageFlex.data-v-6bac591f {
  8. display: flex;
  9. }
  10. .dataBoard .header.data-v-6bac591f {
  11. width: 750rpx;
  12. height: 476rpx;
  13. position: relative;
  14. }
  15. .dataBoard .header .header-bg.data-v-6bac591f {
  16. width: 750rpx;
  17. height: 476rpx;
  18. position: absolute;
  19. left: 0;
  20. top: 0;
  21. z-index: 100;
  22. }
  23. .dataBoard .header .header-t.data-v-6bac591f {
  24. width: 100%;
  25. position: absolute;
  26. left: 0;
  27. top: 164rpx;
  28. z-index: 200;
  29. }
  30. .dataBoard .header .header-t .header-t-l.data-v-6bac591f {
  31. width: 400rpx;
  32. height: 88rpx;
  33. position: absolute;
  34. left: 0rpx;
  35. top: 0;
  36. }
  37. .dataBoard .header .header-t .header-t-r.data-v-6bac591f {
  38. width: 130rpx;
  39. height: 109rpx;
  40. position: fixed;
  41. right: 0;
  42. top: 180rpx;
  43. /* position: absolute;
  44. right: 0;
  45. top: 20rpx;
  46. font-weight: 400;
  47. font-size: 28rpx;
  48. color: #FFFFFF;
  49. line-height: 50rpx;
  50. text-align: left;
  51. width: 160rpx;
  52. height: 50rpx;
  53. background: rgba(54, 55, 68, 0.6);
  54. padding-left: 24rpx;
  55. border-radius: 24rpx 0 0 24rpx; */
  56. }
  57. .dataBoard .header .header-b.data-v-6bac591f {
  58. position: absolute;
  59. left: 30rpx;
  60. top: 302rpx;
  61. z-index: 200;
  62. width: 689rpx;
  63. height: 150rpx;
  64. background: rgba(62,65,79,0.4);
  65. border-radius: 20rpx 20rpx 20rpx 20rpx;
  66. display: flex;
  67. justify-content: space-between;
  68. align-items: center;
  69. }
  70. .dataBoard .header .header-b .header-b-li.data-v-6bac591f {
  71. flex: 1;
  72. text-align: center;
  73. }
  74. .dataBoard .header .header-b .header-b-li .header-b-li-t.data-v-6bac591f {
  75. font-weight: 400;
  76. font-size: 36rpx;
  77. line-height: 50rpx;
  78. margin-top: 32rpx;
  79. margin-bottom: 9rpx;
  80. }
  81. .dataBoard .header .header-b .header-b-li .header-b-li-b.data-v-6bac591f {
  82. font-weight: 400;
  83. font-size: 24rpx;
  84. color: #fff;
  85. line-height: 34rpx;
  86. }
  87. .dataBoard .header .header-b .line.data-v-6bac591f {
  88. width: 2rpx;
  89. height: 30rpx;
  90. background: #d8d8d8;
  91. }
  92. .dataBoard .header .header-b .color-A.data-v-6bac591f {
  93. color: #0183fa;
  94. }
  95. .dataBoard .header .header-b .color-B.data-v-6bac591f {
  96. color: #2ea805;
  97. }
  98. .dataBoard .header .header-b .color-C.data-v-6bac591f {
  99. color: #00ffe5;
  100. }
  101. .dataBoard .header .header-b .color-D.data-v-6bac591f {
  102. color: #ff8c00;
  103. }
  104. .dataBoard .tabTitle_tow.data-v-6bac591f {
  105. height: 80rpx;
  106. white-space: nowrap;
  107. display: inline-flex;
  108. background: #3e414f;
  109. }
  110. .dataBoard .tabTitle_tow .tabTitle_tow_li.data-v-6bac591f {
  111. position: relative;
  112. width: 152rpx;
  113. height: 80rpx;
  114. text-align: center;
  115. padding-top: 18rpx;
  116. box-sizing: border-box;
  117. }
  118. .dataBoard .tabTitle_tow .tabTitle_tow_li .tabTitle_tow_text.data-v-6bac591f {
  119. display: inline-block;
  120. font-size: 32rpx;
  121. font-family: PingFang SC;
  122. font-weight: 500;
  123. color: #fff;
  124. line-height: 46rpx;
  125. position: relative;
  126. }
  127. .dataBoard .tabTitle_tow .tabTitle_tow_li .tabTitle_tow_text.on.data-v-6bac591f {
  128. color: #0183fa;
  129. }
  130. .dataBoard .tabTitle_tow .tabTitle_tow_li .tabTitle_tow_across.data-v-6bac591f {
  131. width: 50rpx;
  132. height: 4rpx;
  133. background: #0183fa;
  134. border-radius: 2rpx;
  135. margin: 6rpx auto 0;
  136. display: none;
  137. }
  138. .dataBoard .tabTitle_tow .tabTitle_tow_li .tabTitle_tow_across.on.data-v-6bac591f {
  139. display: block;
  140. }