|
|
|
@ -70,6 +70,8 @@ const props = defineProps({
|
|
|
|
|
.sort_item {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
|
|
|
|
|
"Microsoft YaHei", "微软雅黑", Arial, sans-serif;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 400;
|
|
|
|
@ -85,6 +87,8 @@ const props = defineProps({
|
|
|
|
|
.circle {
|
|
|
|
|
width: 18px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
|
|
|
|
|
"Microsoft YaHei", "微软雅黑", Arial, sans-serif;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 400;
|
|
|
|
@ -98,7 +102,7 @@ const props = defineProps({
|
|
|
|
|
|
|
|
|
|
.circle::before {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-top: 1px;
|
|
|
|
|
margin-top: 3px;
|
|
|
|
|
margin-left: 1px;
|
|
|
|
|
content: attr(data-number);
|
|
|
|
|
}
|
|
|
|
|