日照项目的居民端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
1.7 KiB

.task-info {
width: 100%;
height: 300rpx;
box-sizing: border-box;
padding: 60rpx 20rpx 20rpx;
text-align: center;
background: linear-gradient(180deg, #EF3C3D 0%, #D62121 100%);
.task-info-title, .task-info-tips {
font-size: 26rpx;
font-weight: 500;
color: #fff;
line-height: 1;
}
.task-info-point {
margin-top: 40rpx;
font-size: 70rpx;
font-weight: bold;
color: #fff;
line-height: 1;
}
.task-info-tips {
margin-top: 50rpx;
text-align: right;
}
}
.task-list {
padding-bottom: 60rpx;
}
.task-item {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
box-sizing: border-box;
margin-top: 20rpx;
padding: 40rpx 21rpx;
background: #fff;
.task-item-flex {
.menu-task-title {
font-size: 30rpx;
font-weight: 500;
color: #333;
line-height: 1;
}
.menu-task-desc {
margin: 26rpx 0;
font-size: 28rpx;
font-weight: 500;
color: #999;
}
.menu-task-progress {
font-size: 28rpx;
font-weight: 500;
color: #FFC100;
}
image {
width: 9rpx;
height: 18rpx;
margin-left: 10rpx;
}
}
.task-item-right {
flex-shrink: 0;
display: flex;
justify-content: flex-end;
align-items: center;
width: 160rpx;
margin-left: 50rpx;
font-size: 28rpx;
font-weight: 500;
color: #FFC100;
text-align: right;
}
.task-item-finish {
color: #999;
}
}
.task-item:first-child {
margin-top: 0;
}
.no-data {
font-size: 28rpx;
text-align: center;
padding: 60rpx 0;
color: #999;
font-weight: 500;
}