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.
30 lines
487 B
30 lines
487 B
/* components/noData/noData.wxss */
|
|
.mask {
|
|
width: 100%;
|
|
height: 70%;
|
|
font-size: 28rpx;
|
|
color: #999999;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 60rpx;
|
|
}
|
|
|
|
.mask image {
|
|
width: 312rpx;
|
|
height: 164rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.reset {
|
|
padding: 12rpx 64rpx;
|
|
line-height: 40rpx;
|
|
text-align: center;
|
|
border-radius: 44rpx;
|
|
background: #3476FE;
|
|
font-size: 30rpx;
|
|
color: #fff;
|
|
margin-top: 20rpx;
|
|
|
|
}
|