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