MOFA/html/mng/outdata/alert/알림-1btn.html

31 lines
958 B
HTML
Raw Permalink Normal View History

2024-10-27 15:17:31 +00:00
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="../../../../css/global.css" type="text/css" />
2024-11-28 23:14:01 +00:00
<link rel="stylesheet" href="../../../../css/default.css" type="text/css" />
2024-10-27 15:17:31 +00:00
</head>
<body>
<div class="modal" style="--modal-width:460px;--z-index:101">
<div class="modal-head">
<div row>
<p>알림</p>
<button class="close-btn"></button>
</div>
</div>
<div class="modal-body">
<div col style="--gap:46px">
<p class="p20_m center">등록 되었습니다.</p>
<div row center style="--gap:8px">
<button variant="fill" class="confirm" style="--bg:#3366FF">확인</button>
</div>
</div>
</div>
</div>
</body>
</html>