style:我的业务
Showing
2 changed files
with
7 additions
and
2 deletions
... | @@ -10,9 +10,14 @@ | ... | @@ -10,9 +10,14 @@ |
10 | height: 140px; | 10 | height: 140px; |
11 | padding: 30px; | 11 | padding: 30px; |
12 | box-sizing: border-box; | 12 | box-sizing: border-box; |
13 | background: #FFFFFF; | ||
14 | border-radius: 4px; | 13 | border-radius: 4px; |
15 | border: 1px solid #DEDEDE; | 14 | border: 1px solid #DEDEDE; |
15 | box-shadow: 0 3px 6px 0 rgba(10,14,40,0.08); | ||
16 | -moz-box-shadow:0 3px 6px 0 rgba(10,14,40,0.08); /*firefox*/ | ||
17 | -webkit-box-shadow:0 3px 6px 0 rgba(10,14,40,0.08); /*webkit*/ | ||
18 | border-radius: 4px; | ||
19 | background: url('../staticImages/user-centerbg.png') no-repeat; | ||
20 | background-size: cover; | ||
16 | } | 21 | } |
17 | .perinfo_left{ | 22 | .perinfo_left{ |
18 | float: left; | 23 | float: left; | ... | ... |
... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
24 | </div> | 24 | </div> |
25 | <!-- -----------------个人信息------------------------ --> | 25 | <!-- -----------------个人信息------------------------ --> |
26 | <div class="central_area"> | 26 | <div class="central_area"> |
27 | <div class="perinfo contentBox cardItem"> | 27 | <div class="perinfo contentBox"> |
28 | <div class="perinfo_left"> | 28 | <div class="perinfo_left"> |
29 | <img src="../staticImages/person.png" alt=""> | 29 | <img src="../staticImages/person.png" alt=""> |
30 | <ul> | 30 | <ul> | ... | ... |
-
Please register or sign in to post a comment