工资条底部样式
This commit is contained in:
parent
6242e47490
commit
8c96536d11
|
|
@ -873,7 +873,14 @@
|
||||||
.button-container {
|
.button-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 30rpx 0;
|
position: fixed;
|
||||||
|
left: 0;
|
||||||
|
bottom: 86px;
|
||||||
|
width: 100vw;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
padding-bottom: constant(safe-area-inset-bottom); // 兼容 IOS<11.2
|
||||||
|
padding-bottom: env(safe-area-inset-bottom); // 兼容 IOS>11.2
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-save-image {
|
.btn-save-image {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue