answer.wxss 1.5 KB
page {
    background-color: rgb(240, 240, 240);
}

.answer {
    padding: 32rpx 24rpx;
    margin: 34rpx 32rpx;
    border-radius: 16rpx;
    background-color: #ffffff;
    display: flex;
}

.answer_left {
    font-size: 48rpx;
    color: #C8C9CC;
    margin-right: 20rpx;
}

.answer_right {
    font-size: 28rpx;
    color: #7D7E80;
}

.answer_question {
    font-size: 32rpx;
    color: #323233;

}

.answer_answer {
    margin-top: 36rpx;
    display: flex;
    align-items: center;
}
.flexs{

    display: flex;
    flex-direction: column;
    
}
.flexs image{
    width: 28rpx;
    height: 28rpx;
    margin-left: 22rpx;
}
/*单选框样式修改 */
radio .wx-radio-input{
    width: 28rpx;
    height: 28rpx;
  }


/* 选中后的 背景样式 */
radio .wx-radio-input.wx-radio-input-checked {
    border-color: #099D43!important;
    background-color: #ffffff;
  }
   
  /* 选中后的 对勾样式 (白色对勾) */
  radio .wx-radio-input.wx-radio-input-checked::before {
   content: ''; 
   width: 14rpx;
   height: 14rpx;
   border-radius: 50%;
   background-color: #099D43;
  }
  

/*  */
.shengqin {
    height: 122rpx;
    background-color: #ffffff;
    font-size: 32rpx;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

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

}