feat: refresh design list and order pages
This commit is contained in:
+13
-13
@@ -22,11 +22,11 @@
|
||||
}
|
||||
.tab-label {
|
||||
font-size: 28px;
|
||||
color: #b08d8d;
|
||||
color: var(--text-secondary);
|
||||
font-weight: 500;
|
||||
}
|
||||
.tab-item.active .tab-label {
|
||||
color: #ff9a9e;
|
||||
color: var(--accent-primary);
|
||||
font-weight: 700;
|
||||
}
|
||||
.tab-underline {
|
||||
@@ -36,7 +36,7 @@
|
||||
transform: translateX(-50%);
|
||||
width: 40px;
|
||||
height: 4px;
|
||||
background: #ff9a9e;
|
||||
background: var(--accent-primary);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
@@ -54,12 +54,12 @@
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding-bottom: 20px;
|
||||
border-bottom: 2px dashed #fce4ec;
|
||||
border-bottom: 1rpx solid var(--border);
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.order-date {
|
||||
font-size: 24px;
|
||||
color: #b08d8d;
|
||||
color: var(--text-secondary);
|
||||
}
|
||||
|
||||
.order-body {
|
||||
@@ -70,7 +70,7 @@
|
||||
.order-icon-wrapper {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
background: linear-gradient(135deg, #fff0f5 0%, #e3f2fd 100%);
|
||||
background: var(--bg-input);
|
||||
border-radius: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -91,25 +91,25 @@
|
||||
.order-product {
|
||||
font-size: 30px;
|
||||
font-weight: 700;
|
||||
color: #5c3a3a;
|
||||
color: var(--text-primary);
|
||||
display: block;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.order-sku {
|
||||
font-size: 24px;
|
||||
color: #b08d8d;
|
||||
color: var(--text-secondary);
|
||||
display: block;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.order-meta {
|
||||
font-size: 22px;
|
||||
color: #ccc;
|
||||
color: var(--text-muted);
|
||||
display: block;
|
||||
}
|
||||
|
||||
.order-footer {
|
||||
padding-top: 16px;
|
||||
border-top: 2px dashed #fce4ec;
|
||||
border-top: 1rpx solid var(--border);
|
||||
}
|
||||
.order-price-bar {
|
||||
display: flex;
|
||||
@@ -119,13 +119,13 @@
|
||||
}
|
||||
.price-label {
|
||||
font-size: 24px;
|
||||
color: #b08d8d;
|
||||
color: var(--text-secondary);
|
||||
margin-right: 8px;
|
||||
}
|
||||
.price-value {
|
||||
font-size: 36px;
|
||||
font-weight: 800;
|
||||
color: #ff6b81;
|
||||
color: var(--accent-primary);
|
||||
}
|
||||
.order-actions {
|
||||
display: flex;
|
||||
@@ -135,7 +135,7 @@
|
||||
.order-btn {
|
||||
padding: 14px 28px !important;
|
||||
font-size: 26px !important;
|
||||
border-radius: 40px !important;
|
||||
border-radius: 999rpx !important;
|
||||
}
|
||||
|
||||
/* 空状态 */
|
||||
|
||||
Reference in New Issue
Block a user