fix: hot video page restructure + responsive layout for all quick pages

This commit is contained in:
Codex
2026-06-11 23:29:16 +08:00
parent 5ddfd37f4d
commit 70a4bbed29
2 changed files with 184 additions and 218 deletions
+9 -27
View File
@@ -4028,6 +4028,10 @@
/* Smart cutout quick tool: standalone upload and editor flow. */
.ecommerce-standalone .product-clone-page[data-tool="clone"].is-smart-cutout-page {
display: block !important;
width: 100% !important;
min-width: 100% !important;
height: 100% !important;
min-height: calc(100vh - 58px) !important;
overflow: hidden !important;
background: #feffff !important;
}
@@ -4035,7 +4039,9 @@
.ecommerce-standalone .product-clone-page[data-tool="clone"].is-smart-cutout-page .product-clone-shell {
display: block !important;
width: 100% !important;
min-width: 100% !important;
height: 100% !important;
min-height: calc(100vh - 58px) !important;
padding: 0 !important;
}
@@ -7649,33 +7655,7 @@
}
.ecommerce-standalone .ecom-quick-set-collapse {
position: absolute !important;
left: 428px !important;
top: 50% !important;
z-index: 30 !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 42px !important;
height: 42px !important;
min-height: 42px !important;
border: 1px solid rgba(30, 189, 219, 0.22) !important;
border-radius: 15px !important;
color: #1073cc !important;
background: #feffff !important;
box-shadow: 0 16px 34px rgba(16, 115, 204, 0.14) !important;
font-size: 25px !important;
font-weight: 800 !important;
line-height: 1 !important;
cursor: pointer !important;
transform: translateY(-50%) !important;
transition:
left 680ms cubic-bezier(0.22, 1, 0.36, 1),
transform 220ms ease,
border-color 260ms ease,
background 260ms ease,
color 260ms ease,
box-shadow 460ms ease !important;
display: none !important;
}
.ecommerce-standalone .ecom-quick-set-collapse:hover {
@@ -7692,7 +7672,9 @@
.ecommerce-standalone .ecom-smart-cutout-page {
position: relative !important;
width: 100% !important;
min-width: 100% !important;
height: 100% !important;
min-height: calc(100vh - 58px) !important;
overflow: auto !important;
color: #111820 !important;
background: #feffff !important;