- Move all 39 cloned pages + assets into public/ (Astro copies verbatim to dist/) -> dist/ is byte-identical to www.mitsuthailand.com (home 143633 bytes exact) - Add Astro project: astro.config.mjs, package.json, src/layouts/Base.astro, src/pages/example.astro (sample Astro component page, builds to /example/) - Multi-stage Dockerfile: pnpm build -> nginx serve + env-injecting entrypoint - Env-configurable: GA_ID, FORM_EMAIL, GMAP_LAT/LNG/.env.example - Remove Python crawl tooling and old nginx-static site/ layout - Verified: astro build -> 39 pages + example; all routes serve 200 via preview
32 lines
633 B
CSS
32 lines
633 B
CSS
.nav-bar-type-1 .shopping-cart-quotation,
|
|
.nav-bar-type-2 .shopping-cart-quotation {
|
|
position: absolute;
|
|
right: 0;
|
|
margin-right: 13.5rem;
|
|
}
|
|
|
|
.nav-bar-type-3 .shopping-cart-quotation {
|
|
padding-right: 0 !important;
|
|
margin-right: -2rem;
|
|
}
|
|
|
|
.typ-rfq-confirm-form .container.typ-rqf-progressbar,
|
|
.typ-rfq-confirm-form .container .content-table-total {
|
|
display: inline-block;
|
|
}
|
|
|
|
.typ-rfq-confirm-form .rfq-title {
|
|
height: 80px;
|
|
}
|
|
|
|
.typ-rfq-confirm-form .no-remember {
|
|
padding-top: 3rem;
|
|
}
|
|
|
|
.typ-rfq-confirm-form .canvas-captcha {
|
|
margin: auto;
|
|
}
|
|
|
|
.jconfirm .jconfirm-box-container {
|
|
margin: auto;
|
|
} |