Showing
4 changed files
with
11 additions
and
3 deletions
static/img/life/login/code.jpg
0 → 100644

40.6 KB
static/img/life/login/codemark.jpg
0 → 100644

20.5 KB
@@ -27,7 +27,7 @@ html,body { | @@ -27,7 +27,7 @@ html,body { | ||
27 | background-size: 100% 100%; | 27 | background-size: 100% 100%; |
28 | background-repeat: no-repeat; | 28 | background-repeat: no-repeat; |
29 | width: 60.625%; | 29 | width: 60.625%; |
30 | - height:8.13%; | 30 | + height:7%; |
31 | position: absolute; | 31 | position: absolute; |
32 | left: 20%; | 32 | left: 20%; |
33 | top:17rem; | 33 | top:17rem; |
@@ -63,12 +63,12 @@ html,body { | @@ -63,12 +63,12 @@ html,body { | ||
63 | display: none; | 63 | display: none; |
64 | } | 64 | } |
65 | .code{ | 65 | .code{ |
66 | - background-image:resolve('life/login/code.png'); | 66 | + background-image:resolve('life/login/code.jpg'); |
67 | background-size: 100% 100%; | 67 | background-size: 100% 100%; |
68 | background-repeat: no-repeat; | 68 | background-repeat: no-repeat; |
69 | width: 80%; | 69 | width: 80%; |
70 | position:absolute; | 70 | position:absolute; |
71 | - height:60%; | 71 | + height:42.5%; |
72 | left:10%; | 72 | left:10%; |
73 | top:10%; | 73 | top:10%; |
74 | display: none; | 74 | display: none; |
@@ -83,6 +83,13 @@ html,body { | @@ -83,6 +83,13 @@ html,body { | ||
83 | left:10px; | 83 | left:10px; |
84 | top:10px; | 84 | top:10px; |
85 | } | 85 | } |
86 | + img{ | ||
87 | + height: 40%; | ||
88 | + width: 50%; | ||
89 | + position: absolute; | ||
90 | + left: 25%; | ||
91 | + top:40%; | ||
92 | + } | ||
86 | } | 93 | } |
87 | .statu-mark{ | 94 | .statu-mark{ |
88 | position: fixed; | 95 | position: fixed; |
@@ -6,6 +6,7 @@ | @@ -6,6 +6,7 @@ | ||
6 | <div class="mark"></div> | 6 | <div class="mark"></div> |
7 | <div class="code"> | 7 | <div class="code"> |
8 | <div class="close"></div> | 8 | <div class="close"></div> |
9 | + <img src="http://static.dev.yohobuy.com/img/life/login/codemark.jpg"/> | ||
9 | </div> | 10 | </div> |
10 | <div class="statu-mark"></div> | 11 | <div class="statu-mark"></div> |
11 | <div class="statu-box"> | 12 | <div class="statu-box"> |
-
Please register or login to post a comment