/* president/pages/apply_bookLists/apply_booklists.wxss */ @import '../../../templates/loading/loading.wxss'; @import '../../../templates/nodata/nodata.wxss'; page{ background: #fff; } .header { display: flex; justify-content: space-between; padding: 24rpx 0; } .step-topic{ color: #41414C; font-size: 36rpx; font-weight: bold; margin-top: 40rpx; margin-inline-start: 40rpx; } .header-active { background: #fff; } .li { padding: 0 20rpx; background: #F6F5FB; border-radius: 18rpx; } .li-items{ display: flex; justify-content: flex-start; align-items: center; } .li-img { width: 102rpx; height: 118rpx; margin:40rpx 0 40rpx 30rpx; } .li-center-info{ display: inline-block; margin-left: 24rpx; padding: 20rpx 0; } .li-col { flex: 1; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; } .li-title { font-size: 32rpx; color: #333; } .li-center-two{ border-left: 2rpx solid #EBEBEB; display: inline-block; margin-left: 20rpx } .li-row { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: 30rpx; } .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: 30rpx; color: #999999; flex: 1; } .li-text-title{ color: #333333; font-size: 34rpx; } .li-icon { width: 30rpx; height: 26rpx; margin-right: 14rpx; } .li-icon-two { width: 26rpx; height: 26rpx; margin-right: 14rpx; } .li-circle { width: 40rpx; height: 40rpx; margin-right: 30rpx; } .li-circle-label { font-size: 30rpx; color: #ccc; margin-right: 30rpx; } .apply-time{ font-size: 30rpx; color: #6C6C80; font-weight: 500; } .apply-text{ font-size: 25rpx; /* margin-right: 30rpx; */ color:#FF5711; } .addBooks{ height:60rpx; text-align:center; line-height:60rpx; width:160rpx; border: 1rpx solid #C07C2B; color:#C07C2B; border-radius:30rpx; font-size:14px; padding:5rpx; margin: 0 auto; } .li-center-index{ color: #00B7FF; font-size: 34rpx; text-align: center; min-height: 50rpx; /* border-right: 2rpx solid #EBEBEB; */ display: inline-block; } .li-text-subration{ width: 50rpx; height: 50rpx; margin: auto 30rpx; } .firstaddBooks{ height:60rpx; text-align:center; line-height:60rpx; width:160rpx; background: linear-gradient(#51CEFF, #00B7FF); color:#ffff; border-radius:30rpx; font-size:14px; padding:5rpx; margin: 0 auto; margin-top:100rpx; } .image-Nodata{ width:300rpx; height:300rpx; } .Nodata{ width:300rpx; height:300rpx; margin:0 auto; } .text-Nodata{ font-size:30rpx; color:#999999; width:100%; margin:0 auto; text-align:center; }