17 lines
286 B
Plaintext
17 lines
286 B
Plaintext
/* 文件职责:配送设置页面基础骨架样式。 */
|
|
.page-store-delivery {
|
|
max-width: 980px;
|
|
|
|
.delivery-cards-stack {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 16px;
|
|
}
|
|
|
|
.section-title {
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
color: #1a1a2e;
|
|
}
|
|
}
|