index.scss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. .home {
  2. width: 100%;
  3. min-height: calc(100vh - 94px);
  4. overflow: hidden;
  5. }
  6. .first {
  7. width: 97%;
  8. height: 250px;
  9. margin: 20px;
  10. // background-color: white;
  11. border-radius: 15px;
  12. overflow: hidden;
  13. }
  14. .chart {
  15. display: flex;
  16. justify-content: space-around;
  17. margin-left: 30px;
  18. }
  19. .second {
  20. width: 97%;
  21. height: 440px;
  22. margin: 50px 20px;
  23. // overflow: hidden;
  24. display: flex;
  25. flex-direction: column;
  26. .step {
  27. width: 100%;
  28. height: 120px;
  29. display: flex;
  30. justify-content: space-around;
  31. .yuan,
  32. .one,
  33. .two,
  34. .three,
  35. .four,
  36. .five,
  37. .six,
  38. .final {
  39. width: 12%;
  40. height: 100%;
  41. text-align: center;
  42. }
  43. .item {
  44. margin-top: 10px;
  45. margin-right: 40px;
  46. }
  47. .img {
  48. width: 40%;
  49. height: 95%;
  50. margin: 0 auto;
  51. position: relative;
  52. }
  53. .img::after {
  54. content: "";
  55. position: absolute;
  56. top: 50%;
  57. transform: translateX(26%);
  58. width: 200%;
  59. height: 1px;
  60. // background-color: #546882;
  61. background-color: #00aaff;
  62. box-shadow: 0 5px 15px rgba(0, 170, 255, 0.5);
  63. }
  64. .noAfter::after {
  65. content: none;
  66. }
  67. .odd::before {
  68. content: "";
  69. position: absolute;
  70. transform: translateY(-50%);
  71. width: 1px;
  72. height: 50%;
  73. // background-color: #546882;
  74. background-color: #00aaff;
  75. box-shadow: 0 5px 15px rgba(0, 170, 255, 0.5);
  76. }
  77. .even::before {
  78. content: "";
  79. position: absolute;
  80. bottom: 0;
  81. transform: translateY(50%);
  82. width: 1px;
  83. height: 50%;
  84. // background-color: #546882;00aaff
  85. background-color: #00aaff;
  86. box-shadow: 0 5px 15px rgba(0, 170, 255, 0.5);
  87. }
  88. .yuanBg {
  89. background: url("../assets/images/yuan.png") no-repeat center / contain;
  90. }
  91. .oneBg {
  92. background: url("../assets/images/one.png") no-repeat center / contain;
  93. }
  94. .twoBg {
  95. background: url("../assets/images/two.png") no-repeat center / contain;
  96. }
  97. .threeBg {
  98. background: url("../assets/images/three.png") no-repeat center / contain;
  99. }
  100. .fourBg {
  101. background: url("../assets/images/four.png") no-repeat center / contain;
  102. }
  103. .fiveBg {
  104. background: url("../assets/images/five.png") no-repeat center / contain;
  105. }
  106. .sixBg {
  107. background: url("../assets/images/six.png") no-repeat center / contain;
  108. }
  109. .tag {
  110. color: #fff;
  111. background: linear-gradient(
  112. to right,
  113. rgba(8, 200, 236, 0),
  114. rgba(8, 200, 236, 0.8),
  115. rgba(8, 200, 236, 0.8),
  116. rgba(8, 200, 236, 0)
  117. );
  118. position: absolute;
  119. top: -15px;
  120. left: 100%;
  121. }
  122. .tag2 {
  123. color: #fff;
  124. background: linear-gradient(
  125. to right,
  126. rgba(8, 200, 236, 0),
  127. rgba(8, 200, 236, 0.8),
  128. rgba(8, 200, 236, 0.8),
  129. rgba(8, 200, 236, 0)
  130. );
  131. position: absolute;
  132. top: -15px;
  133. left: 125%;
  134. }
  135. }
  136. .topPanel {
  137. width: 100%;
  138. height: 37%;
  139. display: flex;
  140. justify-content: space-between;
  141. margin-bottom: 1.5%;
  142. }
  143. .bottomPanel {
  144. width: 100%;
  145. height: 37%;
  146. display: flex;
  147. justify-content: space-around;
  148. margin-left: 6%;
  149. margin-top: 1%;
  150. }
  151. .tPanel,
  152. .bPanel {
  153. // position: relative;
  154. width: 18%;
  155. height: 95%;
  156. overflow: auto;
  157. border: 2px solid transparent;
  158. background-clip: padding-box;
  159. box-shadow: 0 0 10px rgba(63, 155, 255, 0.5);
  160. border-radius: 5%;
  161. }
  162. }
  163. .file,
  164. .beforeFile {
  165. cursor: pointer;
  166. white-space: nowrap;
  167. overflow: hidden;
  168. text-overflow: ellipsis;
  169. }
  170. .file:hover {
  171. color: #00aaff;
  172. }
  173. .square {
  174. width: 90px;
  175. height: 50px;
  176. line-height: 50px;
  177. text-align: center;
  178. border-radius: 12px;
  179. font-size: 14px;
  180. border: 2px solid grey;
  181. }
  182. .diamond {
  183. height: 100px;
  184. width: 100px;
  185. transform: rotateZ(45deg) skew(-20deg, -20deg);
  186. position: relative;
  187. border: 2px solid grey;
  188. .diamond-p {
  189. position: absolute;
  190. width: 140px;
  191. top: 14%;
  192. left: -17%;
  193. transform: skew(20deg, 20deg) rotateZ(-45deg);
  194. }
  195. }
  196. .imgShow{
  197. width: 100%;
  198. text-align: center;
  199. .imgTitle{
  200. font-size: 1.1rem;
  201. color: #fff;
  202. font-weight: 700;
  203. margin: 10px 0;
  204. }
  205. }
  206. ::-webkit-scrollbar {
  207. display: none;
  208. }
  209. ::v-deep .el-table__empty-block {
  210. background-color: #0b333f !important;
  211. border: #0b333f;
  212. }
  213. ::v-deep .vxe-body--row {
  214. background-color: #0b333f;
  215. color: white;
  216. }
  217. ::v-deep .vxe-table--body :hover {
  218. background-color: #0b333f;
  219. }
  220. ::v-deep .vxe-header--row {
  221. background-color: #1e262f;
  222. color: white;
  223. }
  224. .remark {
  225. margin-top: 20px;
  226. font-size: 1.2rem;
  227. color: #fff;
  228. margin-left: 10%;
  229. }
  230. .image-preview {
  231. margin-left: 50%;
  232. transform: translate(-50%, 0);
  233. }