|
@@ -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>img{width:285px;height:165px;}
|
|
|
+.hotProject_cont>div>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;}
|