Authored by 毕凯

商品列表 动画优化

@@ -127,10 +127,10 @@ @@ -127,10 +127,10 @@
127 127
128 @keyframes slideRight { 128 @keyframes slideRight {
129 from { 129 from {
130 - width: 0; 130 + max-width: 0;
131 } 131 }
132 to { 132 to {
133 - width: 50px; 133 + max-width: 150px;
134 } 134 }
135 } 135 }
136 136
@@ -138,7 +138,7 @@ @@ -138,7 +138,7 @@
138 float: left; 138 float: left;
139 margin-top: 22px; 139 margin-top: 22px;
140 overflow: hidden; 140 overflow: hidden;
141 - animation: slideRight 200ms 1; 141 + animation: slideRight 600ms 1;
142 142
143 ul { 143 ul {
144 display: block; 144 display: block;