You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
327 B
19 lines
327 B
2 years ago
|
/* components/nodata/nodata.wxss */
|
||
|
.box{
|
||
|
width: 100%;
|
||
|
height: auto;
|
||
|
box-sizing: border-box;
|
||
|
text-align: center;
|
||
|
margin-top: 100rpx;
|
||
|
}
|
||
|
.image{
|
||
|
width: 450rpx;
|
||
|
height: 240rpx;
|
||
|
}
|
||
|
.text{
|
||
|
width: 100%;
|
||
|
height: auto;
|
||
|
font-size: 28rpx;
|
||
|
color: #BCBCBC;
|
||
|
display: block;
|
||
|
}
|