Commit d1170fdbcaa494d666dc15f0fb3d2536d3edb3cd
1 parent
52701a9d
样式优化
Showing
1 changed file
with
4 additions
and
1 deletions
src/pages/index/index.less
| ... | ... | @@ -34,9 +34,12 @@ |
| 34 | 34 | .text{ |
| 35 | 35 | width: 466px; |
| 36 | 36 | height: 33px; |
| 37 | + position: fixed; | |
| 38 | + bottom: 50px; | |
| 39 | + left: 142px; | |
| 37 | 40 | background: url("../../../static/img/text.png") no-repeat center bottom; |
| 38 | 41 | background-size: 100%; |
| 39 | - margin: 0 auto; | |
| 42 | + margin: 0 auto | |
| 40 | 43 | } |
| 41 | 44 | .bottom_backg { |
| 42 | 45 | width: 100%; | ... | ... |