rotation.less 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514
  1. .overview {
  2. background: #f2f5f7;
  3. padding: 16px 20px 20px 20px;
  4. height: 100%;
  5. width: 100%;
  6. .view-title {
  7. display: flex;
  8. justify-content: space-between;
  9. align-items: center;
  10. nav {
  11. display: flex;
  12. align-items: center;
  13. span:nth-of-type(1) {
  14. width: 3px;
  15. height: 16px;
  16. background: linear-gradient(180deg, rgba(54, 156, 247, 1) 0%, rgba(2, 91, 170, 1) 100%);
  17. border-radius: 2px;
  18. margin-right: 4px;
  19. display: inline-block;
  20. }
  21. span:nth-of-type(2) {
  22. height: 24px;
  23. font-size: 16px;
  24. font-family: MicrosoftYaHeiSemibold;
  25. font-weight: bold;
  26. color: #1f2429;
  27. line-height: 21px;
  28. }
  29. }
  30. .view-button {
  31. font-family: PingFangSC-Regular, PingFang SC;
  32. font-weight: 400;
  33. line-height: 22px;
  34. width: 106px;
  35. height: 32px;
  36. background: linear-gradient(180deg, rgba(54, 156, 247, 1) 0%, rgba(2, 91, 170, 1) 100%);
  37. font-size: 14px;
  38. color: #ffffff;
  39. display: flex;
  40. align-items: center;
  41. justify-content: center;
  42. cursor: pointer;
  43. img {
  44. display: inline-block;
  45. height: 16px;
  46. width: 16px;
  47. margin-right: 6px;
  48. }
  49. }
  50. }
  51. .view-box {
  52. height: calc(100% - 45px);
  53. display: flex;
  54. justify-content: space-between;
  55. .view-left {
  56. width: 58.7%;
  57. margin-right: 10px;
  58. display: flex;
  59. flex-direction: column;
  60. .lb-left {
  61. width: 100%;
  62. flex: 1;
  63. margin-top: 12px;
  64. margin-bottom: 10px;
  65. position: relative;
  66. .lb-icon {
  67. z-index: 99;
  68. position: absolute;
  69. top: 0;
  70. right: 2px;
  71. width: 32px;
  72. height: 32px;
  73. background: rgba(0, 0, 0, 0.6);
  74. border-radius: 0px 4px 0px 4px;
  75. }
  76. .lb-img {
  77. z-index: 101;
  78. width: 16px;
  79. height: 16px;
  80. position: absolute;
  81. top: 8px;
  82. right: 10px;
  83. }
  84. }
  85. .lb-bottom {
  86. height: 34%;
  87. background: #ffffff;
  88. padding: 16px;
  89. nav {
  90. width: 161px;
  91. height: 32px;
  92. display: flex;
  93. align-items: center;
  94. background: linear-gradient(270deg, rgba(54, 156, 247, 0) 0%, rgba(2, 91, 170, 0.2) 100%);
  95. margin-bottom: 12px;
  96. span:nth-of-type(1) {
  97. width: 2px;
  98. height: 16px;
  99. background: #025baa;
  100. margin-right: 6px;
  101. display: inline-block;
  102. }
  103. span:nth-of-type(2) {
  104. width: 107px;
  105. height: 22px;
  106. font-size: 14px;
  107. font-family: MicrosoftYaHeiSemibold;
  108. font-weight: bold;
  109. color: #025baa;
  110. line-height: 19px;
  111. }
  112. }
  113. .place-p1 {
  114. height: 24px;
  115. font-size: 16px;
  116. font-family: MicrosoftYaHeiSemibold;
  117. color: rgba(31, 36, 41, 1);
  118. line-height: 21px;
  119. margin-bottom: 8px;
  120. }
  121. .place-p2 {
  122. margin: 16px 0;
  123. height: 22px;
  124. font-size: 14px;
  125. font-family: MicrosoftYaHei;
  126. color: rgba(31, 36, 41, 1);
  127. line-height: 19px;
  128. display: flex;
  129. align-items: center;
  130. margin-bottom: 12px;
  131. margin-top: 0px;
  132. img {
  133. margin-right: 3px;
  134. }
  135. }
  136. .place-bottom {
  137. display: flex;
  138. .place-box {
  139. width: 50%;
  140. display: flex;
  141. .place-left {
  142. display: flex;
  143. align-items: center;
  144. flex-direction: column;
  145. span {
  146. display: inline-block;
  147. width: 56px;
  148. margin-right: 8px;
  149. font-size: 12px;
  150. font-family: MicrosoftYaHei;
  151. color: rgba(100, 108, 115, 1);
  152. line-height: 22px;
  153. }
  154. }
  155. .place-right {
  156. display: flex;
  157. flex-direction: column;
  158. justify-content: flex-start;
  159. span {
  160. display: inline-block;
  161. font-size: 12px;
  162. font-family: MicrosoftYaHei;
  163. color: rgba(31, 36, 41, 1);
  164. line-height: 22px;
  165. }
  166. }
  167. }
  168. }
  169. }
  170. }
  171. .view-right {
  172. flex: 1;
  173. .view-right-box {
  174. height: 100%;
  175. display: flex;
  176. flex-direction: column;
  177. .lb-right {
  178. height: 46%;
  179. margin-top: 12px;
  180. margin-bottom: 10px;
  181. position: relative;
  182. .lb-icon {
  183. z-index: 99;
  184. position: absolute;
  185. top: 0;
  186. right: 2px;
  187. width: 32px;
  188. height: 32px;
  189. background: rgba(0, 0, 0, 0.6);
  190. border-radius: 0px 4px 0px 4px;
  191. }
  192. .lb-img {
  193. z-index: 101;
  194. width: 16px;
  195. height: 16px;
  196. position: absolute;
  197. top: 8px;
  198. right: 10px;
  199. }
  200. }
  201. .lb-right-bottom {
  202. flex: 1;
  203. background: #ffffff;
  204. padding: 20px 16px;
  205. nav {
  206. width: 161px;
  207. height: 32px;
  208. display: flex;
  209. align-items: center;
  210. background: linear-gradient(270deg, rgba(54, 156, 247, 0) 0%, rgba(2, 91, 170, 0.2) 100%);
  211. margin-bottom: 16px;
  212. span:nth-of-type(1) {
  213. width: 2px;
  214. height: 16px;
  215. background: #025baa;
  216. margin-right: 6px;
  217. display: inline-block;
  218. }
  219. span:nth-of-type(2) {
  220. width: 107px;
  221. height: 22px;
  222. font-size: 14px;
  223. font-family: MicrosoftYaHeiSemibold;
  224. font-weight: bold;
  225. color: #025baa;
  226. line-height: 19px;
  227. }
  228. }
  229. .view-right-bottom {
  230. overflow: auto;
  231. }
  232. }
  233. }
  234. }
  235. }
  236. }
  237. // 自适应1366*768 和1920*1080 的 暂时不用
  238. @media only screen and (min-width: 768px) and (max-width: 1366px) {
  239. // .view-left {
  240. // flex: 1;
  241. // margin-right: 16px;
  242. // .view-left-box {
  243. // display: flex;
  244. // flex-direction: column;
  245. // .view-left-top {
  246. // height: 336px;
  247. // margin-bottom: 16px;
  248. // display: flex;
  249. // justify-content: space-between;
  250. // .view-top-imgL {
  251. // margin-right: 16px;
  252. // width: 504px;
  253. // height: 336px;
  254. // }
  255. // .view-top-imgR {
  256. // width: 336px;
  257. // height: 336px;
  258. // }
  259. // }
  260. // .view-left-bottom {
  261. // background: #ffffff;
  262. // padding: 16px;
  263. // nav {
  264. // width: 161px;
  265. // height: 32px;
  266. // display: flex;
  267. // align-items: center;
  268. // background: linear-gradient(270deg, rgba(54, 156, 247, 0) 0%, rgba(2, 91, 170, 0.2) 100%);
  269. // margin-bottom: 16px;
  270. // span:nth-of-type(1) {
  271. // width: 2px;
  272. // height: 16px;
  273. // background: #025baa;
  274. // margin-right: 6px;
  275. // display: inline-block;
  276. // }
  277. // span:nth-of-type(2) {
  278. // width: 107px;
  279. // height: 22px;
  280. // font-size: 14px;
  281. // font-family: MicrosoftYaHeiSemibold;
  282. // color: #025baa;
  283. // line-height: 19px;
  284. // }
  285. // }
  286. // .place-p {
  287. // margin: 16px 0;
  288. // height: 22px;
  289. // font-size: 14px;
  290. // font-family: MicrosoftYaHei;
  291. // color: rgba(31, 36, 41, 1);
  292. // line-height: 19px;
  293. // display: flex;
  294. // align-items: center;
  295. // img {
  296. // margin-right: 3px;
  297. // }
  298. // }
  299. // .place-bottom {
  300. // display: flex;
  301. // .place-bottom-row {
  302. // display: flex;
  303. // justify-content: space-around;
  304. // div {
  305. // span {
  306. // display: block;
  307. // }
  308. // }
  309. // div:nth-of-type(1) {
  310. // margin-right: 16px;
  311. // span {
  312. // width: 56px;
  313. // font-size: 14px;
  314. // font-family: MicrosoftYaHei;
  315. // color: rgba(100, 108, 115, 1);
  316. // line-height: 32px;
  317. // }
  318. // }
  319. // div:nth-of-type(2) {
  320. // margin-right: 16px;
  321. // span {
  322. // font-size: 14px;
  323. // font-family: MicrosoftYaHei;
  324. // color: rgba(31, 36, 41, 1);
  325. // line-height: 32px;
  326. // }
  327. // }
  328. // }
  329. // }
  330. // }
  331. // }
  332. // }
  333. // .view-right {
  334. // padding: 16px;
  335. // max-width: 424px;
  336. // nav {
  337. // width: 161px;
  338. // height: 32px;
  339. // display: flex;
  340. // align-items: center;
  341. // background: linear-gradient(270deg, rgba(54, 156, 247, 0) 0%, rgba(2, 91, 170, 0.2) 100%);
  342. // margin-bottom: 16px;
  343. // span:nth-of-type(1) {
  344. // width: 2px;
  345. // height: 16px;
  346. // background: #025baa;
  347. // margin-right: 6px;
  348. // display: inline-block;
  349. // }
  350. // span:nth-of-type(2) {
  351. // width: 107px;
  352. // height: 22px;
  353. // font-size: 14px;
  354. // font-family: MicrosoftYaHeiSemibold;
  355. // color: #025baa;
  356. // line-height: 19px;
  357. // }
  358. // }
  359. // .view-right-bottom {
  360. // display: flex;
  361. // font-size: 14px;
  362. // font-family: MicrosoftYaHei;
  363. // line-height: 40px;
  364. // .view-right-bottom-l {
  365. // min-width: 42px;
  366. // margin-right: 16px;
  367. // color: #646c73;
  368. // }
  369. // .view-right-bottom-r {
  370. // color: #1f2429;
  371. // }
  372. // }
  373. // }
  374. }
  375. @media only screen and (min-width: 1367px) {
  376. // .view-left {
  377. // flex: 1;
  378. // margin-right: 20px;
  379. // .view-left-box {
  380. // display: flex;
  381. // flex-direction: column;
  382. // background: #fff2f5f7;
  383. // .view-left-top {
  384. // height: 498px;
  385. // margin-bottom: 20px;
  386. // display: flex;
  387. // justify-content: space-between;
  388. // .view-top-imgL {
  389. // margin-right: 20px;
  390. // max-width: 748px;
  391. // max-height: 498px;
  392. // }
  393. // .view-top-imgR {
  394. // max-width: 498px;
  395. // max-height: 498px;
  396. // }
  397. // }
  398. // .view-left-bottom {
  399. // background: #ffffff;
  400. // padding: 20px;
  401. // nav {
  402. // width: 181px;
  403. // height: 40px;
  404. // display: flex;
  405. // align-items: center;
  406. // background: linear-gradient(270deg, rgba(54, 156, 247, 0) 0%, rgba(2, 91, 170, 0.2) 100%);
  407. // margin-bottom: 24px;
  408. // span:nth-of-type(1) {
  409. // width: 2px;
  410. // height: 24px;
  411. // background: #025baa;
  412. // margin-right: 12px;
  413. // display: inline-block;
  414. // }
  415. // span:nth-of-type(2) {
  416. // width: 135px;
  417. // height: 22px;
  418. // font-size: 18px;
  419. // font-family: MicrosoftYaHeiSemibold;
  420. // color: #025baa;
  421. // line-height: 24px;
  422. // }
  423. // }
  424. // .place-p {
  425. // margin: 20px 0;
  426. // height: 24px;
  427. // font-size: 16px;
  428. // font-family: MicrosoftYaHei;
  429. // color: rgba(31, 36, 41, 1);
  430. // line-height: 21px;
  431. // display: flex;
  432. // align-items: center;
  433. // img {
  434. // margin-right: 3px;
  435. // }
  436. // }
  437. // .place-bottom {
  438. // display: flex;
  439. // .place-bottom-row {
  440. // display: flex;
  441. // justify-content: space-around;
  442. // div {
  443. // span {
  444. // display: block;
  445. // }
  446. // }
  447. // div:nth-of-type(1) {
  448. // margin-right: 16px;
  449. // span {
  450. // width: 76px;
  451. // font-size: 16px;
  452. // font-family: MicrosoftYaHei;
  453. // color: rgba(100, 108, 115, 1);
  454. // line-height: 40px;
  455. // }
  456. // }
  457. // div:nth-of-type(2) {
  458. // margin-right: 20px;
  459. // span {
  460. // font-size: 16px;
  461. // font-family: MicrosoftYaHei;
  462. // color: rgba(31, 36, 41, 1);
  463. // line-height: 40px;
  464. // }
  465. // }
  466. // }
  467. // }
  468. // }
  469. // }
  470. // }
  471. // .view-right {
  472. // padding: 20px;
  473. // min-width: 555px;
  474. // nav {
  475. // width: 181px;
  476. // height: 40px;
  477. // display: flex;
  478. // align-items: center;
  479. // background: linear-gradient(270deg, rgba(54, 156, 247, 0) 0%, rgba(2, 91, 170, 0.2) 100%);
  480. // margin-bottom: 24px;
  481. // span:nth-of-type(1) {
  482. // width: 2px;
  483. // height: 24px;
  484. // background: #025baa;
  485. // margin-right: 12px;
  486. // display: inline-block;
  487. // }
  488. // span:nth-of-type(2) {
  489. // width: 135px;
  490. // height: 22px;
  491. // font-size: 18px;
  492. // font-family: MicrosoftYaHeiSemibold;
  493. // color: #025baa;
  494. // line-height: 24px;
  495. // }
  496. // }
  497. // .view-right-bottom {
  498. // display: flex;
  499. // font-size: 16px;
  500. // font-family: MicrosoftYaHei;
  501. // line-height: 40px;
  502. // padding-left: 4px;
  503. // .view-right-bottom-l {
  504. // min-width: 42px;
  505. // margin-right: 30px;
  506. // color: #646c73;
  507. // }
  508. // .view-right-bottom-r {
  509. // color: #1f2429;
  510. // }
  511. // }
  512. // }
  513. }