수정
This commit is contained in:
@@ -86,6 +86,7 @@ const SettingPage = lazyLoad('/src/pages/setting/setting-page');
|
||||
const AlarmPages = lazyLoad('/src/pages/alarm/alarm-pages');
|
||||
const XkeypadPage = lazyLoad('/src/pages/xkeypad/xkeypad-page');
|
||||
const XkeypadSample = lazyLoad('/src/pages/xkeypad/xkeypad-sample');
|
||||
const TaxInvoicePages = lazyLoad('/src/pages/tax-invoice/tax-invoice-pages');
|
||||
|
||||
export const SentryRoutes = Sentry.withSentryReactRouterV6Routing(Routes);
|
||||
const Pages = () => {
|
||||
@@ -109,6 +110,7 @@ const Pages = () => {
|
||||
<Route path={ROUTE_NAMES.alarm.base} element={<AlarmPages />} />
|
||||
<Route path={ROUTE_NAMES.xkeypad} element={<XkeypadPage />} />
|
||||
<Route path={ROUTE_NAMES.xkeypadSample} element={<XkeypadSample />} />
|
||||
<Route path={ROUTE_NAMES.taxInvoice.base} element={<TaxInvoicePages />} />
|
||||
</Route>
|
||||
<Route path="*" element={<NotFoundError />} />
|
||||
</Route>
|
||||
|
||||
@@ -364,6 +364,10 @@ export const PATHS: RouteNamesType = {
|
||||
},
|
||||
xkeypad: generatePath(ROUTE_NAMES.xkeypad),
|
||||
xkeypadSample: generatePath(ROUTE_NAMES.xkeypadSample),
|
||||
taxInvoice: {
|
||||
base: generatePath(ROUTE_NAMES.taxInvoice.base),
|
||||
sample: generatePath(ROUTE_NAMES.taxInvoice.base, ROUTE_NAMES.taxInvoice.sample),
|
||||
}
|
||||
};
|
||||
|
||||
export const BACK_BLOCKED_PATHS = {
|
||||
|
||||
@@ -164,6 +164,10 @@ export const ROUTE_NAMES = {
|
||||
},
|
||||
xkeypad: '/xkeypad',
|
||||
xkeypadSample: '/xkeypad-sample',
|
||||
taxInvoice: {
|
||||
base: '/tax-invoice/*',
|
||||
sample: 'sample'
|
||||
}
|
||||
};
|
||||
|
||||
export type RouteNamesType = typeof ROUTE_NAMES;
|
||||
|
||||
39
src/shared/ui/assets/css/style-tax-invoice.css
Normal file
39
src/shared/ui/assets/css/style-tax-invoice.css
Normal file
@@ -0,0 +1,39 @@
|
||||
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; }
|
||||
.wrap { width: 100%; min-width: 320px; background: #FFFFFF; padding: 0 20px; box-sizing: border-box; }
|
||||
/* header */
|
||||
.header { padding: 20px 0 0 0; }
|
||||
.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; }
|
||||
.logo { display: inline-block; width: 109px; height: 29px; }
|
||||
.close-ic { width: 26px; height: 26px; display: block; }
|
||||
.email-row { display: flex; align-items: center; gap: 6px; }
|
||||
.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; }
|
||||
.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; }
|
||||
.input40::placeholder { color: #999999; }
|
||||
.input40:focus { outline: none; border-color: #3E6AFC; }
|
||||
.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; }
|
||||
.btn-dark { background: #043465; color: #F4F8FF; }
|
||||
.btn-primary { background: #3E6AFC; color: #F4F8FF; }
|
||||
.divider { height: 0; border-top: 1px solid #D6D6D6; margin: 16px 0; }
|
||||
/* title + cancel */
|
||||
.title-row { display: flex; align-items: center; justify-content: space-between; padding: 0 0 5px 0; }
|
||||
.title { font-family: Pretendard, Arial, Helvetica, sans-serif; font-size: 22px; font-weight: 700; color: #2D3436; line-height: 1.5; }
|
||||
.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; }
|
||||
.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; }
|
||||
.chev { width: 8px; height: 4px; display: inline-block; }
|
||||
/* list sections */
|
||||
.section { padding: 0; }
|
||||
.section .head { position: relative; display: flex; align-items: center; gap: 1px; justify-content: flex-start; padding: 10px 0; }
|
||||
.section .head .icon { position: relative; top: -2px; width: 18px; height: 18px; margin-right: 8px; }
|
||||
.section .head .h-title { font-family: Pretendard, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: 700; color: #2D3436; line-height: 1.5; }
|
||||
.section .head .h-title + img { position: absolute; right: 0; }
|
||||
.row { display: flex; align-items: center; justify-content: center; padding: 0; height: 28px; }
|
||||
.k { flex: 1; font-family: Pretendard, Arial, Helvetica, sans-serif; font-size: 15px; line-height: 1.5; color: #2D3436; }
|
||||
.v { text-align: right; font-family: Pretendard, Arial, Helvetica, sans-serif; font-size: 15px; line-height: 1.5; color: #2D3436; }
|
||||
.row.split { height: 0; border-top: 1px dashed #D6D6D6; margin: 10px 0;}
|
||||
/* amount block */
|
||||
.amount-row { display: flex; align-items: center; justify-content: space-between; height: 40px; }
|
||||
.amount-row .k { font-size: 20px; font-weight: 700; }
|
||||
.amount-row .v { font-size: 20px; font-weight: 700; }
|
||||
/* notice */
|
||||
.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; }
|
||||
Reference in New Issue
Block a user