feat: 迁移卡片

This commit is contained in:
augushong
2025-08-15 10:29:34 +08:00
parent d115c8e06b
commit b5d74cb728
11 changed files with 110 additions and 94 deletions

View File

@@ -40,11 +40,11 @@
}
.ul-bg-black {
background-color: #393D49;
background-color: #393d49;
}
.ul-bg-dark {
background-color: #1F2430;
background-color: #1f2430;
}
.ul-color-main {
@@ -87,6 +87,10 @@
box-shadow: 0 0 3px #bbb;
}
.data-item {
margin-right: 15px;
}
.ul-order-list-simple-card .item {
box-shadow: 0 0 3px #ddd;
border-radius: 2px;
@@ -2580,10 +2584,6 @@
cursor: pointer;
}
.data-item {
margin-right: 15px;
}
.data-img .data-img-main {
max-width: 120px;
margin: 5px;

File diff suppressed because one or more lines are too long