dengzhiguo 7 years ago
parent
commit
380d105504
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/css/service/projectDetails.css

+ 2 - 2
src/css/service/projectDetails.css

@@ -30,11 +30,11 @@ text-align: center;line-height: 50px;display: inline-block;letter-spacing: 8px;c
 .fuwu{margin-right:20px;}
 .pointer{cursor: pointer;}
 .fine{width:240px;height:545px;position: absolute;top:35px;right:80px;}
-.fine>img{width:240px;height:160px;}
+.fine img{width:240px;height:160px;}
 .fine>div.fine_title{width:90px;height:35px;background: #3185D0;text-align: center;
     line-height: 35px;color:#fff;border-radius: 5px;}
 .fine>div{width:240px;height:160px;margin-top: 10px;position: relative;}
-.fine>div>div>img{width:240px;height:160px;}
+.fine>div>img{width:240px;height:160px;}
 .fine>div>p{width:240px;height:35px;position: absolute;left:0;bottom:0;background: #7A7572;
     color:#fff;text-align: center;line-height: 35px;text-overflow:ellipsis;overflow: hidden;}
 .fine>div>p.achievementId{display: none;}