cagePosition.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. .cagePosition.data-v-72bde412 {
  2. height: 100%;
  3. width: 100%;
  4. background: #363744;
  5. padding: 20rpx 0rpx 0;
  6. box-sizing: border-box;
  7. }
  8. .cagePosition .total-box.data-v-72bde412 {
  9. display: flex;
  10. padding: 0 35rpx;
  11. height: 60rpx;
  12. }
  13. .cagePosition .total-box view.data-v-72bde412 {
  14. line-height: 60rpx;
  15. font-size: 32rpx;
  16. flex: 1;
  17. }
  18. .cagePosition .total-box view.data-v-72bde412:nth-child(1) {
  19. color: #fff;
  20. }
  21. .cagePosition .total-box view.data-v-72bde412:nth-child(2) {
  22. color: #0183fa;
  23. text-align: right;
  24. }
  25. .cagePosition .chart.data-v-72bde412 {
  26. width: 690rpx;
  27. height: 360rpx;
  28. background: #3e414f;
  29. border-radius: 20rpx 20rpx 20rpx 20rpx;
  30. overflow: hidden;
  31. margin: 20rpx 30rpx 0;
  32. padding: 23rpx 40rpx 0;
  33. box-sizing: border-box;
  34. }
  35. .cagePosition .chart .chart-t.data-v-72bde412 {
  36. width: 100%;
  37. display: flex;
  38. justify-content: flex-start;
  39. align-items: center;
  40. font-size: 30rpx;
  41. color: #fff;
  42. line-height: 42rpx;
  43. text-align: left;
  44. padding-bottom: 15rpx;
  45. }
  46. .cagePosition .chart .chart-t >._img.data-v-72bde412 {
  47. width: 40rpx;
  48. height: 34rpx;
  49. margin-right: 14rpx;
  50. }
  51. .cagePosition .chart .chart-b.data-v-72bde412 {
  52. display: flex;
  53. justify-content: space-between;
  54. flex-wrap: wrap;
  55. align-items: center;
  56. }
  57. .cagePosition .chart .chart-b .chart-b-li.data-v-72bde412 {
  58. width: 180rpx;
  59. display: flex;
  60. justify-content: flex-start;
  61. align-items: center;
  62. margin-bottom: 34rpx;
  63. }
  64. .cagePosition .chart .chart-b .chart-b-li .chart-b-li-l.data-v-72bde412 {
  65. width: 100rpx;
  66. height: 100rpx;
  67. margin-right: 17rpx;
  68. }
  69. .cagePosition .chart .chart-b .chart-b-li .chart-b-li-r >text.data-v-72bde412 {
  70. display: block;
  71. font-size: 28rpx;
  72. color: #fff;
  73. line-height: 40rpx;
  74. text-align: left;
  75. }
  76. .cagePosition .small-title.data-v-72bde412 {
  77. width: 690rpx;
  78. height: 50rpx;
  79. display: flex;
  80. justify-content: space-between;
  81. align-items: center;
  82. margin: 24rpx 30rpx;
  83. }
  84. .cagePosition .small-title .small-title-l.data-v-72bde412 {
  85. font-weight: 400;
  86. font-size: 32rpx;
  87. color: #fff;
  88. line-height: 45rpx;
  89. }
  90. .cagePosition .small-title .chart-tab-tow.data-v-72bde412 {
  91. width: 300rpx;
  92. height: 50rpx;
  93. border-radius: 25rpx;
  94. overflow: hidden;
  95. border: 1rpx solid #52545f;
  96. display: flex;
  97. justify-content: flex-start;
  98. }
  99. .cagePosition .small-title .chart-tab-tow .chart-tab-li.data-v-72bde412 {
  100. width: 100rpx;
  101. font-weight: 400;
  102. font-size: 28rpx;
  103. color: #999;
  104. line-height: 50rpx;
  105. text-align: center;
  106. }
  107. .cagePosition .small-title .chart-tab-tow .chart-tab-li.data-v-72bde412:nth-of-type(1) {
  108. border-right: 1rpx solid #52545f;
  109. }
  110. .cagePosition .small-title .chart-tab-tow .chart-tab-li.data-v-72bde412:nth-of-type(2) {
  111. border-right: 1rpx solid #52545f;
  112. }
  113. .cagePosition .small-title .chart-tab-tow .tab-A.data-v-72bde412 {
  114. color: #fff;
  115. background: #0183fa;
  116. }
  117. .cagePosition .small-title .chart-tab-tow .tab-B.data-v-72bde412 {
  118. color: #999;
  119. background: none;
  120. }
  121. .cagePosition .small-title-tow.data-v-72bde412 {
  122. width: 750rpx;
  123. height: 80rpx;
  124. background: #3e414f;
  125. display: flex;
  126. justify-content: space-between;
  127. align-items: center;
  128. padding: 0 20rpx 0 30rpx;
  129. box-sizing: border-box;
  130. margin-top: 2rpx;
  131. }
  132. .cagePosition .small-title-tow .small-title-tow-l.data-v-72bde412 {
  133. flex: 1;
  134. font-weight: 400;
  135. font-size: 30rpx;
  136. color: #fff;
  137. line-height: 42rpx;
  138. overflow: hidden;
  139. text-overflow: ellipsis;
  140. white-space: nowrap;
  141. }
  142. .cagePosition .small-title-tow .small-title-tow-r.data-v-72bde412 {
  143. width: 14rpx;
  144. height: 8rpx;
  145. }
  146. .cagePosition .chart-tow.data-v-72bde412 {
  147. width: 690rpx;
  148. height: 480rpx;
  149. background: #3e414f;
  150. border-radius: 20rpx 20rpx 20rpx 30rpx;
  151. margin: 26rpx 30rpx 0;
  152. }
  153. .cagePosition .chart-tow .chart-tow-b.data-v-72bde412 {
  154. width: 690rpx;
  155. height: 480rpx;
  156. }