You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
420 B
31 lines
420 B
.cl-empty {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
pointer-events: none;
|
|
|
|
&__icon {
|
|
height: 120rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
&__text {
|
|
font-size: 26rpx;
|
|
color: $cl-color-info;
|
|
letter-spacing: 1rpx;
|
|
}
|
|
|
|
&__container {
|
|
pointer-events: all;
|
|
margin-top: 60rpx;
|
|
}
|
|
|
|
&.is-fixed {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|