29 lines
418 B
Plaintext
29 lines
418 B
Plaintext
/* components/empty/empty.wxss */
|
|
|
|
.empty-con {
|
|
/* text-align: center;
|
|
position: fixed;
|
|
width: 320rpx;
|
|
height: 294rpx;
|
|
left: 50%;
|
|
top: 60%;
|
|
margin-left: -160rpx;
|
|
margin-top: -147rpx; */
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.img-sty {
|
|
/* width: 240rpx;
|
|
height: 240rpx; */
|
|
width: 50%;
|
|
margin:0 auto;
|
|
}
|
|
|
|
.des-sty {
|
|
padding-top: 6rpx;
|
|
display: block;
|
|
font-size: 28rpx;
|
|
color: #a4a8bc;
|
|
}
|