Commit 1c1bcfa6 by sunchao

底部样式统一优化

parent 9dae69dc
...@@ -92,6 +92,7 @@ ...@@ -92,6 +92,7 @@
position: fixed; position: fixed;
bottom: 0; bottom: 0;
left: 0; left: 0;
right: 0;
height: 56px; height: 56px;
line-height: 56px; line-height: 56px;
display: flex; display: flex;
...@@ -101,6 +102,7 @@ ...@@ -101,6 +102,7 @@
color: #fff; color: #fff;
background: #1b5b99; background: #1b5b99;
font-size: 18px; font-size: 18px;
margin: 0 auto;
.icon-fanhui{ .icon-fanhui{
position: absolute; position: absolute;
left: 0; left: 0;
......
...@@ -176,6 +176,7 @@ footer.fixed{ ...@@ -176,6 +176,7 @@ footer.fixed{
line-height: 56px; line-height: 56px;
border-radius: 0; border-radius: 0;
z-index: 0; z-index: 0;
margin: 0 auto;
} }
.page_mark{ .page_mark{
width: 40px; width: 40px;
...@@ -226,6 +227,8 @@ footer.fixed{ ...@@ -226,6 +227,8 @@ footer.fixed{
} }
#page{ #page{
min-width: 320px;
max-width: 640px;
position: fixed; position: fixed;
bottom: 0; bottom: 0;
left: 0; left: 0;
...@@ -235,6 +238,8 @@ footer.fixed{ ...@@ -235,6 +238,8 @@ footer.fixed{
width: 100%; width: 100%;
justify-content: space-evenly; justify-content: space-evenly;
border-top: 1px #e1e1e1 solid; border-top: 1px #e1e1e1 solid;
right: 0;
margin: 0 auto;
div{ div{
width: 50%; width: 50%;
text-align: center; text-align: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment