32 lines
539 B
Plaintext
32 lines
539 B
Plaintext
/* mycomponent/yz_blank/yz_blank.wxss */
|
|
.yz_blank {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin: 64rpx 0;
|
|
}
|
|
|
|
.yz_blank image {
|
|
width: 80%;
|
|
}
|
|
|
|
.noData_text {
|
|
color: #999;
|
|
margin: 48rpx 0;
|
|
}
|
|
|
|
.noData_btn {
|
|
display: block;
|
|
width: 384rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
border-radius: 64rpx;
|
|
font-size: 32rpx;
|
|
background-image: -webkit-linear-gradient(bottom, #ff8a66, #ff6260, #ff6260);
|
|
color: #fff;
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
}
|