Commit b05019aa744e4ea6e0b4dd53e09d9fe18b74649f

Authored by zhiyangdu
1 parent 87ae7365

样式优化

Showing 1 changed file with 4 additions and 6 deletions
src/pages/index/index.less
... ... @@ -7,7 +7,7 @@
7 7 width: 670px;
8 8 height: 570px;
9 9 position: fixed;
10   - bottom: 143px;
  10 + bottom: 193px;
11 11 left: 40px;
12 12 div:first-child {
13 13 width: 100%;
... ... @@ -25,13 +25,13 @@
25 25 }
26 26  
27 27 }
28   - .bottom_box{
  28 + .bottom_box {
29 29 width: 100%;
30 30 position: fixed;
31 31 left: 0px;
32 32 bottom: 0px;
33 33 }
34   - .text{
  34 + .text {
35 35 width: 466px;
36 36 height: 33px;
37 37 position: fixed;
... ... @@ -39,7 +39,7 @@
39 39 left: 142px;
40 40 background: url("../../../static/img/text.png") no-repeat center bottom;
41 41 background-size: 100%;
42   - margin: 0 auto
  42 + margin: 0 auto
43 43 }
44 44 .bottom_backg {
45 45 width: 100%;
... ... @@ -47,6 +47,4 @@
47 47 background: url("../../../static/img/bottom.png") no-repeat;
48 48 background-size: 100% 100%;
49 49 }
50   -
51   -
52 50 }
... ...