form.component.css 509 Bytes
Newer Older
范雪寒's avatar
范雪寒 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
@import '../style/common_mixin.css';


.model-content {
  width: 100%;
  height: 100%;

}

.radioPaire {
  float: left;
  margin: 3px;
  border-style: dashed;
  border-color: #000;
  border-width: 1px;
}

.border {
  border-radius: 20px;
  border-style: dashed;
  padding: 20px;
  margin: 20px;
  /*width: 500px; */
  /*//border-radius: 20px;*/
  /*//border-width: 2px;*/
  /*//border-color: #000000;*/
}


.border-lite {
  border: 2px dashed #ddd;
  border-radius: 0.5rem;
  padding: 10px;
  margin: 10px;
}