dengzhiguo лет назад: 6
Родитель
Сommit
8e7f7f175d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/css/inded.css

+ 1 - 1
src/css/inded.css

@@ -51,7 +51,7 @@ display: flex;justify-content: space-around;padding: 35px 40px;}
 #hotProject{width:100%;padding-top: 30px;background:url("../../img/indedImg/inded40.png")no-repeat;}
 .hotProject_cont{width: 1200px;height:700px;margin:30px auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
 .hotProject_cont>div{width:285px;height:335px;background-color: #fff;}
-.hotProject_cont>div{width:285px;height:165px;}
+.hotProject_cont>img{width:285px;height:165px;}
 .hotProject_cont>div>h3{margin:10px 0 10px 20px;letter-spacing: 2px;}
 .hotProject_cont>div>p{margin-left:20px;letter-spacing: 1px;
 text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 3;}