feat: 电商快捷工具接入真实API并增强预览交互
- 图片修改接入局部重绘API,改为左右对比布局 - 去水印接入真实API,带进度条 - A+详情页预览区增加生成中/失败状态与进度条 - 新增图片翻译页面(含语言选择器) - 快捷功能栏改为一行五列均分布局,移除白框 - 预览弹窗与A+详情页结果增加保存本地按钮
This commit is contained in:
@@ -4487,6 +4487,38 @@
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .product-clone-page[data-tool="clone"].is-translate-page {
|
||||
display: block !important;
|
||||
height: 100% !important;
|
||||
min-height: calc(100vh - 58px) !important;
|
||||
overflow: hidden !important;
|
||||
background: #f8f9fa !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .product-clone-page[data-tool="clone"].is-translate-page .product-clone-shell {
|
||||
display: block !important;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
min-height: calc(100vh - 58px) !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .product-clone-page[data-tool="clone"].is-translate-page .product-clone-rail,
|
||||
.ecommerce-standalone .product-clone-page[data-tool="clone"].is-translate-page .product-clone-panel,
|
||||
.ecommerce-standalone .product-clone-page[data-tool="clone"].is-translate-page .clone-ai-settings-toggle,
|
||||
.ecommerce-standalone .product-clone-page[data-tool="clone"].is-translate-page .ecom-command-history {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .product-clone-page[data-tool="clone"].is-translate-page .ecom-command-hidden-file {
|
||||
position: absolute !important;
|
||||
width: 1px !important;
|
||||
height: 1px !important;
|
||||
overflow: hidden !important;
|
||||
opacity: 0 !important;
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .product-clone-page[data-tool="clone"].is-image-workbench-page .ecom-command-hidden-file {
|
||||
position: absolute !important;
|
||||
width: 1px !important;
|
||||
@@ -4976,15 +5008,16 @@
|
||||
|
||||
.ecommerce-standalone .ecom-image-workbench-stage {
|
||||
display: grid !important;
|
||||
place-items: stretch !important;
|
||||
min-width: 0 !important;
|
||||
min-height: 0 !important;
|
||||
height: 100% !important;
|
||||
padding: 0 !important;
|
||||
overflow: hidden !important;
|
||||
border: 1px solid rgba(16, 115, 204, 0.14) !important;
|
||||
border-radius: 14px !important;
|
||||
background: #ffffff !important;
|
||||
box-shadow: 0 14px 34px rgba(16, 115, 204, 0.08) !important;
|
||||
border: none !important;
|
||||
border-radius: 0 !important;
|
||||
background: #f8f9fa !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-image-workbench-canvas {
|
||||
@@ -5117,21 +5150,41 @@
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-image-workbench-result {
|
||||
display: grid !important;
|
||||
place-items: center !important;
|
||||
gap: 16px !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-image-workbench-result img {
|
||||
display: block !important;
|
||||
max-width: 100% !important;
|
||||
max-height: 60vh !important;
|
||||
border-radius: 12px !important;
|
||||
object-fit: contain !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-image-workbench-generating {
|
||||
position: relative !important;
|
||||
display: grid !important;
|
||||
place-items: center !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-watermark-page {
|
||||
position: relative !important;
|
||||
display: grid !important;
|
||||
grid-template-columns: 350px minmax(0, 1fr) !important;
|
||||
gap: 18px !important;
|
||||
gap: 0 !important;
|
||||
align-items: stretch !important;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
min-height: calc(100vh - 58px) !important;
|
||||
box-sizing: border-box !important;
|
||||
padding: 18px !important;
|
||||
padding: 0 !important;
|
||||
color: #172636 !important;
|
||||
background:
|
||||
radial-gradient(circle at 54% 48%, rgba(30, 189, 219, 0.07), transparent 28rem),
|
||||
#f8f9fa !important;
|
||||
background: #f8f9fa !important;
|
||||
font-family: "PingFang SC", "Microsoft YaHei", sans-serif !important;
|
||||
animation: ecom-smart-page-enter 440ms cubic-bezier(0.16, 1, 0.3, 1) both !important;
|
||||
}
|
||||
@@ -5175,26 +5228,25 @@
|
||||
.ecommerce-standalone .ecom-watermark-side {
|
||||
display: flex !important;
|
||||
flex-direction: column !important;
|
||||
gap: 12px !important;
|
||||
gap: 10px !important;
|
||||
height: 100% !important;
|
||||
min-height: 0 !important;
|
||||
padding: 18px 16px !important;
|
||||
padding: 14px 16px !important;
|
||||
overflow: auto !important;
|
||||
border: 1px solid rgba(16, 115, 204, 0.14) !important;
|
||||
border-radius: 14px !important;
|
||||
background:
|
||||
linear-gradient(180deg, rgba(16, 115, 204, 0.055), transparent 180px),
|
||||
#ffffff !important;
|
||||
box-shadow: 0 14px 34px rgba(16, 115, 204, 0.08) !important;
|
||||
border: none !important;
|
||||
border-right: 1px solid rgba(16, 115, 204, 0.1) !important;
|
||||
border-radius: 0 !important;
|
||||
background: #ffffff !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-watermark-panel-head {
|
||||
flex: 0 0 auto !important;
|
||||
margin-bottom: 4px !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-watermark-intro {
|
||||
margin: -2px 2px 2px !important;
|
||||
margin: 0 2px 0 !important;
|
||||
color: #66798a !important;
|
||||
font-size: 12px !important;
|
||||
font-weight: 750 !important;
|
||||
@@ -5235,14 +5287,12 @@
|
||||
|
||||
.ecommerce-standalone .ecom-watermark-panel {
|
||||
display: grid !important;
|
||||
gap: 12px !important;
|
||||
padding: 14px !important;
|
||||
border: 1px solid rgba(16, 115, 204, 0.14) !important;
|
||||
gap: 10px !important;
|
||||
padding: 12px !important;
|
||||
border: 1px solid rgba(16, 115, 204, 0.1) !important;
|
||||
border-radius: 12px !important;
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent),
|
||||
#ffffff !important;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 10px 28px rgba(16, 115, 204, 0.035) !important;
|
||||
background: rgba(248, 252, 255, 0.6) !important;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75) !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-watermark-panel header {
|
||||
@@ -5270,12 +5320,12 @@
|
||||
.ecommerce-standalone .ecom-watermark-upload-card {
|
||||
position: relative !important;
|
||||
display: grid !important;
|
||||
grid-template-columns: 74px minmax(0, 1fr) !important;
|
||||
grid-template-columns: 68px minmax(0, 1fr) !important;
|
||||
align-items: center !important;
|
||||
gap: 12px !important;
|
||||
min-height: 104px !important;
|
||||
padding: 12px !important;
|
||||
border: 1px dashed rgba(30, 189, 219, 0.5) !important;
|
||||
min-height: 92px !important;
|
||||
padding: 10px 12px !important;
|
||||
border: 1px dashed rgba(30, 189, 219, 0.45) !important;
|
||||
border-radius: 12px !important;
|
||||
color: #607485 !important;
|
||||
background: #fbfdff !important;
|
||||
@@ -5330,8 +5380,8 @@
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-watermark-upload-card figure {
|
||||
width: 74px !important;
|
||||
height: 74px !important;
|
||||
width: 68px !important;
|
||||
height: 68px !important;
|
||||
margin: 0 !important;
|
||||
overflow: hidden !important;
|
||||
border: 1px solid rgba(16, 115, 204, 0.12) !important;
|
||||
@@ -5395,16 +5445,23 @@
|
||||
align-items: center !important;
|
||||
justify-content: center !important;
|
||||
gap: 9px !important;
|
||||
min-height: 48px !important;
|
||||
min-height: 44px !important;
|
||||
width: 100% !important;
|
||||
margin-top: 2px !important;
|
||||
margin-top: auto !important;
|
||||
border: 0 !important;
|
||||
border-radius: 13px !important;
|
||||
border-radius: 12px !important;
|
||||
color: #ffffff !important;
|
||||
background: linear-gradient(135deg, #1073cc, #1ebddb) !important;
|
||||
box-shadow: 0 18px 38px rgba(16, 115, 204, 0.24) !important;
|
||||
font-size: 15px !important;
|
||||
box-shadow: 0 12px 28px rgba(16, 115, 204, 0.2) !important;
|
||||
font-size: 14px !important;
|
||||
font-weight: 950 !important;
|
||||
cursor: pointer !important;
|
||||
transition: box-shadow 180ms ease, transform 180ms ease !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-watermark-primary:hover:not(:disabled) {
|
||||
box-shadow: 0 16px 36px rgba(16, 115, 204, 0.28) !important;
|
||||
transform: translateY(-1px) !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-watermark-primary:disabled {
|
||||
@@ -5421,10 +5478,10 @@
|
||||
height: 100% !important;
|
||||
padding: 0 !important;
|
||||
overflow: hidden !important;
|
||||
border: 1px solid rgba(16, 115, 204, 0.14) !important;
|
||||
border-radius: 14px !important;
|
||||
background: #ffffff !important;
|
||||
box-shadow: 0 14px 34px rgba(16, 115, 204, 0.08) !important;
|
||||
border: none !important;
|
||||
border-radius: 0 !important;
|
||||
background: #f8f9fa !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-watermark-dropzone {
|
||||
@@ -5531,6 +5588,54 @@
|
||||
box-shadow: 0 12px 30px rgba(16, 115, 204, 0.1) !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-watermark-preview-card .ecom-image-workbench-image-frame {
|
||||
position: relative !important;
|
||||
display: block !important;
|
||||
width: fit-content !important;
|
||||
max-width: 100% !important;
|
||||
max-height: 70vh !important;
|
||||
overflow: hidden !important;
|
||||
border-radius: 10px !important;
|
||||
box-shadow: 0 12px 30px rgba(16, 115, 204, 0.1) !important;
|
||||
cursor: crosshair !important;
|
||||
touch-action: none !important;
|
||||
user-select: none !important;
|
||||
line-height: 0 !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-watermark-preview-card .ecom-image-workbench-image-frame img {
|
||||
display: block !important;
|
||||
max-width: 100% !important;
|
||||
max-height: 70vh !important;
|
||||
object-fit: contain !important;
|
||||
border-radius: 10px !important;
|
||||
user-select: none !important;
|
||||
pointer-events: none !important;
|
||||
-webkit-user-drag: none !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-watermark-preview-card .ecom-image-workbench-mask-layer {
|
||||
position: absolute !important;
|
||||
inset: 0 !important;
|
||||
z-index: 3 !important;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
overflow: hidden !important;
|
||||
border-radius: 10px !important;
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-watermark-preview-card .ecom-image-workbench-brush {
|
||||
position: absolute !important;
|
||||
z-index: 4 !important;
|
||||
border: 2px solid rgba(30, 189, 219, 0.72) !important;
|
||||
border-radius: 50% !important;
|
||||
background: rgba(30, 189, 219, 0.16) !important;
|
||||
box-shadow: 0 0 0 6px rgba(30, 189, 219, 0.08) !important;
|
||||
transform: translate(-50%, -50%) !important;
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-watermark-empty,
|
||||
.ecommerce-standalone .ecom-watermark-processing {
|
||||
display: grid !important;
|
||||
@@ -5604,6 +5709,40 @@
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-translate-lang-panel header {
|
||||
margin-bottom: 8px !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-translate-lang-select {
|
||||
display: block !important;
|
||||
width: 100% !important;
|
||||
height: 38px !important;
|
||||
padding: 0 12px !important;
|
||||
border: 1px solid #e0e6ed !important;
|
||||
border-radius: 10px !important;
|
||||
color: #172636 !important;
|
||||
background: #ffffff !important;
|
||||
font-size: 13px !important;
|
||||
font-weight: 600 !important;
|
||||
font-family: inherit !important;
|
||||
cursor: pointer !important;
|
||||
transition: border-color 180ms ease, box-shadow 180ms ease !important;
|
||||
appearance: none !important;
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 5l3 3 3-3' fill='none' stroke='%23596775' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
|
||||
background-repeat: no-repeat !important;
|
||||
background-position: right 12px center !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-translate-lang-select:focus {
|
||||
border-color: #1073cc !important;
|
||||
box-shadow: 0 0 0 3px rgba(16, 115, 204, 0.1) !important;
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-translate-lang-select:hover {
|
||||
border-color: #1073cc !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-quick-set-page {
|
||||
position: relative !important;
|
||||
display: grid !important;
|
||||
@@ -6887,6 +7026,120 @@
|
||||
font-weight: 950 !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-quick-set-generating,
|
||||
.ecommerce-standalone .ecom-quick-set-failed {
|
||||
display: grid !important;
|
||||
place-items: center !important;
|
||||
gap: 12px !important;
|
||||
width: min(480px, 76%) !important;
|
||||
min-height: 200px !important;
|
||||
padding: 28px !important;
|
||||
border: 1px solid rgba(16, 115, 204, 0.1) !important;
|
||||
border-radius: 18px !important;
|
||||
color: #738392 !important;
|
||||
background: #ffffff !important;
|
||||
box-shadow: 0 18px 48px rgba(16, 115, 204, 0.06) !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-quick-set-generating .anticon {
|
||||
display: inline-grid !important;
|
||||
place-items: center !important;
|
||||
width: 58px !important;
|
||||
height: 58px !important;
|
||||
border-radius: 50% !important;
|
||||
color: #1073cc !important;
|
||||
background: #edf8ff !important;
|
||||
font-size: 26px !important;
|
||||
animation: spin 1s linear infinite !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-quick-set-generating strong {
|
||||
color: #172636 !important;
|
||||
font-size: 19px !important;
|
||||
font-weight: 950 !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-quick-set-generating span {
|
||||
color: #738392 !important;
|
||||
font-size: 13px !important;
|
||||
line-height: 1.5 !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-quick-set-progress {
|
||||
width: 100% !important;
|
||||
max-width: 320px !important;
|
||||
height: 6px !important;
|
||||
border-radius: 3px !important;
|
||||
background: #e8eef4 !important;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-quick-set-progress-bar {
|
||||
height: 100% !important;
|
||||
border-radius: 3px !important;
|
||||
background: linear-gradient(90deg, #1073cc, #38bdf8) !important;
|
||||
transition: width 500ms ease !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-quick-set-progress-text {
|
||||
color: #1073cc !important;
|
||||
font-size: 13px !important;
|
||||
font-weight: 700 !important;
|
||||
font-style: normal !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-quick-set-failed .anticon {
|
||||
display: inline-grid !important;
|
||||
place-items: center !important;
|
||||
width: 58px !important;
|
||||
height: 58px !important;
|
||||
border-radius: 50% !important;
|
||||
color: #e04545 !important;
|
||||
background: #fff0f0 !important;
|
||||
font-size: 26px !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-quick-set-failed strong {
|
||||
color: #172636 !important;
|
||||
font-size: 19px !important;
|
||||
font-weight: 950 !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-quick-set-failed span {
|
||||
color: #738392 !important;
|
||||
font-size: 13px !important;
|
||||
line-height: 1.5 !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-quick-set-failed button {
|
||||
min-height: 36px !important;
|
||||
padding: 0 20px !important;
|
||||
border: 1px solid rgba(16, 115, 204, 0.14) !important;
|
||||
border-radius: 10px !important;
|
||||
color: #1073cc !important;
|
||||
background: #ffffff !important;
|
||||
font-size: 13px !important;
|
||||
font-weight: 700 !important;
|
||||
cursor: pointer !important;
|
||||
transition: background 180ms ease, color 180ms ease !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-quick-set-failed button:hover:not(:disabled) {
|
||||
color: #ffffff !important;
|
||||
background: #1073cc !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-quick-set-failed button:disabled {
|
||||
opacity: 0.45 !important;
|
||||
cursor: not-allowed !important;
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
from { transform: rotate(0deg); }
|
||||
to { transform: rotate(360deg); }
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-quick-set-result-card {
|
||||
display: grid !important;
|
||||
grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) !important;
|
||||
@@ -6993,6 +7246,68 @@
|
||||
transform-origin: center !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-quick-detail-download {
|
||||
position: absolute !important;
|
||||
bottom: 16px !important;
|
||||
right: 16px !important;
|
||||
display: inline-flex !important;
|
||||
align-items: center !important;
|
||||
justify-content: center !important;
|
||||
gap: 7px !important;
|
||||
min-height: 36px !important;
|
||||
padding: 0 16px !important;
|
||||
border: 1px solid rgba(16, 115, 204, 0.14) !important;
|
||||
border-radius: 10px !important;
|
||||
color: #1073cc !important;
|
||||
background: rgba(255, 255, 255, 0.92) !important;
|
||||
backdrop-filter: blur(6px) !important;
|
||||
box-shadow: 0 8px 20px rgba(16, 115, 204, 0.06) !important;
|
||||
font-size: 13px !important;
|
||||
font-weight: 850 !important;
|
||||
cursor: pointer !important;
|
||||
transition: transform 180ms ease, color 180ms ease, background 180ms ease, box-shadow 180ms ease !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-quick-detail-download:hover {
|
||||
color: #ffffff !important;
|
||||
background: #1073cc !important;
|
||||
box-shadow: 0 12px 26px rgba(16, 115, 204, 0.18) !important;
|
||||
transform: translateY(-1px) !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-quick-detail-download:active {
|
||||
transform: scale(0.96) !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .product-set-preview-download {
|
||||
display: inline-flex !important;
|
||||
align-items: center !important;
|
||||
justify-content: center !important;
|
||||
gap: 7px !important;
|
||||
min-height: 38px !important;
|
||||
padding: 0 20px !important;
|
||||
border: 1px solid rgba(16, 115, 204, 0.14) !important;
|
||||
border-radius: 10px !important;
|
||||
color: #1073cc !important;
|
||||
background: #ffffff !important;
|
||||
box-shadow: 0 8px 20px rgba(16, 115, 204, 0.06) !important;
|
||||
font-size: 14px !important;
|
||||
font-weight: 700 !important;
|
||||
cursor: pointer !important;
|
||||
transition: transform 180ms ease, color 180ms ease, background 180ms ease, box-shadow 180ms ease !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .product-set-preview-download:hover {
|
||||
color: #ffffff !important;
|
||||
background: #1073cc !important;
|
||||
box-shadow: 0 12px 26px rgba(16, 115, 204, 0.18) !important;
|
||||
transform: translateY(-1px) !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .product-set-preview-download:active {
|
||||
transform: scale(0.96) !important;
|
||||
}
|
||||
|
||||
.ecommerce-standalone .ecom-quick-set-prompt {
|
||||
position: relative !important;
|
||||
display: grid !important;
|
||||
@@ -10841,21 +11156,17 @@ html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[d
|
||||
html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"] .ecom-command-quick-board {
|
||||
position: relative !important;
|
||||
display: grid !important;
|
||||
grid-template-columns: 1.12fr 1.08fr 1fr 0.96fr 0.96fr !important;
|
||||
gap: 12px !important;
|
||||
min-height: 112px !important;
|
||||
padding: 12px !important;
|
||||
grid-template-columns: repeat(5, 1fr) !important;
|
||||
gap: 10px !important;
|
||||
min-height: 0 !important;
|
||||
padding: 0 !important;
|
||||
overflow: visible !important;
|
||||
border: 0 !important;
|
||||
border-radius: 22px !important;
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(248, 253, 254, 0.42)),
|
||||
rgba(255, 255, 255, 0.46) !important;
|
||||
box-shadow:
|
||||
0 20px 52px rgba(16, 115, 204, 0.055),
|
||||
inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
|
||||
backdrop-filter: blur(16px) saturate(1.08) !important;
|
||||
-webkit-backdrop-filter: blur(16px) saturate(1.08) !important;
|
||||
border-radius: 0 !important;
|
||||
background: transparent !important;
|
||||
box-shadow: none !important;
|
||||
backdrop-filter: none !important;
|
||||
-webkit-backdrop-filter: none !important;
|
||||
}
|
||||
|
||||
html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"] .ecom-command-quick-board::before {
|
||||
@@ -10863,11 +11174,11 @@ html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[d
|
||||
}
|
||||
|
||||
html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"] .ecom-command-quick-board button {
|
||||
min-height: 84px !important;
|
||||
padding: 0 clamp(12px, 1.35vw, 18px) !important;
|
||||
gap: 10px !important;
|
||||
min-height: 72px !important;
|
||||
padding: 12px 10px !important;
|
||||
gap: 8px !important;
|
||||
border: 0 !important;
|
||||
border-radius: 18px !important;
|
||||
border-radius: 16px !important;
|
||||
background:
|
||||
radial-gradient(circle at 16% 18%, color-mix(in srgb, var(--quick-accent) 18%, transparent), transparent 38%),
|
||||
linear-gradient(135deg, rgba(255, 255, 255, 0.94), var(--quick-bg)) !important;
|
||||
@@ -10899,10 +11210,10 @@ html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[d
|
||||
}
|
||||
|
||||
html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"] .ecom-command-quick-board button > span {
|
||||
width: 38px !important;
|
||||
height: 38px !important;
|
||||
width: 34px !important;
|
||||
height: 34px !important;
|
||||
border: 0 !important;
|
||||
border-radius: 14px !important;
|
||||
border-radius: 12px !important;
|
||||
background:
|
||||
linear-gradient(180deg, color-mix(in srgb, var(--quick-accent) 18%, #ffffff), color-mix(in srgb, var(--quick-accent) 8%, #ffffff)) !important;
|
||||
color: var(--quick-accent) !important;
|
||||
@@ -10940,6 +11251,12 @@ html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[d
|
||||
--quick-text: #542234;
|
||||
}
|
||||
|
||||
html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"] .ecom-command-quick-board .ecom-command-quick-card--translate {
|
||||
--quick-accent: #0891b2;
|
||||
--quick-bg: #ecfeff;
|
||||
--quick-text: #164e63;
|
||||
}
|
||||
|
||||
html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"] .ecom-command-quick-board,
|
||||
html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"] .ecom-command-quick-board button,
|
||||
html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"] .ecom-command-quick-board button > span,
|
||||
@@ -11616,24 +11933,20 @@ html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[d
|
||||
|
||||
html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"] .ecom-command-composer-wrap.ecom-command-composer-wrap:has(.ecom-inspiration-lab) .clone-ai-input-wrapper.ecom-command-composer,
|
||||
html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"] .ecom-command-composer-wrap.ecom-command-composer-wrap:has(.ecom-inspiration-lab) .ecom-command-quick-board {
|
||||
width: min(100%, 1024px) !important;
|
||||
width: min(100%, 1088px) !important;
|
||||
}
|
||||
|
||||
html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"] .ecom-command-composer-wrap.ecom-command-composer-wrap:has(.ecom-inspiration-lab) .ecom-command-quick-board {
|
||||
width: min(100%, 820px) !important;
|
||||
min-height: 0 !important;
|
||||
grid-template-columns: repeat(4, minmax(142px, 1fr)) !important;
|
||||
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
|
||||
align-items: stretch !important;
|
||||
gap: 10px !important;
|
||||
margin-inline: auto !important;
|
||||
padding: 8px !important;
|
||||
border-radius: 18px !important;
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(246, 252, 254, 0.42)),
|
||||
rgba(255, 255, 255, 0.4) !important;
|
||||
box-shadow:
|
||||
0 14px 34px rgba(16, 115, 204, 0.045),
|
||||
inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
|
||||
padding: 0 !important;
|
||||
border-radius: 0 !important;
|
||||
background: transparent !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"] .ecom-command-composer-wrap.ecom-command-composer-wrap:has(.ecom-inspiration-lab) .ecom-command-quick-board button {
|
||||
@@ -11658,8 +11971,8 @@ html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[d
|
||||
|
||||
@media (max-width: 760px) {
|
||||
html body #root .ecommerce-standalone.ecommerce-standalone .product-clone-page[data-tool="clone"][data-tool="clone"] .ecom-command-composer-wrap.ecom-command-composer-wrap:has(.ecom-inspiration-lab) .ecom-command-quick-board {
|
||||
width: min(100%, 420px) !important;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
|
||||
width: min(100%, 480px) !important;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11789,9 +12102,21 @@ html body #root .ecommerce-standalone.web-shell .product-clone-page[data-tool="c
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
html body #root .ecommerce-standalone.web-shell .product-clone-page[data-tool="clone"].is-translate-page {
|
||||
--ecom-history-offset: 0px !important;
|
||||
--ecom-history-panel-width: 0px !important;
|
||||
box-sizing: border-box !important;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
min-height: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
html body #root .ecommerce-standalone.web-shell .product-clone-page[data-tool="clone"].is-smart-cutout-page > .product-clone-shell,
|
||||
html body #root .ecommerce-standalone.web-shell .product-clone-page[data-tool="clone"].is-quick-set-page > .product-clone-shell,
|
||||
html body #root .ecommerce-standalone.web-shell .product-clone-page[data-tool="clone"].is-watermark-page > .product-clone-shell {
|
||||
html body #root .ecommerce-standalone.web-shell .product-clone-page[data-tool="clone"].is-watermark-page > .product-clone-shell,
|
||||
html body #root .ecommerce-standalone.web-shell .product-clone-page[data-tool="clone"].is-translate-page > .product-clone-shell {
|
||||
box-sizing: border-box !important;
|
||||
width: 100% !important;
|
||||
max-width: none !important;
|
||||
@@ -11800,6 +12125,7 @@ html body #root .ecommerce-standalone.web-shell .product-clone-page[data-tool="c
|
||||
|
||||
html body #root .ecommerce-standalone.web-shell .ecom-smart-cutout-page,
|
||||
html body #root .ecommerce-standalone.web-shell .ecom-watermark-page,
|
||||
html body #root .ecommerce-standalone.web-shell .ecom-translate-page,
|
||||
html body #root .ecommerce-standalone.web-shell .ecom-quick-set-page {
|
||||
box-sizing: border-box !important;
|
||||
width: 100% !important;
|
||||
@@ -11869,7 +12195,20 @@ html body #root .ecommerce-standalone.web-shell .ecom-quick-set-canvas {
|
||||
|
||||
html body #root .ecommerce-standalone.web-shell .ecom-watermark-page {
|
||||
grid-template-columns: minmax(320px, 350px) minmax(0, 1fr) !important;
|
||||
padding-top: 58px !important;
|
||||
padding-top: 0 !important;
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
padding-bottom: 0 !important;
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
html body #root .ecommerce-standalone.web-shell .ecom-translate-page {
|
||||
grid-template-columns: minmax(320px, 350px) minmax(0, 1fr) !important;
|
||||
padding-top: 0 !important;
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
padding-bottom: 0 !important;
|
||||
gap: 0 !important;
|
||||
}
|
||||
|
||||
html body #root .ecommerce-standalone.web-shell .ecom-watermark-side,
|
||||
|
||||
@@ -7868,6 +7868,39 @@
|
||||
transform: scale(0.94);
|
||||
}
|
||||
|
||||
.product-set-preview-download {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 7px;
|
||||
min-height: 38px;
|
||||
padding: 0 20px;
|
||||
border: 1px solid rgba(16, 115, 204, 0.14);
|
||||
border-radius: 10px;
|
||||
color: #1073cc;
|
||||
background: #ffffff;
|
||||
box-shadow: 0 8px 20px rgba(16, 115, 204, 0.06);
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
cursor: pointer;
|
||||
transition:
|
||||
transform 180ms ease,
|
||||
color 180ms ease,
|
||||
background 180ms ease,
|
||||
box-shadow 180ms ease;
|
||||
}
|
||||
|
||||
.product-set-preview-download:hover {
|
||||
color: #ffffff;
|
||||
background: #1073cc;
|
||||
box-shadow: 0 12px 26px rgba(16, 115, 204, 0.18);
|
||||
transform: translateY(-1px);
|
||||
}
|
||||
|
||||
.product-set-preview-download:active {
|
||||
transform: scale(0.96);
|
||||
}
|
||||
|
||||
@keyframes product-set-arrow-pulse {
|
||||
0%,
|
||||
100% {
|
||||
|
||||
Reference in New Issue
Block a user