getStudycontent.wxss 1.5 KB
.answer_title {

    font-size: 36rpx;
    color: black;
}

.answer_author {
    display: flex;
    align-items: center;
    margin: 24rpx 0;

}

.answer_author image {
    width: 30rpx;
    height: 30rpx;
    background: #666666;
    margin-right: 8rpx;
}

.answer_text {
    padding: 24rpx 32rpx;
    font-size: 28rpx;
    color: #5D5D5D;
}

rich-text img {

    width: 100%;
    height: auto;


}

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

}

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

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

}

/* 分享 */
.btn-item {
    width: 100rpx;
    height: 100rpx;
    border: none !important;
    line-height: 1 !important;
    padding: 63rpx 0 0;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 22rpx;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgb(255, 255, 255) !important;
    text-align: center;
    margin: 40rpx 0 0;
    background: red;
    position: fixed;
    bottom: 144rpx;
    right: 32rpx;
}