Pārlūkot izejas kodu

项目列表优化

liting2017 6 gadi atpakaļ
vecāks
revīzija
5892096f5e

+ 1 - 0
src/css/newMenu/adviser.css

@@ -138,6 +138,7 @@ footer{
     border-radius: 15px;
     overflow: hidden;
     transition: all .2 ease-in-out;
+    box-shadow: 0 0 2px #ccc;
 }
 .listHead ul li:hover {
     box-shadow: 0 0 20px #ccc;

+ 9 - 12
src/css/newMenu/patentList.css

@@ -275,6 +275,7 @@
 .achievementHot ul li{
     width: 272px;
     transition: all .2s ease-in;
+    box-shadow: 0 0 2px #ccc;
 }
 .achievementHot ul li .img img {
     width: 100%;
@@ -442,19 +443,15 @@ footer{
     background: url(../../../img/initPic/serviceInit.jpg) no-repeat;
     background-size:100% 100%; 
 }
-
-/* .pagination_box .inp input{
-	position: absolute;
-	left: 0;
-	top:20px;
-
+.hotList .img img{
+    background: #fff;
+}
+.pagination .pagePre a{
+    margin-right: 10px;
+}
+.pageNext a{
+    margin-left: 10px;
 }
-.pagination_box .inp button{
-	position: absolute;
-	right: 0;
-	top:25px;
-} */
-
 
 
 

+ 10 - 1
src/css/newMenu/serviceList.css

@@ -272,6 +272,7 @@
 .achievementHot ul li{
     width: 210px;
     transition: all .2s ease-in;
+    box-shadow: 0 0 2px #ccc;
 }
 .achievementHot ul li .img img {
     width: 100%;
@@ -503,8 +504,16 @@
 .pagination_box .inp button{
     margin-top: -5px;
 }
+.hotList .img img{
+    background: #fff;
+}
 
-
+.pagination .pagePre a{
+    margin-right: 10px;
+}
+.pageNext a{
+    margin-left: 10px;
+}