45 lines
696 B
Plaintext
45 lines
696 B
Plaintext
|
|
.fui-empty__wrap.data-v-df090840 {
|
|
flex: 1;
|
|
|
|
width: 100%;
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.fui-empty__fixed.data-v-df090840 {
|
|
position: fixed;
|
|
left: 0;
|
|
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
z-index: 99;
|
|
}
|
|
.fui-empty__title.data-v-df090840 {
|
|
text-align: center;
|
|
font-weight: 500;
|
|
padding-top: 48rpx;
|
|
}
|
|
.fui-empty__desc.data-v-df090840 {
|
|
text-align: center;
|
|
font-weight: normal;
|
|
padding-top: 8rpx;
|
|
}
|
|
.fui-empty__title-color.data-v-df090840 {
|
|
color: var(--fui-color-section, #333333) !important;
|
|
}
|
|
.fui-empty__descr-color.data-v-df090840 {
|
|
color: var(--fui-color-label, #B2B2B2) !important;
|
|
}
|
|
|
|
|