Commit 2a00c637 by 瞿伟康

fix

parent 0ada16a5
...@@ -33,14 +33,14 @@ ...@@ -33,14 +33,14 @@
width: 100%; width: 100%;
padding: 0 .16rem; padding: 0 .16rem;
border-top: 1px solid #EEEE; border-top: 1px solid #EEEE;
justify-content: center justify-content: center;
overflow: hidden;
} }
.item-link>a{ .item-link>a{
height: .40rem; height: .40rem;
width: 1.60rem; width: 1.60rem;
justify-content: space-around; padding: .1rem;
align-items:center; float: left;
display: flex;
color: #606060ee; color: #606060ee;
border-right: 1px solid #EEEE border-right: 1px solid #EEEE
} }
...@@ -49,8 +49,7 @@ ...@@ -49,8 +49,7 @@
} }
.item-link>a::after{ .item-link>a::after{
content: '>'; content: '>';
display: inline-block; float: right;
justify-content: flex-end
} }
.plate-1{ .plate-1{
margin-top: .12rem; margin-top: .12rem;
...@@ -62,7 +61,7 @@ ...@@ -62,7 +61,7 @@
border: 0 border: 0
} }
.last-item a::after{ .last-item a::after{
content: '>'; content: '';
position: relative; position: relative;
} }
.last-item a:nth-child(2)::after{ .last-item a:nth-child(2)::after{
......
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