| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- // 환율, 대출금리, 국제금리, 화훼 시세, 특일
- #exchange,
- #interest,
- #international,
- #flower,
- #anniversary,
- #fifa,
- #lotto {
- box-sizing: border-box;
- padding: calc(var(--bs-gutter-x) * .5);
- word-break: break-all;
- .nav {
- .nav-link.active {
- font-weight: bold;
- color: #fff;
- }
- }
- table {
- border-spacing: 0;
- border-collapse: collapse;
- border: 1px solid #222c36;
- caption {
- caption-side: top;
- overflow: hidden;
- }
- &.table > :not(caption) > * > * {
- border-bottom: 0;
- }
- &.table-bordered > :not(caption) > * {
- border: none;
- }
- &.table-bordered > :not(caption) > * > * {
- border: 1px solid #222c36;
- }
- thead {
- tr {
- th {
- background: #171e38;
- text-align: center;
- vertical-align: middle;
- border: none;
- }
- }
- }
- tbody {
- tr {
- td {
- text-align: center;
- vertical-align: middle;
- border: none;
- }
- }
- }
- tfoot {
- tr {
- td {
- padding: 0;
- nav {
- ul {
- margin-bottom: 0;
- }
- }
- }
- }
- }
- }
- }
- #exchange {
- table {
- min-width: 1024px;
- }
- }
- #flower {
- table {
- min-width: 1024px;
- }
- form {
- input[type="radio"] {
- margin-right: 2px;
- }
- table {
- border: none;
- }
- }
- }
|