Commit 74789c123f06f039d5b74ec8edfaae7a38a2fc40
1 parent
06cb9731
box-shadow:0 0 10px 0 rgba(50,50,50,.1);
Showing
1 changed file
with
4 additions
and
1 deletions
css/libCss/common.css
@@ -42,7 +42,7 @@ header{ | @@ -42,7 +42,7 @@ header{ | ||
42 | .java-logo{ | 42 | .java-logo{ |
43 | height: 80px; | 43 | height: 80px; |
44 | display: inline-block; | 44 | display: inline-block; |
45 | - background: url("../../image/java-logo.png") no-repeat 47px center; | 45 | + background: url("../../image/java-logo.png") no-repeat 32px center; |
46 | } | 46 | } |
47 | .java-title{ | 47 | .java-title{ |
48 | display: inline-block; | 48 | display: inline-block; |
@@ -150,8 +150,10 @@ section{ | @@ -150,8 +150,10 @@ section{ | ||
150 | height: 245px; | 150 | height: 245px; |
151 | background-color: #fff; | 151 | background-color: #fff; |
152 | float: left; | 152 | float: left; |
153 | + box-shadow:0 0 10px 0 rgba(50,50,50,.1); | ||
153 | } | 154 | } |
154 | .link-con-bottom-wrap{ | 155 | .link-con-bottom-wrap{ |
156 | + box-shadow:0 0 10px 0 rgba(50,50,50,.1); | ||
155 | width: 734px; | 157 | width: 734px; |
156 | background-color: #fff; | 158 | background-color: #fff; |
157 | height: 304px; | 159 | height: 304px; |
@@ -230,6 +232,7 @@ section{ | @@ -230,6 +232,7 @@ section{ | ||
230 | width: 336px; | 232 | width: 336px; |
231 | height: 581px; | 233 | height: 581px; |
232 | background-color: #fff; | 234 | background-color: #fff; |
235 | + box-shadow:0 0 10px 0 rgba(50,50,50,.1); | ||
233 | } | 236 | } |
234 | .ranking-list{ | 237 | .ranking-list{ |
235 | height: 534px; | 238 | height: 534px; |