style.scss 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. .workbench {
  2. width: 100%;
  3. .header {
  4. background: #f4f7f9;
  5. ul {
  6. display: flex;
  7. width: 100%;
  8. :last-child {
  9. margin-right: 0;
  10. }
  11. li {
  12. width: 20%;
  13. height: 150px;
  14. padding: 30px 24px 30px 20px;
  15. margin-right: 20px;
  16. display: flex;
  17. justify-content: space-between;
  18. position: relative;
  19. color: white;
  20. font-size: 14px;
  21. border-radius: 6px;
  22. }
  23. }
  24. }
  25. .header-left {
  26. display: flex;
  27. .header-left-top {
  28. display: flex;
  29. .header-icon {
  30. width: 4px;
  31. height: 12px;
  32. border-radius: 2px;
  33. background: white;
  34. margin-right: 10px;
  35. }
  36. :last-child {
  37. line-height: 14px;
  38. }
  39. }
  40. }
  41. .header-number {
  42. position: absolute;
  43. bottom: 20px;
  44. left: 20px;
  45. font-size: 40px;
  46. }
  47. .header-right {
  48. // display: flex;
  49. // flex-direction: column;
  50. // justify-content: end;
  51. // text-align: end;
  52. // margin-right: 10px;
  53. // margin-left: 200px;
  54. // padding-left: 200px;
  55. position: absolute;
  56. right: 20px;
  57. bottom: 40px;
  58. img {
  59. width: 64px;
  60. height: 64px;
  61. }
  62. }
  63. .center-left {
  64. background: white;
  65. width: 50%;
  66. border-radius: 4px;
  67. margin-right: 20px;
  68. .center-left-text {
  69. padding: 15px 20px;
  70. border-bottom: 1px solid #ccc;
  71. color: #424656;
  72. font-size: 14px;
  73. font-weight: 600;
  74. }
  75. ul {
  76. padding: 30px 0;
  77. display: flex;
  78. :last-child {
  79. border-right: none;
  80. }
  81. li {
  82. width: 20%;
  83. text-align: center;
  84. border-right: 1px solid #ccc;
  85. span {
  86. color: #747d87;
  87. font-size: 16px;
  88. margin-top: 10px;
  89. }
  90. }
  91. }
  92. }
  93. .center {
  94. margin: 20px 0;
  95. display: flex;
  96. // width: 100%;
  97. // display: flex;
  98. // justify-content: space-around;
  99. .center-right {
  100. margin-right: 0;
  101. ul {
  102. width: 100%;
  103. li {
  104. width: 33%;
  105. padding: 10px 20px 30px 20px;
  106. position: relative;
  107. .center-right-text {
  108. font-size: 14px;
  109. color: #747d87;
  110. }
  111. .center-icon {
  112. background-image: linear-gradient(0deg, #488fff, #65dcff);
  113. }
  114. .center-number {
  115. bottom: 13px;
  116. padding-left: 10px;
  117. }
  118. .center-right-image {
  119. display: flex;
  120. justify-content: end;
  121. align-items: flex-end;
  122. margin-top: 10px;
  123. padding-bottom: 20px;
  124. div {
  125. width: 6px;
  126. height: 20px;
  127. background: #ddf4ff;
  128. border-top-left-radius: 3px;
  129. }
  130. }
  131. }
  132. }
  133. }
  134. }
  135. .footer {
  136. display: flex;
  137. width: 100%;
  138. .footer-left {
  139. background: white;
  140. width: 50%;
  141. min-height: 440px;
  142. max-height: 440px;
  143. border-radius: 4px;
  144. margin-right: 20px;
  145. overflow: hidden;
  146. .footer-left-text {
  147. display: flex;
  148. justify-content: space-between;
  149. padding: 15px 20px;
  150. border-bottom: 1px solid #ccc;
  151. color: #424656;
  152. font-size: 14px;
  153. font-weight: 600;
  154. :last-child {
  155. color: #747d87;
  156. font-size: 12px;
  157. font-weight: normal;
  158. &:hover {
  159. cursor: pointer;
  160. }
  161. }
  162. }
  163. ul {
  164. width: 100%;
  165. padding: 17px 20px;
  166. font-size: 12px;
  167. color: #424656;
  168. li {
  169. margin-bottom: 10px;
  170. display: flex;
  171. justify-content: space-between;
  172. &:hover {
  173. color: #0eaeff;
  174. }
  175. &:active {
  176. color: #0eaeff;
  177. }
  178. }
  179. }
  180. }
  181. }
  182. li:hover {
  183. cursor: pointer;
  184. }
  185. a {
  186. text-decoration: none;
  187. color: white;
  188. }
  189. .router-link-active {
  190. text-decoration: none;
  191. }
  192. .router-link-exact-active {
  193. color: white;
  194. }
  195. .no-data {
  196. margin: 70px auto;
  197. text-align: center;
  198. color: #8e8e8e;
  199. }
  200. /deep/ .footer-content {
  201. display: flex;
  202. font-size: 12px;
  203. /deep/ div,
  204. p,
  205. h1,
  206. h2,
  207. h3,
  208. h4,
  209. h5,
  210. h6,
  211. span {
  212. font-size: 12px !important;
  213. font-size: 12pt !important;
  214. line-height: 12px;
  215. vertical-align: middle;
  216. }
  217. :last-child {
  218. margin-left: 5px;
  219. width: 467px;
  220. height: 17px;
  221. overflow: hidden;
  222. text-overflow: ellipsis;
  223. }
  224. /deep/ img {
  225. height: 15px;
  226. max-width: 50px !important;
  227. }
  228. .wscnph {
  229. width: 50px !important;
  230. vertical-align: middle;
  231. }
  232. }
  233. }