mirror of
https://github.com/PlayEdu/h5.git
synced 2025-07-27 20:29:42 +08:00
我的页面设置样式优化
This commit is contained in:
parent
84bbd23ff2
commit
6cc81ea6b7
@ -157,10 +157,15 @@
|
|||||||
|
|
||||||
.dialog-body {
|
.dialog-body {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0px;
|
bottom: 53px;
|
||||||
left: 20px;
|
left: 20px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
height: 253px;
|
min-height: 253px;
|
||||||
|
// box-sizing: border-box;
|
||||||
|
// padding-bottom: calc(
|
||||||
|
// 53px + constant(safe-area-inset-bottom)
|
||||||
|
// ); /* 兼容iOS 11.0 - 11.2 */
|
||||||
|
// padding-bottom: calc(53px + env(safe-area-inset-bottom)); /* 兼容iOS 11.2+ */
|
||||||
.dialog-box {
|
.dialog-box {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 162px;
|
height: 162px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user