image-data.scss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. .hc-layout-box {
  2. display: flex;
  3. position: relative;
  4. height: calc(100% - 60px);
  5. .hc-layout-left-box {
  6. position: relative;
  7. background: white;
  8. overflow: auto;
  9. border-top: 1px solid #EEEEEE;
  10. border-right: 1px solid #EEEEEE;
  11. width: 382px;
  12. .horizontal-drag-line {
  13. position: absolute;
  14. right: 0;
  15. top: 0;
  16. width: 2px;
  17. height: 100%;
  18. user-select: none;
  19. cursor: col-resize;
  20. background-color: #e4e4e4;
  21. transition: background-color 0.2s;
  22. &:hover {
  23. background-color: rgba(119, 119, 119, .5);
  24. }
  25. }
  26. .hc-project-box {
  27. position: relative;
  28. padding: 15px 24px;
  29. border-bottom: 1px solid #EEEEEE;
  30. .project-alias-box {
  31. position: relative;
  32. color: var(--hc-primary);
  33. }
  34. .project-name {
  35. position: relative;
  36. color: #999999;
  37. margin-top: 10px;
  38. }
  39. }
  40. .hc-el-tree-box {
  41. position: relative;
  42. padding: 15px 20px;
  43. height: calc(100% - 85px);
  44. overflow: auto;
  45. }
  46. &.view-wbs-type .hc-el-tree-box {
  47. height: calc(100% - 85px);
  48. }
  49. &.view-date-type .hc-el-tree-box {
  50. height: 100%;
  51. }
  52. }
  53. .hc-layout-content-box {
  54. flex: 1;
  55. overflow: auto;
  56. position: relative;
  57. padding: 0 24px 15px 20px;
  58. }
  59. }
  60. .hc-card-header {
  61. position: relative;
  62. font-size: initial;
  63. font-weight: initial;
  64. }
  65. .hc-img-list-box {
  66. position: relative;
  67. .img-list-item {
  68. position: relative;
  69. display: flex;
  70. padding: 15px 0;
  71. .img-box {
  72. position: relative;
  73. height: 150px;
  74. width: 150px;
  75. margin-right: 24px;
  76. .el-image-box {
  77. height: 150px;
  78. width: 150px;
  79. background-color: #fdfdfd;
  80. border-radius: 4px;
  81. }
  82. video {
  83. height: 150px;
  84. width: 150px;
  85. border-radius: 4px;
  86. }
  87. }
  88. .content-box {
  89. position: relative;
  90. height: 150px;
  91. flex: 1;
  92. .title-box {
  93. position: relative;
  94. display: flex;
  95. align-items: center;
  96. .text-title {
  97. position: relative;
  98. flex: 1;
  99. }
  100. .icon-box {
  101. position: relative;
  102. font-size: 24px;
  103. height: 28px;
  104. display: flex;
  105. align-items: center;
  106. .icon-item {
  107. cursor: pointer;
  108. }
  109. .icon-item + .icon-item{
  110. margin-left: 20px;
  111. }
  112. }
  113. }
  114. .text-content {
  115. position: relative;
  116. margin: 12px 0;
  117. line-height: 1.7;
  118. height: 71.4px;
  119. display: flex;
  120. align-items: center;
  121. }
  122. .foot-text-box {
  123. position: relative;
  124. font-size: 16px;
  125. }
  126. }
  127. &:first-child {
  128. padding-top: 0;
  129. }
  130. &:last-child {
  131. padding-bottom: 0;
  132. }
  133. }
  134. .img-list-item + .img-list-item {
  135. border-top: 1px solid #eeeeee;
  136. }
  137. }
  138. .hc-card-content-box {
  139. position: relative;
  140. display: flex;
  141. .hc-form-box {
  142. position: relative;
  143. }
  144. .card-right-table-box {
  145. position: relative;
  146. flex: 1;
  147. margin-left: 50px;
  148. height: 610px;
  149. overflow: auto;
  150. }
  151. }
  152. .modal-card-box {
  153. .title-box {
  154. position: relative;
  155. i {
  156. font-size: 20px;
  157. position: absolute;
  158. right: 0;
  159. cursor: pointer;
  160. color: #717171;
  161. transition: color .3s;
  162. &:hover {
  163. color: var(--hc-primary);
  164. }
  165. }
  166. }
  167. .data-table-box {
  168. position: relative;
  169. max-height: 400px;
  170. overflow: auto;
  171. margin-bottom: 10px;
  172. }
  173. }
  174. .preview-video {
  175. width: 100%;
  176. }
  177. html.theme-dark {
  178. .hc-layout-box .hc-layout-left-box {
  179. background: var(--hc-bg-color);
  180. border-top: 1px solid #303030;
  181. border-right: 1px solid #303030;
  182. }
  183. .hc-layout-box .hc-layout-left-box .hc-project-box {
  184. border-bottom: 1px solid #303030;
  185. }
  186. .hc-layout-box .hc-tree-foot-tip-box {
  187. border-top: 1px solid #303030;
  188. }
  189. .hc-layout-box .hc-layout-left-box .horizontal-drag-line {
  190. background-color: #303030;
  191. }
  192. }