支付宝下单和其他细节优化
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
background: $bg-main;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-size: 0.14rem;
|
||||
|
||||
// 手动包裹的两层 div,需要撑满剩余高度并允许内部滚动
|
||||
> .bg-white {
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
background: $bg-main;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-size: 0.14rem;
|
||||
}
|
||||
|
||||
// 页面标题
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
background: $bg-main;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-size: 0.14rem;
|
||||
}
|
||||
|
||||
// 页面标题区
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user