Browse Source

热门领域icon路径修改

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

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

@ -40,14 +40,14 @@ input{ outline:none;}
40 40
.field-name{ display:block; width:164px;font-size:16px;line-height:40px; color:#fff; text-align:center;}
41 41
.field-icon{ display:block; width:100px; height:100px; border-radius:50%; margin:auto;}
42 42
.field-name:hover{color:#fff;}
43
.field-icon1{ background:url(../images/filedIcon/field20.png) no-repeat center center;}
44
.field-icon2{ background:url(../images/filedIcon/field11.png) no-repeat center center;}
45
.field-icon3{ background:url(../images/filedIcon/field16.png) no-repeat center center;}
46
.field-icon4{ background:url(../images/filedIcon/field04.png) no-repeat center center;}
47
.field-icon5{ background:url(../images/filedIcon/field18.png) no-repeat center center;}
48
.field-icon6{ background:url(../images/filedIcon/field07.png) no-repeat center center;}
49
.field-icon7{ background:url(../images/filedIcon/field02.png) no-repeat center center;}
50
.field-icon8{ background:url(../images/filedIcon/field05.png) no-repeat center center;}
43
.field-icon1{ background:url(../images/fieldIcon/field20.png) no-repeat center center;}
44
.field-icon2{ background:url(../images/fieldIcon/field11.png) no-repeat center center;}
45
.field-icon3{ background:url(../images/fieldIcon/field16.png) no-repeat center center;}
46
.field-icon4{ background:url(../images/fieldIcon/field04.png) no-repeat center center;}
47
.field-icon5{ background:url(../images/fieldIcon/field18.png) no-repeat center center;}
48
.field-icon6{ background:url(../images/fieldIcon/field07.png) no-repeat center center;}
49
.field-icon7{ background:url(../images/fieldIcon/field02.png) no-repeat center center;}
50
.field-icon8{ background:url(../images/fieldIcon/field05.png) no-repeat center center;}
51 51
.more{position: relative; display:block; width:132px; height:35px; margin:auto;font-size:14px;line-height:32px;padding:0 30px; color:#fff;}
52 52
.more em{ position: absolute; top: 50%;margin-top: -9px; margin-left: 4px;width: 16px; height: 16px; background:url(../images/more-white.png) center center no-repeat;background-size:100% 100%;}
53 53
.hot-field .more{ color:#fff;}