/* 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;
  font-weight:700;
}
.list-title-gray {
  font-size: 30rpx;
  color: rgba(153, 153, 153, 1);
}
.li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}
.li-box {
  width: 15%;
margin:20rpx 0;

}
.li-img {
  width: 88rpx;
  height: 88rpx;
  border-radius:50%;
  background: white;
}
.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: #ccc;
  margin-top:25rpx;
  display:inline-block;
}

.li-text-black {
  width: 25%;
  margin:40rpx 0;
  text-align:center;
  display:inline-block;
  height:32rpx;
  font-size:34rpx;
  font-family:PingFang SC;
  font-weight:bold;
  color:rgba(65,65,76,1);
}
.li-text-block{
    width: 60%;
  display:inline-block;
}
.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-circles {
  position:absolute;
  left:10%;
}
.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;
}
.footer-box{
  height:10%;
}
.footer-box-btn{
  color: #fff;
  width:197rpx;
  height:88rpx;
  line-height:88rpx;
  padding:10rpx;
  border-radius:10%;
  position:absolute;
  right:10%;
  text-align:center;
  background: #FFD76C;
}
.li-text-bluedot{
  display:inline-block;
  width: 16rpx;
  height: 16rpx;
  background: #00B7FF;
  border-radius:16rpx;
}
.li-text-pinkdot{
  width: 16rpx;
  height: 16rpx;
  background: #FF80A8;
  border-radius:16rpx;
  display:inline-block;
}
.li-text-time{
  display:inline-block;
  margin:0 15rpx;
}
page{
   background: #ffffff;
}
.li-col{
    width: 85%;
}