|
@@ -887,7 +887,7 @@
|
|
|
float: left;
|
|
|
}
|
|
|
.projectMid .imgLeft {
|
|
|
- width: 432px;
|
|
|
+ width: 680px;
|
|
|
}
|
|
|
.projectMid .imgLeft ul li {
|
|
|
float: left;
|
|
@@ -900,6 +900,11 @@
|
|
|
text-align: center;
|
|
|
margin-right: 2px;
|
|
|
margin-bottom: 2px;
|
|
|
+ overflow: hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ -o-text-overflow: ellipsis;
|
|
|
+ padding: 0 5px;
|
|
|
}
|
|
|
.projectMid .imgRight{
|
|
|
width: 214px;
|
|
@@ -971,7 +976,7 @@
|
|
|
cursor: pointer;
|
|
|
transition: all .3s ease-out;
|
|
|
}
|
|
|
-.cooperationPeople span:hover{
|
|
|
+.cooperationPeople>span:hover{
|
|
|
transform: scale(1.1);
|
|
|
transition: all .3s ease-in;
|
|
|
}
|
|
@@ -1005,18 +1010,19 @@
|
|
|
width: 228px;
|
|
|
float: left;
|
|
|
}
|
|
|
-.customerList ul li div h5{
|
|
|
- font-weight: normal;
|
|
|
- font-size: 18px;
|
|
|
- color: #323232;
|
|
|
- margin-top: 16px;
|
|
|
-}
|
|
|
+
|
|
|
.customerList ul li div h5 span{
|
|
|
color: #ff580e;
|
|
|
font-size: 14px;
|
|
|
display: inline-block;
|
|
|
margin-left: 10px;
|
|
|
}
|
|
|
+.customerList ul li div h5 span:first-child{
|
|
|
+ font-weight: normal;
|
|
|
+ font-size: 18px;
|
|
|
+ color: #323232;
|
|
|
+ margin-top: 16px;
|
|
|
+}
|
|
|
.customerList ul li div p{
|
|
|
font-size: 12px;
|
|
|
color: #686868;
|