Commit 74789c123f06f039d5b74ec8edfaae7a38a2fc40

Authored by liuqimichale
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 42 .java-logo{
43 43 height: 80px;
44 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 47 .java-title{
48 48 display: inline-block;
... ... @@ -150,8 +150,10 @@ section{
150 150 height: 245px;
151 151 background-color: #fff;
152 152 float: left;
  153 + box-shadow:0 0 10px 0 rgba(50,50,50,.1);
153 154 }
154 155 .link-con-bottom-wrap{
  156 + box-shadow:0 0 10px 0 rgba(50,50,50,.1);
155 157 width: 734px;
156 158 background-color: #fff;
157 159 height: 304px;
... ... @@ -230,6 +232,7 @@ section{
230 232 width: 336px;
231 233 height: 581px;
232 234 background-color: #fff;
  235 + box-shadow:0 0 10px 0 rgba(50,50,50,.1);
233 236 }
234 237 .ranking-list{
235 238 height: 534px;
... ...