myfeedback_list.wxss 980 字节
.list {
    margin: 24rpx 32rpx;


}

.list image {
    width: 100%;
    height: 446rpx;

}

.list_post {
    margin-top: -402rpx;


}

.list_status {
    margin-bottom: 114rpx;
    font-size: 48rpx;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    line-height: 98rpx;
    color: #ffffff;
}
.list_num{
    margin-left: 40rpx;
    margin-bottom: 48rpx;
    color: #969799;
    display: flex;
    align-items: center;
}
.list_num image{
    width: 44rpx;
    height: 44rpx;
    margin-right: 16rpx;
  
}
.answer {
    width: 100%;
    height: 122rpx;
    position: fixed;
    bottom: 0;
    box-shadow: 0px -6px 15px 0px rgba(0, 67, 26, 0.06);
    display: flex;
    align-items: center;

}

button {
    width: 622rpx;
    height: 88rpx;
    color: #ffffff;
    font-size: 32rpx;
    background: linear-gradient(130deg, #2ed26e 13%, #05983e 98%);
    border-radius: 22px;
    box-shadow: 0px 9px 19px 0px rgba(0, 116, 45, 0.42);
}