rotation.css 6.1 KB

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