auto_go.wxss
326 Bytes
@import "../../app.wxss";
.no-data .cart-image {
width: 208rpx;
height: 202rpx;
}
.no-data .no-data-title {
font-size: 28rpx;
color: #b8b8b8;
margin-bottom: 50rpx;
}
.no-data .lookat {
display: inline-block;
font-size: 28rpx;
border-radius: 10rpx;
background-color: #e83028;
color: white;
padding: 20rpx 50rpx;
}