daofu-applet/components/empty/empty.wxss

18 lines
268 B
Plaintext
Raw Permalink Normal View History

2024-01-29 17:42:38 +08:00
/* pages/components/empty.wxss */
.empty-content {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: #f5f5f5;
}
.image {
width: 50vw;
padding: 20rpx;
}
.text {
font-size: 30rpx;
color: #B3B3B3;
}