/* components/emptyListHint/emptyListHint.wxss */ .emptyHint { display: flex; justify-content: center; align-items: center; flex-direction: column; padding-top: 200rpx; } .hintContent { font-family: PingFangSC-Regular; font-size: 34rpx; color: #CCCCCC; letter-spacing: 0; text-align: center; line-height: 50rpx; padding: 52rpx; } .noneimg { width: 120rpx; height: 94rpx; margin-bottom: 0rpx; }