TalentService-mobile/unpackage/dist/dev/mp-weixin/uview-ui/components/u-empty/u-empty.wxss

25 lines
612 B
Plaintext
Raw Permalink Normal View History

2024-10-27 00:26:19 +08:00
@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件为scss预处理器其中包含了一些"u-"开头的自定义变量
* uView自定义的css类名和scss变量均以"u-"开头,不会造成冲突,请放心使用
*/
.u-empty.data-v-2e22d22c {
display: flex;
flex-direction: row;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
}
.u-image.data-v-2e22d22c {
margin-bottom: 20rpx;
}
.u-slot-wrap.data-v-2e22d22c {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-top: 20rpx;
}