liting2017 6 years ago
parent
commit
5fee0b8e94

+ 5 - 2
src/css/indexNew.css

@@ -121,7 +121,7 @@ background:#FBFBFB url(../../img/indexNew7.png) no-repeat;padding:45px 15px 0 15
 margin-top:20px;letter-spacing: 2px;}
 .indexServe_cont>div>div{position:relative;text-align: left;}
 .indexServe_cont>div>div.indexServe_bots>p{width:220px;height:110px;display: inline-block;text-align: left;letter-spacing: 1px;
-margin-top:10px;color:#4E4E4E;line-height: 22px;
+margin-top:6px;color:#4E4E4E;line-height: 22px;
 text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 5;}
 .indexServe_cont>div>div>img{position:absolute;top:0;right:0;}
 .indexServe_cont>div>div>div.indexServe_bot{margin-top:20px;height: 160px;}
@@ -182,7 +182,7 @@ background:#FBFBFB;padding: 0 0 0 215px;text-align: left;position:relative;}
 .indexServe_long>div.indexServe_bots>p{width:220px;height:120px;display: inline-block;text-align: left;letter-spacing: 1px;
 margin-top:10px;color:#4E4E4E;line-height: 22px;
 text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 4;}
-.indexServe_long>div.indexServe_bot>div{width:320px;}
+.indexServe_long>div.indexServe_bot>div{width:320px;margin-bottom: 10px;}
 .indexServe_long>div.indexServe_img{width:350px;height:40px;background:url(../../img/indexNew10.png) top right no-repeat;margin-top:10px;
 text-align:right;padding-right:50px;font-size:16px;line-height:40px;color:#FF580D;cursor:pointer;position: absolute;bottom:10px;right:25px;}
 .indexServe_right{width:390px;height:401px;position: absolute;right:0;bottom:148px;}
@@ -270,6 +270,9 @@ text-align: center;line-height: 24px;font-size: 16px;background: #ffffff}
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 5!important;
 }
+.indexTxt .indexServe_bot p{
+    padding-top: 15px;
+}
 .indexExpert_cont>a>div:hover .indexExpert_yuyue{
     width: 140px;
     background: #0a7dd4;

+ 3 - 0
src/css/newMenu/header.css

@@ -13,6 +13,9 @@
     float: left;
     margin: 0 10px;
 }
+.header ul li:hover a{
+    color: #064f87;
+}
 .header a{
     color:#333;
 }

+ 1 - 1
src/css/technologyTrading/achievementDetail.css

@@ -60,7 +60,7 @@ div.pointer>p{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;paddi
 .detail_centertext{width:1200px;padding:30px 50px 0 50px;}
 .detail_centertext>div{width:94%;display: inline-block;padding-bottom: 20px;}
 .text_right>div{width:1100px;border-bottom:1px solid #F0F0F1;line-height: 40px;font-size: 16px;  }
-.text_right>p{width:1100px;padding: 10px 25px 0 0;line-height: 23px;text-align: justify}
+.text_right>p{width:1100px;padding: 10px 25px 0 0;line-height: 23px;text-align: justify;word-break: break-all; white-space: pre-wrap;word-wrap: break-word;}