Commit 56e80351 by 谢中龙

优化界面

parent b0a567b6
...@@ -96,6 +96,7 @@ view{ ...@@ -96,6 +96,7 @@ view{
min-width: 220rpx; min-width: 220rpx;
max-width: 220rpx; max-width: 220rpx;
height: 100%; height: 100%;
padding: 10rpx;
} }
.recommand-product .product-item .img image{ .recommand-product .product-item .img image{
...@@ -185,6 +186,7 @@ view{ ...@@ -185,6 +186,7 @@ view{
text-overflow: ellipsis; text-overflow: ellipsis;
display: -webkit-box; display: -webkit-box;
-webkit-line-clamp: 1; -webkit-line-clamp: 1;
vertical-align:middle;
line-clamp: 1; line-clamp: 1;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment