style:个人中心
Showing
3 changed files
with
8 additions
and
1 deletions
... | @@ -123,6 +123,13 @@ | ... | @@ -123,6 +123,13 @@ |
123 | box-sizing: border-box; | 123 | box-sizing: border-box; |
124 | background: #FFFFFF; | 124 | background: #FFFFFF; |
125 | border-radius: 4px; | 125 | border-radius: 4px; |
126 | background: url('../staticImages/user-centerbg.png') no-repeat; | ||
127 | background-size: cover; | ||
128 | border: 1px solid #E9E9E9; | ||
129 | box-shadow: 0 3px 6px 0 rgba(10,14,40,0.08); | ||
130 | -moz-box-shadow:0 3px 6px 0 rgba(10,14,40,0.08); /*firefox*/ | ||
131 | -webkit-box-shadow:0 3px 6px 0 rgba(10,14,40,0.08); /*webkit*/ | ||
132 | border-radius: 4px; | ||
126 | } | 133 | } |
127 | .perinfo_left{ | 134 | .perinfo_left{ |
128 | float: left; | 135 | float: left; | ... | ... |
staticImages/user-centerbg.png
0 → 100644
37.7 KB
... | @@ -23,7 +23,7 @@ | ... | @@ -23,7 +23,7 @@ |
23 | </div> | 23 | </div> |
24 | <!-- -----------------------------------个人中心模块---------------------------------------------- --> | 24 | <!-- -----------------------------------个人中心模块---------------------------------------------- --> |
25 | <div class="central_area"> | 25 | <div class="central_area"> |
26 | <div class="perinfo cardItem contentBox"> | 26 | <div class="perinfo contentBox"> |
27 | <div class="perinfo_left"> | 27 | <div class="perinfo_left"> |
28 | <img src="../staticImages/person.png" alt=""> | 28 | <img src="../staticImages/person.png" alt=""> |
29 | <ul> | 29 | <ul> | ... | ... |
-
Please register or sign in to post a comment