支付宝下单和其他细节优化

This commit is contained in:
2026-05-21 15:10:02 +08:00
parent 39bf8548df
commit 1637ee5bbc
33 changed files with 1511 additions and 232 deletions
+1
View File
@@ -13,6 +13,7 @@
background: $bg-main;
display: flex;
flex-direction: column;
font-size: 0.14rem;
// 手动包裹的两层 div,需要撑满剩余高度并允许内部滚动
> .bg-white {
+1
View File
@@ -14,6 +14,7 @@
background: $bg-main;
display: flex;
flex-direction: column;
font-size: 0.14rem;
}
// 页面标题
+1
View File
@@ -12,6 +12,7 @@
background: $bg-main;
display: flex;
flex-direction: column;
font-size: 0.14rem;
}
// 页面标题区
+9
View File
@@ -12,6 +12,7 @@
background: $bg-main;
display: flex;
flex-direction: column;
font-size: 0.14rem;
}
&__header {
@@ -160,6 +161,14 @@
height: 0.16rem;
}
// 空状态提示
&__empty {
padding: 0.6rem 0.2rem;
text-align: center;
color: $text-light;
font-size: 0.14rem;
}
// 弹出菜单
&__popup {
position: absolute;