index.less 209 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
.radioBox {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  .radioTitle {
    width: 100px;
  }
  .radioContent {
    width: 760px;
    .radio {
      margin-bottom: 10px;
    }
  }
}