移除快手小店以及 api

This commit is contained in:
yml2213
2026-07-09 21:03:39 +08:00
parent a075b8acf7
commit ffbc19a9db
38 changed files with 110 additions and 2724 deletions
-27
View File
@@ -580,32 +580,6 @@ select {
color: #dc2626;
}
.claim-guide-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}
.claim-guide-figure {
margin: 0;
background: #f8fafc;
border: 1px solid #e5e7eb;
border-radius: 6px;
overflow: hidden;
}
.claim-guide-figure .ant-image,
.claim-guide-figure img {
width: 100%;
display: block;
}
.claim-guide-figure figcaption {
padding: 10px 12px 14px;
color: #475569;
font-size: 13px;
}
.claim-qr-block {
display: flex;
flex-direction: column;
@@ -1209,7 +1183,6 @@ select {
font-size: 12px;
}
.claim-guide-grid,
.claim-info-grid {
grid-template-columns: 1fr;
}