index-pc.css 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. .flex {
  2. display: flex;
  3. align-items: center;
  4. }
  5. .d-packet-container {
  6. line-height: 1;
  7. padding-top: 64px;
  8. padding-bottom: 70px;
  9. min-height: calc(100vh - 364px);
  10. background: #ececec;
  11. }
  12. .d-packet-tabs .el-tabs__header {
  13. background: rgba(255,255,255,0.5);
  14. box-shadow: 0px -1px 0px 0px rgba(0,0,0,0.05) inset;
  15. margin: 0;
  16. }
  17. .d-packet-tabs .el-tabs__header .el-tabs__nav-wrap, .d-packet-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav {
  18. display: flex;
  19. flex-direction: initial;
  20. justify-content: center;
  21. }
  22. .d-packet-tabs .el-tabs__nav-wrap::after {
  23. background: none;
  24. }
  25. .d-packet-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__item {
  26. width: 240px;
  27. height: 48px;
  28. line-height: 48px;
  29. font-size: 14px;
  30. text-align: center;
  31. color: #686868;
  32. padding: 0;
  33. }
  34. .d-packet-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__item.is-active {
  35. color: #1d1d1d;
  36. }
  37. .d-packet-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__item:hover {
  38. color: #1d1d1d;
  39. }
  40. .d-packet-tabs .el-tabs__content {
  41. width: 100%;
  42. min-height: 500px;
  43. padding-bottom: 93px;
  44. }
  45. .data-box {
  46. width: 1080px;
  47. margin: 48px auto 0 auto;
  48. }
  49. .data-box .up-line h3 {
  50. line-height: 28px;
  51. font-size: 18px;
  52. margin-bottom: 24px;
  53. }
  54. .data-box .up-line .d-conts {
  55. flex-wrap: wrap;
  56. justify-content: space-between;
  57. }
  58. .data-box .up-line .d-conts .d-card {
  59. width: 49%;
  60. height: 142px;
  61. background: #ffffff;
  62. border-radius: 8px;
  63. box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.06);
  64. margin-bottom: 20px;
  65. padding: 24px 32px;
  66. }
  67. .data-box .up-line .d-conts .d-card h4 {
  68. line-height: 24px;
  69. background-position: left;
  70. padding-left: 28px;
  71. }
  72. .data-box .up-line .d-conts .d-card .words {
  73. flex-direction: inherit;
  74. justify-content: space-around;
  75. align-items: center;
  76. }
  77. .data-box .up-line .d-conts .d-card .words .nums {
  78. text-align: center;
  79. margin-top: 16px;
  80. }
  81. .data-box .up-line .d-conts .d-card .words .nums .p1 {
  82. font-size: 20px;
  83. color: #1d1d1d;
  84. line-height: 32px;
  85. }
  86. .data-box .up-line .d-conts .d-card .words .nums .p1 i {
  87. font-size: 14px;
  88. color: #686868;
  89. margin-left: 4px;
  90. }
  91. .data-box .up-line .d-conts .d-card .words .nums .p2 {
  92. font-size: 14px;
  93. color: #686868;
  94. line-height: 22px;
  95. }
  96. .data-box .up-line .d-conts .d-card .words .r-code .p1, .data-box .up-line .d-conts .d-card .words .r-code .p1 i {
  97. color: #FF9F40;
  98. }
  99. .data-box .down-line .d-chong {
  100. flex-direction: column;
  101. width: 100%;
  102. height: 242px;
  103. background: #ffffff;
  104. border-radius: 8px;
  105. box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.06);
  106. }
  107. .data-box .down-line .d-chong .d-head {
  108. display: flex;
  109. flex-direction: initial;
  110. align-items: center;
  111. justify-content: space-between;
  112. height: 122px;
  113. border-radius: 8px 8px 0 0;
  114. padding: 28px 32px;
  115. background: -webkit-linear-gradient(180deg,#14a7d6 0%, #1ec2db 100%);
  116. }
  117. .data-box .down-line .d-chong .d-head .s-zhu {
  118. color: #fff;
  119. }
  120. .data-box .down-line .d-chong .d-head .el-button {
  121. border: none;
  122. }
  123. .data-box .down-line .d-chong .d-head .s-zhu .p1 {
  124. font-size: 16px;
  125. font-weight: 700;
  126. line-height: 24px;
  127. }
  128. .data-box .down-line .d-chong .d-head .s-zhu .p1 i {
  129. font-size: 24px;
  130. margin: 0 8px;
  131. }
  132. .data-box .down-line .d-chong .d-head .s-zhu .p2 {
  133. font-size: 14px;
  134. color: rgba(255,255,255,0.90);
  135. line-height: 22px;
  136. margin-top: 8px;
  137. }
  138. .data-box .down-line .d-chong .d-head .el-button {
  139. padding: 0;
  140. width: 132px;
  141. height: 36px;
  142. border-radius: 6px;
  143. color: #2cb7ca;
  144. font-size: 16px;
  145. }
  146. .data-box .down-line .d-chong .c-cont {
  147. justify-content: space-around;
  148. padding: 32px 0;
  149. }
  150. .data-box .down-line .d-chong .c-cont .l-shu {
  151. width: 50%;
  152. }
  153. .data-box .down-line .d-chong .c-cont .nums {
  154. width: 50%;
  155. text-align: center;
  156. }
  157. .data-box .down-line .d-chong .c-cont .nums .p1 {
  158. font-size: 20px;
  159. color: #1d1d1d;
  160. line-height: 32px;
  161. }
  162. .data-box .down-line .d-chong .c-cont .nums .p1 i {
  163. font-size: 14px;
  164. color: #686868;
  165. margin-left: 4px;
  166. }
  167. .data-box .down-line .d-chong .c-cont .nums .p2 {
  168. font-size: 14px;
  169. color: #686868;
  170. line-height: 22px;
  171. }
  172. .data-box .down-line .d-chong .c-cont .r-code .p1, .data-box .down-line .d-chong .c-cont .r-code .p1 i {
  173. color: #FF9F40;
  174. }
  175. .data-box .down-line .d-chong .c-cont .el-divider--vertical {
  176. height: 56px;
  177. }
  178. .data-box .up-biao {
  179. margin: 32px 0 24px 0;
  180. }
  181. .data-box .up-biao .el-table {
  182. border-radius: 8px 8px 0 0;
  183. }
  184. .data-box .up-biao .el-table tr th {
  185. color: #1d1d1d;
  186. font-weight: 700;
  187. }
  188. .data-box .up-biao .el-table .el-table__header {
  189. padding-top: 20px;
  190. }
  191. .data-box .up-biao .biao-ge {
  192. background: #fff;
  193. padding-bottom: 32px;
  194. border-radius: 8px;
  195. }
  196. .data-box .up-biao .biao-ge .el-table .el-loading-mask {
  197. z-index: 99!important;
  198. }
  199. .data-box .up-biao .biao-ge .el-table .searchConditions {
  200. text-align: left;
  201. }
  202. .data-box .up-biao .biao-ge .el-table .searchConditions .secondEillps {
  203. text-overflow: -o-ellipsis-lastline;
  204. overflow: hidden;
  205. text-overflow: ellipsis;
  206. display: -webkit-box;
  207. -webkit-line-clamp: 2;
  208. line-clamp: 2;
  209. -webkit-box-orient: vertical;
  210. }
  211. .data-box .up-biao .biao-ge .el-table .searchConditions .secondEillps .imptySeach {
  212. width: 100%;
  213. text-align: center;
  214. display: inline-block;
  215. }
  216. .data-box .up-biao .biao-ge .el-pagination {
  217. margin-top: 32px;
  218. padding: 0;
  219. padding: 2px 32px;
  220. text-align: right;
  221. }
  222. .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
  223. background: none;
  224. border: 1px solid #f4f4f5;
  225. }
  226. .data-box .up-biao .no-data {
  227. width: 160px;
  228. margin: 56px auto 0 auto;
  229. }
  230. .data-box .up-biao .no-data .tip-text {
  231. color: #999999;
  232. line-height: 22px;
  233. font-size: 14px;
  234. text-align: center;
  235. margin-top: 24px;
  236. }
  237. .exports {
  238. margin-top: 32px;
  239. }
  240. .exports .up-biao {
  241. margin: 0;
  242. }
  243. .exports .biao-ge {
  244. padding-top: 20px;
  245. }
  246. .exports .up-biao .el-table tr th {
  247. padding: 8px 0;
  248. }
  249. .exports .el-table tr td {
  250. /* padding: 0; */
  251. height: 72px;
  252. }
  253. .exports .el-table tr td .dian-ji {
  254. color: #2CB7CA;
  255. text-decoration: none;
  256. }
  257. .exports .el-table .el-table__empty-block .no-data {
  258. margin-top: 0;
  259. }
  260. .exports .up-biao .el-table .el-table__header {
  261. padding-top: 12px;
  262. }
  263. .exports .el-table::before {
  264. height: 0;
  265. }