api 문자 발송 테슽 탭 수정

This commit is contained in:
Eunjipark 2025-04-29 17:21:46 +09:00
parent 8b5c838faa
commit d99219a559

View File

@ -35,33 +35,67 @@
.tabList { .tabList {
display: flex; display: flex;
justify-content: center; /* 가운데 정렬 */ justify-content: center; /* 가운데 정렬 */
gap: 10px; /* li 사이 간격 */
padding: 0; padding: 0;
margin: 0; margin: 0;
height: 55px;
list-style: none; list-style: none;
background: #f4f4f4; background: #f4f4f4;
border-radius: 10px; border-radius: 5px;
} }
.tabList li { .tabList li {
flex: 1; /* 동일한 너비 */ flex: 1; /* 동일한 너비 */
text-align: center; text-align: center;
position: relative;
z-index: 10;
}
.tabList li::after{
content: "";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 1px;
height: 30px;
background-color: #d4d4d4;
z-index: -1;
}
.tabList li:last-child::after{
content: none;
} }
.tabList li a { .tabList li a {
display: block; display: block;
padding: 10px 0;
text-decoration: none; text-decoration: none;
color: #333; color: #333;
font-weight: bold; font-weight: 500;
border-radius: 8px; line-height: 55px;
border-radius: 5px;
transition: background 0.2s ease; transition: background 0.2s ease;
background: #e0e0e0;
} }
.tabList li.active a { .tabList li.active a {
background-color: #2e3a59; background-color: #2e3a59;
color: white; color: white;
height: 55px;
}
.subte{
padding: 14px 25px;
border-radius: 5px;
border: 3px solid #ececec;
}
.subte p{
padding: 2px 0;
text-indent: -8px;
margin: 0 0 0 8px;
font-size: 15px;
line-height: 1.3;
color: #666;
font-weight: 500;
} }
</style> </style>
@ -176,6 +210,15 @@
</ul> </ul>
</div> </div>
<!-- 설명문구 추가 -->
<div class="subte">
<p>- 전송내역이 필요한 경우 기간 내에 다운로드하여 주시기 바랍니다.</p>
<p>- 전송내역이 필요한 경우 기간 내에 다운로드하여 주시기 바랍니다.</p>
<p>- 전송내역이 필요한 경우 기간 내에 다운로드하여 주시기 바랍니다.</p>
<p>- 전송내역이 필요한 경우 기간 내에 다운로드하여 주시기 바랍니다.</p>
<p>- 전송내역이 필요한 경우 기간 내에 다운로드하여 주시기 바랍니다.</p>
</div>
<div class="pageCont"> <div class="pageCont">