.details{ .taskInfo{ padding-bottom: 10rpx; .detail_list{ .List_title{ display: flex; padding: 10rpx 0; .detail_text{ font-size: 14px; font-weight: 400; letter-spacing: 0.5px; line-height: 22px; color: rgba(53, 53, 53, 1); vertical-align: top; } .detail_righttext{ padding-right: 20rpx; padding-left: 30rpx; flex: 1; text-align: right; font-size: 14px; font-weight: 400; letter-spacing: 0.5px; line-height: 22px; color: rgba(53, 53, 53, 1); } } } .finish_button{ width: 100%; background: #F8F9FA; .button{ width: 700rpx; margin-top: 10rpx; border-radius: 5px; color: rgba(255, 255, 255, 1); background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.8) 100%); } } } }