qa-education-exam-weapp/assets/styles/common.wxss

71 lines
846 B
Plaintext
Raw Permalink Normal View History

2026-04-17 16:26:28 +08:00
.line-1 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.line-2 {
-webkit-line-clamp: 2;
}
.line-2,
.line-3 {
-webkit-box-orient: vertical;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
}
.line-3 {
-webkit-line-clamp: 3;
}
.placeholder {
height: 100rpx;
}
.text-blue {
color: #3676f2;
}
.text-red {
color: #cb4238;
}
.text-white {
color: #fff;
}
.text-grey {
color: #979799;
}
.text-green {
color: #23b576;
}
.text-yellow {
color: #ffae00;
}
.mt-10 {
margin-top: 20rpx;
}
.ml-10 {
margin-left: 20rpx;
}
.flex-end {
display: flex;
justify-content: flex-end;
}
.flex-space .van-cell {
justify-content: space-between;
}
.flex-space .van-cell__title, .flex-space .van-cell__value {
flex: unset !important;
}