Online_regulations.wxss 738 字节
page{

    background-color:rgb(240, 240, 240);
}
.myanswer {
    margin: 24rpx 32rpx;
    padding: 24rpx 24rpx;
    border-radius: 7px;
    background-color: #ffffff;
    display: flex;
    font-size: 28rpx;
  
  }
  
  .myanswer image {
    width: 182rpx;
    height: 138rpx;
    margin-right: 24rpx;
    border-radius: 7px;
  }
  
  .myanswer_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  
  .myanswer_num {
    display: flex;
    justify-content: space-between;
    font-size: 28rpx;
    color: #7D7E80;
  
  }
  
  .myanswer_num image {
    width: 22rpx;
    height: 22rpx;
  }
  
  .myanswer_end {
  
    color: #54A7FB;
  
  }
  .myanswer_end image{

    margin-left: 5rpx;
  }