修复:ios-我的课程样式问题
This commit is contained in:
@@ -335,8 +335,8 @@
|
||||
width: 260rpx;
|
||||
margin-right: 20rpx;
|
||||
height: 200rpx;
|
||||
flex-grow: 1;
|
||||
overflow: hidden;
|
||||
// flex-grow: 1;
|
||||
// overflow: hidden;
|
||||
background-color: #edf3ff;
|
||||
|
||||
image {
|
||||
@@ -364,9 +364,12 @@
|
||||
overflow: hidden;
|
||||
margin-top: 10rpx;
|
||||
font-size: 24rpx;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
line-height: 1.5;
|
||||
max-height: 3em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user