feat: 订单问题修复

This commit is contained in:
2025-09-18 16:35:27 +08:00
parent 4f255ea0ee
commit 545604d537
5 changed files with 114 additions and 31 deletions

View File

@@ -159,6 +159,34 @@
}
}
}
.weather {
display: flex;
align-items: flex-end;
flex-direction: column;
gap: 4px;
.weatherIcon {
width: 20px;
height: 20px;
color: rgba(0, 0, 0, 0.8);
}
.temperature {
display: flex;
align-items: center;
gap: 12px;
color: rgba(0, 0, 0, 0.8);
font-feature-settings:
"liga" off,
"clig" off;
font-family: "PingFang SC";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}
}
}
&Place {