/* parents//pages/all_books/all_books.wxss */ @import '../../../templates/nodata/nodata.wxss'; @import '../../../templates/loading/loading.wxss'; page{ background: #fff; } .li{ margin: 0 40rpx 0 40rpx; padding: 0; } .li-rank-biao{ background:rgba(246,245,251,1); border-radius:20rpx; padding: 0 32rpx 2rpx 32rpx; } .li-rank-biao-title{ color: #fff; background: blue; text-align: center; line-height: 72rpx; height: 72rpx; border-radius:0 0 20rpx 20rpx; margin: auto; width: 200rpx; } .li-rank-biao-num{ color: #6C6C80; font-size: 28rpx; padding: 30rpx 0; } .li-rank-canvas{ height: 600rpx; position: relative; color: #41414C; font-size: 26rpx; } .li-rank-canvas-text{ position: absolute; left: 40%; top: 37%; width: 142rpx; line-height: 52rpx; } .image-nodata{ width: 154rpx; height: 112rpx; margin: 50rpx auto; } .text-nodata{ color: #999999; margin-bottom: 70rpx; }