form.component.css 397 Bytes
Newer Older
liujiaxin's avatar
liujiaxin committed
1
@import '../style/common_mixin.css';
liujiangnan's avatar
liujiangnan committed
2

limingzhe's avatar
limingzhe committed
3 4 5 6 7

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

liujiangnan's avatar
liujiangnan committed
8
}
范雪寒's avatar
范雪寒 committed
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28


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