report.scss 599 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .table {
  2. padding: 19px 15px;
  3. background-color: #fff;
  4. border-radius: 5px;
  5. font-family: PingFangSC-Regular, PingFang SC;
  6. &-title {
  7. text-align: center;
  8. margin-bottom: 10px;
  9. }
  10. &-date {
  11. margin-bottom: 10px;
  12. }
  13. &-box {
  14. &-th {
  15. border-bottom: none;
  16. background-color: #EDF3FF;
  17. font-size: 12px;
  18. color: #434343;
  19. }
  20. &-td {
  21. font-size: 12px;
  22. color: #434343;
  23. }
  24. }
  25. &-pagination {
  26. width: 130px;
  27. margin: 20px auto 0;
  28. }
  29. }
  30. .total {
  31. color: #CADDFC;
  32. margin-top: 24px;
  33. text-align: center;
  34. font-size: 12px;
  35. line-height: 17px;
  36. text {
  37. color: #fff;
  38. padding: 0 5px;
  39. }
  40. }