Commit fec1c71fc762064ffb6bede96afaed2b4a6fa485
0 parents
首页我的地址改成可编辑状态
Showing
1 changed file
with
49 additions
and
0 deletions
src/pages/index/index.less
0 → 100644
| 1 | +++ a/src/pages/index/index.less | |
| 1 | +.box { | |
| 2 | + width: 100%; | |
| 3 | + height: 100vh; | |
| 4 | + background: url("../../../static/img/background.jpg") no-repeat center top; | |
| 5 | + background-size: 100%; | |
| 6 | + .btn_box { | |
| 7 | + width: 670px; | |
| 8 | + height: 570px; | |
| 9 | + position: fixed; | |
| 10 | + bottom: 143px; | |
| 11 | + left: 40px; | |
| 12 | + div:first-child { | |
| 13 | + width: 100%; | |
| 14 | + height: 260px; | |
| 15 | + background: url("../../../static/img/online.png") no-repeat center top; | |
| 16 | + background-size: 100%; | |
| 17 | + display: block; | |
| 18 | + } | |
| 19 | + div:nth-child(2) { | |
| 20 | + width: 100%; | |
| 21 | + height: 260px; | |
| 22 | + background: url("../../../static/img/off.png") no-repeat center top; | |
| 23 | + background-size: 100%; | |
| 24 | + margin-top: 50px; | |
| 25 | + } | |
| 26 | + | |
| 27 | + } | |
| 28 | + .bottom_box{ | |
| 29 | + width: 100%; | |
| 30 | + position: fixed; | |
| 31 | + left: 0px; | |
| 32 | + bottom: 0px; | |
| 33 | + } | |
| 34 | + .text{ | |
| 35 | + width: 466px; | |
| 36 | + height: 33px; | |
| 37 | + background: url("../../../static/img/text.png") no-repeat center bottom; | |
| 38 | + background-size: 100%; | |
| 39 | + margin: 0 auto; | |
| 40 | + } | |
| 41 | + .bottom_backg { | |
| 42 | + width: 100%; | |
| 43 | + height: 89px; | |
| 44 | + background: url("../../../static/img/bottom.png") no-repeat; | |
| 45 | + background-size: 100% 100%; | |
| 46 | + } | |
| 47 | + | |
| 48 | +} | ... | ... |