rotation.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. .overview {
  2. background: #f2f5f7;
  3. padding: 16px 20px 20px 20px;
  4. height: 100%;
  5. width: 100%;
  6. }
  7. .overview .view-title {
  8. display: flex;
  9. justify-content: space-between;
  10. align-items: center;
  11. }
  12. .overview .view-title nav {
  13. display: flex;
  14. align-items: center;
  15. }
  16. .overview .view-title nav span:nth-of-type(1) {
  17. width: 3px;
  18. height: 16px;
  19. background: linear-gradient(180deg, #369cf7 0%, #025baa 100%);
  20. border-radius: 2px;
  21. margin-right: 4px;
  22. display: inline-block;
  23. }
  24. .overview .view-title nav span:nth-of-type(2) {
  25. height: 24px;
  26. font-size: 16px;
  27. font-family: MicrosoftYaHeiSemibold;
  28. font-weight: bold;
  29. color: #1f2429;
  30. line-height: 21px;
  31. }
  32. .overview .view-title .view-button {
  33. font-family: PingFangSC-Regular, PingFang SC;
  34. font-weight: 400;
  35. line-height: 22px;
  36. width: 106px;
  37. height: 32px;
  38. background: linear-gradient(180deg, #369cf7 0%, #025baa 100%);
  39. font-size: 14px;
  40. color: #ffffff;
  41. display: flex;
  42. align-items: center;
  43. justify-content: center;
  44. cursor: pointer;
  45. }
  46. .overview .view-title .view-button img {
  47. display: inline-block;
  48. height: 16px;
  49. width: 16px;
  50. margin-right: 6px;
  51. }
  52. .overview .view-box {
  53. height: calc(100% - 45px);
  54. display: flex;
  55. justify-content: space-between;
  56. }
  57. .overview .view-box .view-left {
  58. width: 58.5%;
  59. margin-right: 10px;
  60. display: flex;
  61. flex-direction: column;
  62. }
  63. .overview .view-box .view-left .lb-left {
  64. width: 100%;
  65. flex: 1;
  66. margin-top: 12px;
  67. margin-bottom: 10px;
  68. position: relative;
  69. }
  70. .overview .view-box .view-left .lb-left .lb-icon {
  71. z-index: 99;
  72. position: absolute;
  73. top: 0;
  74. right: 2px;
  75. width: 32px;
  76. height: 32px;
  77. background: rgba(0, 0, 0, 0.6);
  78. border-radius: 0px 4px 0px 4px;
  79. }
  80. .overview .view-box .view-left .lb-left .lb-img {
  81. z-index: 101;
  82. width: 16px;
  83. height: 16px;
  84. position: absolute;
  85. top: 8px;
  86. right: 10px;
  87. }
  88. .overview .view-box .view-left .lb-bottom {
  89. height: 34%;
  90. background: #ffffff;
  91. padding: 12px 16px;
  92. }
  93. .overview .view-box .view-left .lb-bottom nav {
  94. width: 161px;
  95. height: 32px;
  96. display: flex;
  97. align-items: center;
  98. background: linear-gradient(270deg, rgba(54, 156, 247, 0) 0%, rgba(2, 91, 170, 0.2) 100%);
  99. margin-bottom: 12px;
  100. }
  101. .overview .view-box .view-left .lb-bottom nav span:nth-of-type(1) {
  102. width: 2px;
  103. height: 16px;
  104. background: #025baa;
  105. margin-right: 6px;
  106. display: inline-block;
  107. }
  108. .overview .view-box .view-left .lb-bottom nav span:nth-of-type(2) {
  109. width: 107px;
  110. height: 22px;
  111. font-size: 14px;
  112. font-family: MicrosoftYaHeiSemibold;
  113. font-weight: bold;
  114. color: #025baa;
  115. line-height: 19px;
  116. }
  117. .overview .view-box .view-left .lb-bottom .place-p1 {
  118. height: 24px;
  119. font-size: 16px;
  120. font-family: MicrosoftYaHeiSemibold;
  121. color: #1f2429;
  122. line-height: 21px;
  123. margin-bottom: 8px;
  124. }
  125. .overview .view-box .view-left .lb-bottom .place-p1 img {
  126. width: 16px;
  127. height: 16px;
  128. margin-right: 3px;
  129. }
  130. .overview .view-box .view-left .lb-bottom .place-p2 {
  131. margin: 16px 0;
  132. height: 22px;
  133. font-size: 14px;
  134. font-family: MicrosoftYaHei;
  135. color: #1f2429;
  136. line-height: 19px;
  137. display: flex;
  138. align-items: center;
  139. margin-bottom: 12px;
  140. margin-top: 0px;
  141. }
  142. .overview .view-box .view-left .lb-bottom .place-p2 img {
  143. width: 16px;
  144. height: 16px;
  145. margin-right: 3px;
  146. }
  147. .overview .view-box .view-left .lb-bottom .place-bottom {
  148. display: flex;
  149. }
  150. .overview .view-box .view-left .lb-bottom .place-bottom .place-box {
  151. width: 50%;
  152. display: flex;
  153. }
  154. .overview .view-box .view-left .lb-bottom .place-bottom .place-box .place-left {
  155. display: flex;
  156. align-items: center;
  157. flex-direction: column;
  158. }
  159. .overview .view-box .view-left .lb-bottom .place-bottom .place-box .place-left span {
  160. display: inline-block;
  161. width: 56px;
  162. margin-right: 8px;
  163. font-size: 12px;
  164. font-family: MicrosoftYaHei;
  165. color: #646c73;
  166. line-height: 22px;
  167. }
  168. .overview .view-box .view-left .lb-bottom .place-bottom .place-box .place-right {
  169. display: flex;
  170. flex-direction: column;
  171. justify-content: flex-start;
  172. }
  173. .overview .view-box .view-left .lb-bottom .place-bottom .place-box .place-right span {
  174. display: inline-block;
  175. font-size: 12px;
  176. font-family: MicrosoftYaHei;
  177. color: #1f2429;
  178. line-height: 22px;
  179. }
  180. .overview .view-box .view-right {
  181. flex: 1;
  182. }
  183. .overview .view-box .view-right .view-right-box {
  184. height: 100%;
  185. display: flex;
  186. flex-direction: column;
  187. }
  188. .overview .view-box .view-right .view-right-box .lb-right {
  189. height: 38%;
  190. margin-top: 12px;
  191. margin-bottom: 10px;
  192. position: relative;
  193. }
  194. .overview .view-box .view-right .view-right-box .lb-right .lb-icon {
  195. z-index: 99;
  196. position: absolute;
  197. top: 0;
  198. right: 2px;
  199. width: 32px;
  200. height: 32px;
  201. background: rgba(0, 0, 0, 0.6);
  202. border-radius: 0px 4px 0px 4px;
  203. }
  204. .overview .view-box .view-right .view-right-box .lb-right .lb-img {
  205. z-index: 101;
  206. width: 16px;
  207. height: 16px;
  208. position: absolute;
  209. top: 8px;
  210. right: 10px;
  211. }
  212. .overview .view-box .view-right .view-right-box .lb-right-bottom {
  213. flex: 1;
  214. background: #ffffff;
  215. padding: 12px 16px;
  216. }
  217. .overview .view-box .view-right .view-right-box .lb-right-bottom nav {
  218. width: 161px;
  219. height: 32px;
  220. display: flex;
  221. align-items: center;
  222. background: linear-gradient(270deg, rgba(54, 156, 247, 0) 0%, rgba(2, 91, 170, 0.2) 100%);
  223. margin-bottom: 12px;
  224. }
  225. .overview .view-box .view-right .view-right-box .lb-right-bottom nav span:nth-of-type(1) {
  226. width: 2px;
  227. height: 16px;
  228. background: #025baa;
  229. margin-right: 6px;
  230. display: inline-block;
  231. }
  232. .overview .view-box .view-right .view-right-box .lb-right-bottom nav span:nth-of-type(2) {
  233. width: 107px;
  234. height: 22px;
  235. font-size: 14px;
  236. font-family: MicrosoftYaHeiSemibold;
  237. font-weight: bold;
  238. color: #025baa;
  239. line-height: 19px;
  240. }
  241. .overview .view-box .view-right .view-right-box .lb-right-bottom .view-right-bottom {
  242. overflow: auto;
  243. }
  244. @media only screen and (min-width: 768px) and (max-width: 1366px) {
  245. }
  246. @media only screen and (min-width: 1367px) {
  247. }