19 lines
245 B
Plaintext
19 lines
245 B
Plaintext
|
|
._myEmpty_html {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
}
|
|
|
|
._myEmpty_image {
|
|
width: 576rpx;
|
|
height: 360rpx;
|
|
}
|
|
|
|
._myEmpty_tips >text{
|
|
color:#CDCDCD;
|
|
font-size:32rpx;
|
|
}
|