.qd-card{ padding: 30rpx; background: linear-gradient(#f9ecd8,#f3f3f3); } .qd-card h3{ font-size: 30rpx; font-weight: normal; display: block; text-align: center; color: #d89b3c; } .qd-card ul{ display: block; padding: 30rpx 0; width: 100%; overflow: hidden; } .qd-card ul li{ background: #eee; width: 23%; float: left; display: block; margin: 1%; } .qd-card ul li:nth-child(5){ margin-left: 12.5%; } .qd-card-box{ text-align: center; background: #FFF; padding: 25rpx 15rpx; box-sizing: border-box; overflow: hidden; display: block; border: 1px solid #eee; position: relative; } .qd-card-box.over{ background: #eee; } .qd-card-box.over::after{ content:'已 签'; position: absolute; top: 36%; color: #F44336; border: 2px solid; padding: 10rpx 30rpx; font-weight: bold; border-radius: 2px; transform: rotate(-45deg); left: 10%; background: rgba(255,255,255,0.1); font-size: 30rpx; } .qd-card-box span{ font-size: 20rpx; color: #999; display: block; margin-bottom: 10rpx; } .qd-card-box image{ width: 35px; height: 35px; display: block; margin: 0 auto; margin-bottom: 10rpx; } .qd-card-box b{ font-size: 26rpx; color: #666; display: block; font-weight: bold; } .qd-btn{ width: 40%; padding: 15rpx 35rpx; font-size: 30rpx; background: #c7c7c7; margin: 35rpx auto 15rpx; border-radius: 5px; color: #fff; } .cancheckin{ background: #eab86a; } .has-jf{ font-size: 30rpx; text-align: center; } .has-jf span{ color: #e16e72; } .task-list{} .task-list h3{ position: relative; display: block; text-align: center; margin: 15px; } .task-list h3::after{ content: ''; position: absolute; height: 1rpx; background: #999; width: 100%; left: 0; top: calc(50% - 0.5rpx); } .task-list h3 b{ z-index: 1; background: #f3f3f3; position: relative; padding: 0 15px; display: inline-block; color: #999; } .task-list ul{ display: block; padding: 15px; } .task-list ul li{ display: block; background: #FFF; border-radius: 4px; } .task-list-box{ padding: 15px; display: block; } .task-list-box image{ width: 100rpx; height: 100rpx; display: inline-block; vertical-align: middle; } .task-list-box h4{ display: inline-block; vertical-align: middle; margin-left: 25rpx; font-size: 34rpx; color: #666; } .task-list-box h4 small{ display: block; font-size: 24rpx; color: #F44336; } .task-list-box button{ float: right; font-size: 28rpx; background: #F44336; color: #fff; border-radius: 45px; padding: 15rpx 30rpx; line-height: inherit; margin-top: 20rpx; }