buyer一些样式和一个弹框

This commit is contained in:
夜良king
2021-12-28 17:51:23 +08:00
parent 0a0066fe5c
commit 76d028277a
3 changed files with 31 additions and 4 deletions

View File

@@ -30,8 +30,14 @@
margin-top: 6px;
}
.goods-show-detail {
height: 36px;
font-size: 12px;
margin: 6px 0px;
overflow:hidden;
text-overflow: ellipsis;
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
}
.goods-show-num {
font-size: 12px;