/* dispatcher/pages/sweeped_books/sweeped_books.wxss */ @import '../../../templates/loading/loading.wxss'; @import '../../../templates/nodata/nodata.wxss'; .list { padding: 10rpx 40rpx; } .list-title { margin: 20rpx auto; } .list-title-black { font-size:36rpx; font-family:PingFang SC; font-weight:800; color:rgba(65,65,76,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: 0rpx auto; padding: 0; } .li-box { position: relative; width: 110rpx; min-height: 158rpx; } .li-img { position: absolute; top: 20rpx; left: 0; width: 88rpx; height: 88rpx; border-radius:50%; background: white; } .li-col { margin: 40rpx 0rpx; display: flex; 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: #ccc; width:300rpx; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .li-text-black { margin: 0 10rpx; font-size:34rpx; font-family:PingFang SC; font-weight:bold; color:rgba(65,65,76,1); 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-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-header { padding: 20rpx 0; align-items: center; } .li-header-search { flex: 1; padding: 12rpx 20rpx 14rpx 20rpx; background:#F6F5FB; border-radius: 100rpx; text-align: center; cursor: pointer; } .li-header-search-icon { width: 28rpx; height: 28rpx; margin-right: 14rpx; vertical-align: middle; } .li-header-search-text { font-size: 28rpx; color: #999; vertical-align: middle; } page { background-color: #fff; }