getStudycontent.wxss 514 字节
.answer_text {
    padding: 24rpx 32rpx;
    font-size: 28rpx;
    color: #5D5D5D;
}


.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);
}