index.scss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. // 환율, 대출금리, 국제금리, 화훼 시세, 특일
  2. #exchange,
  3. #interest,
  4. #international,
  5. #flower,
  6. #anniversary,
  7. #fifa,
  8. #lotto {
  9. box-sizing: border-box;
  10. padding: calc(var(--bs-gutter-x) * .5);
  11. word-break: break-all;
  12. .nav {
  13. .nav-link.active {
  14. font-weight: bold;
  15. color: #fff;
  16. }
  17. }
  18. table {
  19. border-spacing: 0;
  20. border-collapse: collapse;
  21. border: 1px solid #222c36;
  22. caption {
  23. caption-side: top;
  24. overflow: hidden;
  25. }
  26. &.table > :not(caption) > * > * {
  27. border-bottom: 0;
  28. }
  29. &.table-bordered > :not(caption) > * {
  30. border: none;
  31. }
  32. &.table-bordered > :not(caption) > * > * {
  33. border: 1px solid #222c36;
  34. }
  35. thead {
  36. tr {
  37. th {
  38. background: #171e38;
  39. text-align: center;
  40. vertical-align: middle;
  41. border: none;
  42. }
  43. }
  44. }
  45. tbody {
  46. tr {
  47. td {
  48. text-align: center;
  49. vertical-align: middle;
  50. border: none;
  51. }
  52. }
  53. }
  54. tfoot {
  55. tr {
  56. td {
  57. padding: 0;
  58. nav {
  59. ul {
  60. margin-bottom: 0;
  61. }
  62. }
  63. }
  64. }
  65. }
  66. }
  67. }
  68. #exchange {
  69. table {
  70. min-width: 1024px;
  71. }
  72. }
  73. #flower {
  74. table {
  75. min-width: 1024px;
  76. }
  77. form {
  78. input[type="radio"] {
  79. margin-right: 2px;
  80. }
  81. table {
  82. border: none;
  83. }
  84. }
  85. }