Commit 6c7c640c by wangjian

1

parent 7fa6e0df
...@@ -375,7 +375,7 @@ ...@@ -375,7 +375,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
.select-img { .select-img {
margin-right: 20rpx; margin-right: 16rpx;
width: 32rpx; width: 32rpx;
height: 32rpx; height: 32rpx;
} }
...@@ -407,10 +407,13 @@ ...@@ -407,10 +407,13 @@
} }
.info { .info {
margin: 20rpx 0; margin: 20rpx 0;
// width: 320rpx; max-width: 268rpx;
.name { .name {
font-size: 30rpx; font-size: 30rpx;
line-height: 42rpx; line-height: 42rpx;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} }
.spec { .spec {
margin-top: 6rpx; margin-top: 6rpx;
...@@ -423,6 +426,7 @@ ...@@ -423,6 +426,7 @@
margin-top: 26rpx; margin-top: 26rpx;
padding-right: 24rpx; padding-right: 24rpx;
text-align: right; text-align: right;
// width: 220rpx;
.no { .no {
font-size: 22rpx; font-size: 22rpx;
line-height: 32rpx; line-height: 32rpx;
......
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