no message
This commit is contained in:
@@ -107,6 +107,27 @@
|
||||
.text-36{
|
||||
font-size:36rpx;
|
||||
}
|
||||
.text-bold{
|
||||
font-weight:bold;
|
||||
}
|
||||
.line-h{
|
||||
line-height:1.2
|
||||
}
|
||||
.mr-32{
|
||||
margin-right:32rpx;
|
||||
}
|
||||
.text-overflow1 {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
.text-d{
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
button {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user