applicationDetails.acss 514 Bytes
page{
    background: #FFFFFF;
}
.application{
    display: flex;
    padding: 34rpx 32rpx;
    font-size:28rpx;
    color:rgba(27,38,61,1);
    align-items: center;
}
.cancelRelation{
    margin: 22rpx 32rpx;
    width: 686rpx;
    height: 96rpx;
    border-radius: 48rpx;
    border:1px solid rgba(222,222,222,1);
    text-align: center;
    line-height: 96rpx;
    color:rgba(242,86,67,1);
}
.application view:nth-of-type(1){
    width: 60rpx;
    height: 60rpx;
    background: red;
    margin-right: 24rpx;
}