|
@@ -1,4 +1,4 @@
|
|
|
-*{padding: 0;margin: 0;box-sizing:border-box;font-family: "微软雅黑";}
|
|
|
+*{padding: 0;margin: 0;box-sizing:border-box;}
|
|
|
#index_fruit{width:1200px;height:450px;margin: 50px auto;}
|
|
|
.fruit_h3{width:1200px;height:80px;line-height: 80px;}
|
|
|
.fruit_h3>h3{color:#074F88;font-size:26px;letter-spacing:3px;margin: 0 auto;display: inline-block;font-weight: normal;}
|
|
@@ -32,7 +32,7 @@ display: inline-block;box-sizing: border-box;padding: 0 10px;}
|
|
|
.demand_img{width:300px;height:75px;position: relative;}
|
|
|
.demand_img>img{width:75px;height:75px;display: inline-block;}
|
|
|
.demand_img>div{width:185px;height:75px;display: inline-block;position: absolute;left:90px;top:0;}
|
|
|
-.demand_img>div>h5{margin: 0;margin-top:10px;font-size: 15px;letter-spacing: 2px;height:16px;font-weight: bold;color:#3B3B3B;font-family: "微软雅黑";
|
|
|
+.demand_img>div>h5{margin: 0;margin-top:10px;font-size: 15px;letter-spacing: 2px;height:16px;font-weight: bold;color:#3B3B3B;
|
|
|
text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 1;}
|
|
|
|
|
|
.demand_img>div>p{margin: 0;margin-top:10px;height:30px;line-height:25px;width:210px;position: relative;padding-left:25px;}
|