|
@@ -242,7 +242,7 @@ export default {
|
|
|
width: 95vw;
|
|
width: 95vw;
|
|
|
height: 95vh;
|
|
height: 95vh;
|
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
|
- border-radius: 12upx;
|
|
|
|
|
|
|
+ border-radius: 0 0 12upx 12upx;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
@@ -379,12 +379,12 @@ export default {
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
margin-bottom: 7.97upx;
|
|
margin-bottom: 7.97upx;
|
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
|
- -webkit-line-clamp: 2;
|
|
|
|
|
|
|
+ -webkit-line-clamp: 1;
|
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-orient: vertical;
|
|
|
- line-clamp: 2;
|
|
|
|
|
|
|
+ line-clamp: 1;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
line-height: 1.4;
|
|
line-height: 1.4;
|
|
|
- min-height: 14.88upx;
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 数量调整器
|
|
// 数量调整器
|