...
|
...
|
@@ -217,13 +217,15 @@ span.back_href { |
|
|
|
|
|
/*底部icon*/
|
|
|
.bottom_icon {
|
|
|
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
/*position: absolute;*/
|
|
|
bottom: 0;
|
|
|
position:fixed;
|
|
|
bottom: 0.2rem;
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
margin: 0.42rem auto 0.34rem;
|
|
|
/*margin: 0.42rem auto 0.34rem;*/
|
|
|
}
|
|
|
.bottom_img{
|
|
|
width: 0.4rem;
|
...
|
...
|
|