You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
598 B
SCSS
41 lines
598 B
SCSS
8 months ago
|
$lineHeight: $uni-font-size-base * 1.5;
|
||
|
|
||
|
.question__sort-content {
|
||
|
font-size: $uni-font-size-base;
|
||
|
line-height: $lineHeight;
|
||
|
height: $lineHeight;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
white-space: nowrap;
|
||
|
margin-bottom: 16rpx;
|
||
|
}
|
||
|
|
||
|
.question__info {
|
||
|
> text {
|
||
|
font-size: $uni-font-size-mini;
|
||
|
color: $uni-secondary-color;
|
||
|
+ text {
|
||
|
margin-left: 16rpx;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
uni-scroll-view {
|
||
|
height: calc(100vh - 66px);
|
||
|
}
|
||
|
|
||
|
.uni-data-checklist {
|
||
|
flex: 1;
|
||
|
}
|
||
|
|
||
|
.question-list {
|
||
|
flex: 16;
|
||
|
}
|
||
|
|
||
|
:deep(.uni-checkbox-input) {
|
||
|
margin: 0 10px 0 20px;
|
||
|
}
|
||
|
|
||
|
.question-item {
|
||
|
transition: 1s all ease-in;
|
||
|
}
|