退化货管理

This commit is contained in:
唐明明
2021-11-09 17:03:14 +08:00
parent 9749aec218
commit 65f0d0d059
8 changed files with 4476 additions and 4576 deletions

View File

@@ -77,7 +77,7 @@
height: 100%;
}
.take-tips {
background-color: #e53d4c;
background-color: $mian-color;
width: $uni-img-size-sm;
height: $uni-img-size-sm;
border-radius: $uni-border-radius-circle;
@@ -123,13 +123,13 @@
height: 100%;
}
&:first-child {
color: #e53d4c;
color: $mian-color;
}
&:last-child::before {
background-color: $uni-bg-color;
}
&:first-child::after {
background-color: #e53d4c;
background-color: $mian-color;
}
.list-name {
margin-bottom: $margin - 10;