Files
nice-app-web/src/shared/ui/assets/css/style-tax-invoice.css
focp212@naver.com a5abe3f0fd ..
2025-11-11 18:23:14 +09:00

65 lines
4.7 KiB
CSS

/* body { margin: 0; padding: 0; background: #FAFAFA; }*/
.mail-page { min-height: 100vh; display: flex; align-items: flex-start; justify-content: center; padding: 0 0 30px 0; }
.mail-page .wrap { width: 100%; min-width: 320px; background: #FFFFFF; padding: 0 20px; box-sizing: border-box; }
/* header */
.mail-page .header { padding: 20px 0 0 0; }
.mail-page .header-top { display: flex; height: 40px; align-items: center; justify-content: space-between; padding-bottom: 20px; padding-left: 48px; background: url("../images/receip_logo.png") no-repeat top 0 left 0; }
.mail-page .logo { display: inline-block; width: 109px; height: 29px; }
.mail-page .close-ic { width: 26px; height: 26px; display: block; }
.mail-page .email-row { display: flex; align-items: center; gap: 6px; }
.mail-page .label { display: inline-flex; align-items: center; white-space: nowrap; font-family: Pretendard, Arial, Helvetica, sans-serif; font-size: 15px; line-height: 1.5; color: #2D3436; }
.mail-page .input40 { width: 150px; flex: 1; height: 30px; border: 1px solid #D9D9D9; border-radius: 6px; padding: 6px 12px; box-sizing: border-box; font-family: Pretendard, Arial, Helvetica, sans-serif; font-size: 15px; color: #2D3436; background: #FFFFFF; }
.mail-page .input40::placeholder { color: #999999; }
.mail-page .input40:focus { outline: none; border-color: #3E6AFC; }
.mail-page .btn { display: inline-flex; min-width: 46px; align-items: center; justify-content: center; border-radius: 6px; height: 30px; padding: 0 10px; font-family: Pretendard, Arial, Helvetica, sans-serif; font-size: 15px; font-weight: 700; text-decoration: none; box-sizing: border-box; }
.mail-page .btn-dark { background: #043465; color: #F4F8FF; }
.mail-page .btn-primary { background: #3E6AFC; color: #F4F8FF; }
.mail-page .divider { height: 0; border-top: 1px solid #D6D6D6; margin: 16px 0; }
/* title + cancel */
.mail-page .title-row { display: flex; align-items: center; justify-content: space-between; padding: 0 0 5px 0; }
.mail-page .title { font-family: Pretendard, Arial, Helvetica, sans-serif; font-size: 22px; font-weight: 700; color: #2D3436; line-height: 1.5; }
.mail-page .btn-outline { display: inline-flex; min-width: 70px; align-items: center; gap: 10px; height: 30px; border: 1px solid #D9D9D9; border-radius: 6px; padding: 0 10px; font-family: Pretendard, Arial, Helvetica, sans-serif; font-size: 14px; color: #2D3436; text-decoration: none; }
.mail-page .select-outline { min-width: 100px; height: 30px; border: 1px solid #D9D9D9; border-radius: 6px; padding: 0 30px 0 10px; box-sizing: border-box; background: #FFFFFF url('../images/select_arrow.svg') no-repeat right 10px center; font-family: Pretendard, Arial, Helvetica, sans-serif; font-size: 14px; color: #2D3436; appearance: none; -webkit-appearance: none; -moz-appearance: none; cursor: pointer; }
.mail-page .chev { width: 8px; height: 4px; display: inline-block; }
/* list sections */
.mail-page .section { padding: 0; }
.mail-page .section .head { position: relative; display: flex; align-items: center; gap: 1px; justify-content: flex-start; padding: 10px 0; }
.mail-page .section .head .icon { position: relative; top: -2px; width: 18px; height: 18px; margin-right: 8px; }
.mail-page .section .head .h-title { font-family: Pretendard, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: 700; color: #2D3436; line-height: 1.5; }
.mail-page .section .head .h-title + img { position: absolute; right: 0; }
.mail-page .row { display: flex; align-items: center; justify-content: center; padding: 0; height: 28px; }
.mail-page .k { flex: 1; font-family: Pretendard, Arial, Helvetica, sans-serif; font-size: 15px; line-height: 1.5; color: #2D3436; }
.mail-page .v { text-align: right; font-family: Pretendard, Arial, Helvetica, sans-serif; font-size: 15px; line-height: 1.5; color: #2D3436; }
.mail-page .row.split { height: 0; border-top: 1px dashed #D6D6D6; margin: 10px 0;}
/* amount block */
.mail-page .amount-row { display: flex; align-items: center; justify-content: space-between; height: 40px; }
.mail-page .amount-row .k { font-size: 20px; font-weight: 700; }
.mail-page .amount-row .v { font-size: 20px; font-weight: 700; }
/* notice */
.mail-page .notice { padding: 16px; background: #F3F3F3; border-radius: 6px; margin: 30px 0 0 0; font-family: Pretendard, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 1.5; color: #2D3436; }
.mail-page {
margin: 0; background: #FAFAFA;
min-height: unset;
width: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 1010;
display: unset;
padding-bottom: 0;
transform: translateX(100%);
}
.mail-page .wrap {
min-width: unset;
padding-bottom: 30px;
}
.mail-page .wrap .header .header-top {
box-sizing: unset;
}
.mail-page .wrap .header .divider {
margin-top: 0px;
}