“liting 6 years ago
parent
commit
7dfc1a52ef
1 changed files with 4 additions and 3 deletions
  1. 4 3
      js/component/account/index/collection.less

+ 4 - 3
js/component/account/index/collection.less

@@ -24,8 +24,9 @@
 	.imgList {
         width: 90%;
 		.img {
-			width: 300px;
-            margin: 0 auto 15px;
+			width: 100%;
+			margin: 0 auto 15px;
+			padding: 0 10px;
 			.imgHeader {
                 overflow: hidden;
                 transition: all .2s ease-out;
@@ -68,7 +69,7 @@
 				}
                 .divP{
                     opacity: 0;
-                    width:300px;
+                    width: 100%;
                     height: 0px;
                     overflow: hidden;
                     position: absolute;