/* dispatcher/pages/sweeped_books/sweeped_books.wxss */ @import '../../../templates/loading/loading.wxss'; @import '../../../templates/nodata/nodata.wxss'; .list-title { margin: 20rpx auto; } .list-title-black { font-size: 34rpx; color: rgba(51, 51, 51, 1); margin-right: 20rpx; } .list-title-gray { font-size: 30rpx; color: rgba(153, 153, 153, 1); } .li { display: flex; justify-content: flex-start; align-items: flex-start; margin: 50rpx auto; padding: 0; } .li-box { position: relative; width: 154rpx; min-height: 158rpx; } .li-img { position: absolute; top: -20rpx; left: 0; width: 154rpx; height: 178rpx; background: white; } .li-col { margin: 20rpx 30rpx; flex: 1; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; } .li-text-blue { color: #00B7FF; font-size: 32rpx; margin-right: 10rpx; } .li-text-yellow { color: #FF6464; font-size: 32rpx; margin-right: 10rpx; } .li-text-red { color: #FF80A8; font-size: 32rpx; } .li-text-gray { font-size: 30rpx; color: #666; } .li-text-black { font-size: 34rpx; color: #333; flex: 1; } .li-btn-blue { font-size: 24rpx; color: rgba(103,163,255,1); padding: 8rpx 10rpx; border-radius: 8rpx; border: 2rpx solid rgba(103,163,255,1); margin-top: 20rpx; } .li-circle { width: 40rpx; height: 40rpx; margin: 40rpx 30rpx; } .li-circle-label { font-size: 30rpx; color: #ccc; margin-right: 30rpx; } .scan { position: fixed; right: 30rpx; bottom: 360rpx; width: 128rpx; height: 128rpx; border-radius: 200rpx; background: rgba(0,183,255,1); box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(0,175,243,0.5); opacity: 0.7; display: flex; flex-direction: column; justify-content: center; align-items: center; z-index: 9; } .scan-icon { width: 46rpx; height: 46rpx; } .scan-text { margin-top: 10rpx; font-size: 24rpx; color: #fff; } .home { position: fixed; right: 30rpx; bottom: 200rpx; width: 128rpx; height: 128rpx; border-radius: 200rpx; background: rgba(0,183,255,1); box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(0,175,243,0.5); opacity: 0.7; display: flex; flex-direction: column; justify-content: center; align-items: center; z-index: 9; } .home-icon { width: 46rpx; height: 46rpx; } .home-text { margin-top: 10rpx; font-size: 24rpx; color: #fff; }