Commit 6c7c640c by wangjian

1

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