update at 2026-02-13 22:26:53
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
.page {
|
||||
min-height: 100vh;
|
||||
padding: 8px;
|
||||
background: #f3f4f6;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.header {
|
||||
@@ -13,50 +16,77 @@
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
border-radius: 12px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.title {
|
||||
width: 160px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.toolbar {
|
||||
margin-top: 8px;
|
||||
height: 38px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.tool-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 3px;
|
||||
font-size: 12px;
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
.tool-icon {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.tiny-icon {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
.upload-trigger {
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
.upload-box {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
height: 28px;
|
||||
border-radius: 6px;
|
||||
border: 0.5px solid #4e5969;
|
||||
background: #f7f8fa;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0 6px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.upload-text {
|
||||
width: 100%;
|
||||
color: #4e5969;
|
||||
font-size: 10px;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.toolbar-spacer {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.export-box {
|
||||
margin-left: auto;
|
||||
background: #fff;
|
||||
border: 1px solid #e5e6eb;
|
||||
border: 0.5px solid #e5e6eb;
|
||||
border-radius: 4px;
|
||||
padding: 2px 4px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.export-main {
|
||||
width: 10px;
|
||||
height: 20px;
|
||||
width: 9px;
|
||||
height: 21px;
|
||||
}
|
||||
|
||||
.export-icon {
|
||||
@@ -64,44 +94,193 @@
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.preview-block,
|
||||
.block {
|
||||
.preview-panel {
|
||||
margin-top: 8px;
|
||||
border: 1px solid #fbaca3;
|
||||
border-radius: 8px;
|
||||
border: 0.4px solid #f99595;
|
||||
border-radius: 6.4px;
|
||||
background: #fff;
|
||||
padding: 4px;
|
||||
padding: 3.2px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.block-title {
|
||||
font-size: 16px;
|
||||
.preview-head {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.preview-title {
|
||||
width: 166px;
|
||||
height: auto;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.preview-controls {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.preview-controls::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.control-item,
|
||||
.picker-item,
|
||||
.direction-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.control-icon {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
.select-pill {
|
||||
height: 14px;
|
||||
border: 0.5px solid #c9aee0;
|
||||
border-radius: 4px;
|
||||
padding: 0 2px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
color: #606060;
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.select-pill.wide {
|
||||
min-width: 40px;
|
||||
}
|
||||
|
||||
.select-arrow {
|
||||
width: 10px;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
.vertical-label {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
color: #000;
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.direction-switch {
|
||||
min-width: 43px;
|
||||
height: 14px;
|
||||
border-radius: 58px;
|
||||
background: #c9cdd4;
|
||||
padding: 1px;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 1px;
|
||||
}
|
||||
|
||||
.direction-switch.on {
|
||||
background: #9b6bc2;
|
||||
}
|
||||
|
||||
.direction-text {
|
||||
color: #4e5969;
|
||||
font-size: 8px;
|
||||
line-height: 1;
|
||||
padding: 0 1px;
|
||||
}
|
||||
|
||||
.direction-switch.on .direction-text {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.direction-thumb {
|
||||
width: 11.67px;
|
||||
height: 11.67px;
|
||||
border-radius: 999px;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.direction-switch.on .direction-thumb {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.direction-switch:not(.on) {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
.error-text {
|
||||
margin-top: 4px;
|
||||
color: #cb272d;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.preview-canvas {
|
||||
margin-top: 4px;
|
||||
min-height: 300px;
|
||||
background: #f7f8fa;
|
||||
margin-top: 3px;
|
||||
width: 100%;
|
||||
height: 371px;
|
||||
border-radius: 4px;
|
||||
background: #f7f8fa;
|
||||
}
|
||||
|
||||
.bottom-grid {
|
||||
.bottom-panels {
|
||||
margin-top: 8px;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.field {
|
||||
margin-top: 8px;
|
||||
.panel {
|
||||
border: 1px solid #f7e0e0;
|
||||
border-radius: 16px;
|
||||
background: #fff;
|
||||
padding: 8px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.data-panel {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.log-panel {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.panel-title {
|
||||
width: 128px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.panel-title-log {
|
||||
width: 123px;
|
||||
}
|
||||
|
||||
.field-group {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.field-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
color: #1d2129;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.field-title image {
|
||||
@@ -114,32 +293,54 @@
|
||||
border-bottom: 1px solid #c9cdd4;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
padding-bottom: 6px;
|
||||
margin-top: 4px;
|
||||
gap: 8px;
|
||||
padding-bottom: 8px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.row image {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.label {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
color: #86909c;
|
||||
font-size: 12px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.log-list {
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 6px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.log-item {
|
||||
color: #1d2129;
|
||||
font-size: 12px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.footer {
|
||||
margin-top: 8px;
|
||||
margin-top: 6px;
|
||||
color: #86909c;
|
||||
font-size: 14px;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.theme-sheet-mask {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.theme-sheet {
|
||||
@@ -150,6 +351,7 @@
|
||||
background: #fff;
|
||||
border-radius: 16px 16px 0 0;
|
||||
padding: 12px;
|
||||
z-index: 11;
|
||||
}
|
||||
|
||||
.theme-title {
|
||||
|
||||
Reference in New Issue
Block a user