home.scss 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. .hc-container {
  2. flex: 1;
  3. flex-basis: auto;
  4. box-sizing: border-box;
  5. min-width: 0;
  6. .hc-header {
  7. padding: 6px 0 24px;
  8. flex-shrink: 0;
  9. .gis-header {
  10. height: 100%;
  11. display: flex;
  12. align-items: center;
  13. .header_left, .header_right {
  14. flex: 1;
  15. height: 100%;
  16. }
  17. .header_left {
  18. position: relative;
  19. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAs0AAAA/CAMAAAAsVAWIAAAAS1BMVEUAAAAG3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3//QEWnDAAAAGHRSTlMA/env+eTS9VO5kvTs8dvBrXEpyqGADkO9xtMLAAABkklEQVR42u3cYVLbMBCAUdmmNMFJobSA7n9SZPiDZoBJghlZy3tn+FajVTxJ+cXwoavF7+I4FeOv4s91cbsv/t8Uf3fFfYLm8npOHoy5Hox/++LOYLC9mhsMxuGdwXjYFU+JHyX/EKcPRmEwOpVZezCKafE6GIv94maxWyReqTkUg6FmvmMwHlP/MnxtMOr32nMGQ8305OPBOPWHDDUTyahm4nhQM2EMj2omjFnNxHGnZsIY7tVMGFdqJo5rNRPGsFMzYQwJAAAAANi4AbowqZkw8pQgiCnPCYKY85ggiDEfEgQxumwQx2wVpC/j8MZoFaRrdc5OZ7r26eksZ/oiZwKRM12qw7UK0rU6XKsgXbvkdD4m2KTzcz76kZutOj/ng0+QaK9O9As5WwVpr07UKkjX6kQ91NG11U5nqyDtrXZ3dtmgvTpR7850ba2cj05n2rMKEoiHOgJxdyYQd2cCOSVcn+/TCd9sEIhVkEBWuzs7nWnv8pz95SKbc3nO/nKRzVltFfTuTHvrXTYSnGurOd8+AyeBmcKjJvouAAAAAElFTkSuQmCC);
  20. background-size: 100% 100%;
  21. }
  22. .header_center {
  23. text-align: center;
  24. display: flex;
  25. justify-content: center;
  26. align-items: center;
  27. height: 100%;
  28. padding: 0 20px;
  29. border-bottom: 2px solid #06DFFF;
  30. .title {
  31. color: #fff;
  32. font-weight: bold;
  33. font-size: 25px;
  34. letter-spacing: 2px;
  35. }
  36. }
  37. .header_right {
  38. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAs0AAAA/CAMAAAAsVAWIAAAAS1BMVEUAAAAG3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3/8G3//QEWnDAAAAGHRSTlMA/env+eTS9VO5kvTs8dvBrXEpyqGADkO9xtMLAAABeElEQVR42u3a4U7UQBSG4dkOLLtMK4iC5/6v1NYfRnTVSSDZzuF5ruHNyTdNC1zd02n1+X719bx6OK4+3a6mulruVjebw1/FDwXemuDjefXldYKtJ8H3o+aP6Ntp9Xwhwbk7wR0r7N+lBG8vJDhkgWoewWlzvzlvjj8TrJs7CUao+RUJkqzmFwly3ZpffvsmI0He7t0/C0qQqyndpoB9K72eA3aue+caCexe6dQC9q70eQzYvdLlyc5gAKXLTcD+lR7HgAGUDic7gyGUDmJmDAUAAAAA2Ld6gCF0xBwHGELHj821QApTtAIpzDEVSKGJmSyqmUEWfzwAp8MvXG0GUqOJmRyqy0wWYiYNMZPGfx6AEmccNZqYyWFxmclijkXM5DDFLGZyaP+OWeKMo0YTMzm0qGImh9llJotqM5PFYmaQRY1FzOTgAUgaPs2Rhs1MGjYzaVSXmSz8m0EaHoCk0WxmsphcZrKYYxIzOSwegKRhZpDHg5jJ4juVJpnCFsZedAAAAABJRU5ErkJggg==);
  39. background-size: 100% 100%;
  40. .time {
  41. position: absolute;
  42. bottom: 6px;
  43. right: 24px;
  44. color: #57DCF9;
  45. font-size: 23px;
  46. }
  47. }
  48. }
  49. }
  50. .hc-main {
  51. flex: 1;
  52. display: flex;
  53. flex-basis: auto;
  54. overflow: auto;
  55. padding: 8px 16px 20px;
  56. .main-left {
  57. position: relative;
  58. display: flex;
  59. flex-direction: column;
  60. .content {
  61. position: relative;
  62. border: 1px solid #61616B;
  63. .text-content {
  64. position: absolute;
  65. inset: 0;
  66. width: 188px;
  67. margin: 20px;
  68. padding: 16px;
  69. border-radius: 8px;
  70. background: rgba(0, 0, 0, 0.25);
  71. backdrop-filter: blur( 4px );
  72. -webkit-backdrop-filter: blur( 4px );
  73. border: 1px solid #000000;
  74. .title {
  75. font-size: 22px;
  76. margin-bottom: 50px;
  77. }
  78. .scroll-bar {
  79. position: relative;
  80. height: calc(100% - 72px);
  81. overflow: auto;
  82. }
  83. .number-box {
  84. position: relative;
  85. .name {
  86. font-size: 20px;
  87. margin-bottom: 10px;
  88. }
  89. .name.letter {
  90. letter-spacing: 2.4rem;
  91. }
  92. }
  93. .number-box + .number-box {
  94. margin-top: 40px;
  95. }
  96. }
  97. }
  98. .bottom {
  99. position: relative;
  100. border: 1px solid #61616B;
  101. background: #060726;
  102. margin-top: 24px;
  103. padding: 18px;
  104. .content {
  105. position: relative;
  106. border: 0;
  107. .title {
  108. font-size: 24px;
  109. margin-bottom: 34px;
  110. }
  111. }
  112. }
  113. }
  114. .main-right {
  115. position: relative;
  116. border: 1px solid #61616B;
  117. margin-left: 24px;
  118. padding: 18px;
  119. .content {
  120. position: relative;
  121. .title {
  122. font-size: 28px;
  123. margin-bottom: 34px;
  124. }
  125. .video-content {
  126. position: relative;
  127. height: calc(100% - 70px);
  128. overflow: auto;
  129. .video-item {
  130. position: relative;
  131. width: 100%;
  132. height: 155px;
  133. }
  134. .video-item + .video-item {
  135. margin-top: 24px;
  136. }
  137. }
  138. }
  139. }
  140. .hc-border-1 {
  141. position: absolute;
  142. inset: 0;
  143. height: 50%;
  144. &::after, &::before {
  145. content: '';
  146. position: absolute;
  147. height: 40px;
  148. width: 40px;
  149. border-style: solid;
  150. border-width: 4px;
  151. border-color: #4083E2;
  152. }
  153. &::before {
  154. left: -1px;
  155. top: -1px;
  156. border-right: 0;
  157. border-bottom: 0;
  158. }
  159. &::after {
  160. right: -1px;
  161. top: -1px;
  162. border-left: 0;
  163. border-bottom: 0;
  164. }
  165. }
  166. .hc-border-2 {
  167. position: absolute;
  168. height: 50%;
  169. bottom: 0;
  170. left: 0;
  171. right: 0;
  172. &::after, &::before {
  173. content: '';
  174. position: absolute;
  175. height: 40px;
  176. width: 40px;
  177. border-style: solid;
  178. border-width: 4px;
  179. border-color: #4083E2;
  180. }
  181. &::before {
  182. left: -1px;
  183. bottom: -1px;
  184. border-right: 0;
  185. border-top: 0;
  186. }
  187. &::after {
  188. right: -1px;
  189. bottom: -1px;
  190. border-left: 0;
  191. border-top: 0;
  192. }
  193. }
  194. }
  195. }