rotation.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  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-left .lb-left-noImg {
  97. width: 100%;
  98. height: 100%;
  99. object-fit: fill;
  100. }
  101. .overview .view-box .view-left .lb-bottom {
  102. height: 34%;
  103. background: #ffffff;
  104. padding: 12px 16px;
  105. }
  106. .overview .view-box .view-left .lb-bottom nav {
  107. width: 161px;
  108. height: 32px;
  109. display: flex;
  110. align-items: center;
  111. background: linear-gradient(270deg, rgba(54, 156, 247, 0) 0%, rgba(2, 91, 170, 0.2) 100%);
  112. margin-bottom: 12px;
  113. border-radius: 4px;
  114. }
  115. .overview .view-box .view-left .lb-bottom nav span:nth-of-type(1) {
  116. width: 2px;
  117. height: 16px;
  118. background: #025baa;
  119. margin-right: 6px;
  120. display: inline-block;
  121. }
  122. .overview .view-box .view-left .lb-bottom nav span:nth-of-type(2) {
  123. width: 107px;
  124. height: 22px;
  125. font-size: 14px;
  126. font-family: MicrosoftYaHeiSemibold;
  127. font-weight: bold;
  128. color: #025baa;
  129. }
  130. .overview .view-box .view-left .lb-bottom .place-p1 {
  131. height: 24px;
  132. font-size: 16px;
  133. font-family: MicrosoftYaHeiSemibold;
  134. color: #1f2429;
  135. line-height: 21px;
  136. margin-bottom: 8px;
  137. }
  138. .overview .view-box .view-left .lb-bottom .place-p1 img {
  139. width: 16px;
  140. height: 16px;
  141. margin-right: 3px;
  142. margin-top: -3px;
  143. }
  144. .overview .view-box .view-left .lb-bottom .place-p2 {
  145. margin: 16px 0;
  146. height: 22px;
  147. font-size: 14px;
  148. font-family: MicrosoftYaHei;
  149. color: #1f2429;
  150. line-height: 19px;
  151. display: flex;
  152. align-items: center;
  153. margin-bottom: 12px;
  154. margin-top: 0px;
  155. }
  156. .overview .view-box .view-left .lb-bottom .place-p2 img {
  157. width: 16px;
  158. height: 16px;
  159. margin-right: 3px;
  160. }
  161. .overview .view-box .view-left .lb-bottom .place-bottom {
  162. display: flex;
  163. }
  164. .overview .view-box .view-left .lb-bottom .place-bottom .place-box {
  165. width: 50%;
  166. display: flex;
  167. }
  168. .overview .view-box .view-left .lb-bottom .place-bottom .place-box .place-left {
  169. display: flex;
  170. align-items: center;
  171. flex-direction: column;
  172. }
  173. .overview .view-box .view-left .lb-bottom .place-bottom .place-box .place-left span {
  174. display: inline-block;
  175. width: 56px;
  176. margin-right: 8px;
  177. font-size: 12px;
  178. font-family: MicrosoftYaHei;
  179. color: #646c73;
  180. line-height: 22px;
  181. }
  182. .overview .view-box .view-left .lb-bottom .place-bottom .place-box .place-right {
  183. display: flex;
  184. flex-direction: column;
  185. justify-content: flex-start;
  186. }
  187. .overview .view-box .view-left .lb-bottom .place-bottom .place-box .place-right span {
  188. cursor: pointer;
  189. display: inline-block;
  190. font-size: 12px;
  191. font-family: MicrosoftYaHei;
  192. color: #1f2429;
  193. line-height: 22px;
  194. width: 300px;
  195. overflow: hidden;
  196. white-space: nowrap;
  197. text-overflow: ellipsis;
  198. -o-text-overflow: ellipsis;
  199. }
  200. .overview .view-box .view-right {
  201. flex: 1;
  202. }
  203. .overview .view-box .view-right .view-right-box {
  204. height: 100%;
  205. display: flex;
  206. flex-direction: column;
  207. }
  208. .overview .view-box .view-right .view-right-box .lb-right {
  209. flex: 1;
  210. height: 47%;
  211. margin-top: 12px;
  212. margin-bottom: 10px;
  213. position: relative;
  214. border: 1px solid #ccc;
  215. border-radius: 4px;
  216. }
  217. .overview .view-box .view-right .view-right-box .lb-right .lb-icon {
  218. z-index: 99;
  219. position: absolute;
  220. top: 0;
  221. right: 0px;
  222. width: 32px;
  223. height: 32px;
  224. background: rgba(0, 0, 0, 0.6);
  225. border-radius: 0px 4px 0px 4px;
  226. cursor: pointer;
  227. }
  228. .overview .view-box .view-right .view-right-box .lb-right .lb-img {
  229. z-index: 101;
  230. width: 16px;
  231. height: 16px;
  232. position: absolute;
  233. top: 8px;
  234. right: 8px;
  235. cursor: pointer;
  236. }
  237. .overview .view-box .view-right .view-right-box .lb-right .lb-left-noImg {
  238. width: 100%;
  239. height: 100%;
  240. object-fit: fill;
  241. }
  242. .overview .view-box .view-right .view-right-box .lb-right-bottom {
  243. height: 53%;
  244. background: #ffffff;
  245. padding: 12px 16px;
  246. overflow: hidden;
  247. }
  248. .overview .view-box .view-right .view-right-box .lb-right-bottom nav {
  249. width: 161px;
  250. height: 32px;
  251. display: flex;
  252. align-items: center;
  253. background: linear-gradient(270deg, rgba(54, 156, 247, 0) 0%, rgba(2, 91, 170, 0.2) 100%);
  254. margin-bottom: 12px;
  255. border-radius: 4px;
  256. }
  257. .overview .view-box .view-right .view-right-box .lb-right-bottom nav span:nth-of-type(1) {
  258. width: 2px;
  259. height: 16px;
  260. background: #025baa;
  261. margin-right: 6px;
  262. display: inline-block;
  263. }
  264. .overview .view-box .view-right .view-right-box .lb-right-bottom nav span:nth-of-type(2) {
  265. width: 107px;
  266. height: 22px;
  267. font-size: 14px;
  268. font-family: MicrosoftYaHeiSemibold;
  269. font-weight: bold;
  270. color: #025baa;
  271. }
  272. .overview .view-box .view-right .view-right-box .lb-right-bottom .view-right-bottom {
  273. overflow: auto;
  274. }
  275. @media only screen and (min-width: 768px) and (max-width: 1366px) {
  276. }
  277. @media only screen and (min-width: 1367px) {
  278. }