提交 ad46198e authored 作者: lihuihui's avatar lihuihui

updata

上级 15087977
...@@ -191,7 +191,6 @@ export default { ...@@ -191,7 +191,6 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.end_box{ .end_box{
width: 100%; width: 100%;
height: 100%;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
...@@ -413,7 +412,8 @@ export default { ...@@ -413,7 +412,8 @@ export default {
z-index: 99; z-index: 99;
display: flex; display: flex;
align-items: center; align-items: center;
padding: 0 .4rem; // padding: 0 .4rem;
padding-bottom: env(safe-area-inset-bottom);
.btn{width:3rem; .btn{width:3rem;
height:.7rem; height:.7rem;
background:rgba(43,124,233,1); background:rgba(43,124,233,1);
...@@ -422,9 +422,11 @@ export default { ...@@ -422,9 +422,11 @@ export default {
font-size: .3rem; font-size: .3rem;
text-align: center; text-align: center;
line-height: .7rem; line-height: .7rem;
margin-left: .4rem;
} }
.btn:nth-child(2){ .btn:nth-child(2){
margin-left: auto; margin-left: auto;
margin-right: .4rem;
} }
} }
.cent{ .cent{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论