Browse Source

去掉热门领域外面的线框

luyanan 8 years ago
parent
commit
76e2c7523f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/css/index.css

+ 1 - 1
src/main/webapp/css/index.css

@ -33,7 +33,7 @@ input{ outline:none;}
33 33
.field-box{ width:856px; height:360px; margin:30px auto;}
34 34
.field{ /*width:164px; height:140px;*/ padding:20px 25px; float:left;}
35 35
.field-name{ display:block; width:164px;font-size:18px;line-height:40px; color:#fff;  font-weight:bold;text-align:center;}
36
.field-icon{ display:block; width:100px; height:100px; border:2px #fff solid; border-radius:50%; margin:auto;}
36
.field-icon{ display:block; width:100px; height:100px; border-radius:50%; margin:auto;}
37 37
.field-name:hover{color:#fff;}
38 38
.field-icon1{ background:url(../images/field20.png) no-repeat center center;}
39 39
.field-icon2{ background:url(../images/field11.png) no-repeat center center;}