65 lines
1.1 KiB
Plaintext
65 lines
1.1 KiB
Plaintext
.task-wrap{
|
|
padding: 0 30rpx;
|
|
background: #fff;
|
|
}
|
|
.task-list{
|
|
padding: 30rpx 0;
|
|
border-bottom: 1px solid #E8E8E8;
|
|
}
|
|
.task-left image{
|
|
width: 70rpx;
|
|
height: 70rpx;
|
|
margin-right: 15rpx;
|
|
}
|
|
.task-title{
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
}
|
|
.task-title text{
|
|
display: inline-block;
|
|
width: 100rpx;
|
|
height: 36rpx;
|
|
line-height: 36rpx;
|
|
margin-left: 12rpx;
|
|
font-size: 22rpx;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
background: linear-gradient( #FFBD83 0%, #F05419 100%);
|
|
border-radius: 10rpx;
|
|
vertical-align: 5rpx;
|
|
}
|
|
.con-img{
|
|
width: 21rpx;
|
|
height: 23rpx;
|
|
vertical-align: -3rpx;
|
|
margin-right: 9rpx;
|
|
}
|
|
.task-con text{
|
|
color: #A9A9A9;
|
|
font-size: 20rpx;
|
|
}
|
|
.sign-btn{
|
|
margin-top: 10rpx;
|
|
width: 129rpx;
|
|
height: 52rpx;
|
|
padding: 0;
|
|
line-height: 52rpx;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
color: #FFFFFF;
|
|
background: linear-gradient( #92BBFF 0%, #3D98FF 100%);
|
|
border-radius: 30px;
|
|
}
|
|
.task-mask{
|
|
top: 300rpx;
|
|
position: fixed;
|
|
left: 50%;
|
|
margin-left: -141rpx;
|
|
width: 282rpx;
|
|
height: 278rpx;
|
|
z-index: 9;
|
|
}
|
|
.mask-img{
|
|
width: 282rpx;
|
|
height: 278rpx;
|
|
} |