form.component.scss 216 Bytes
Newer Older
liujiangnan's avatar
liujiangnan committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
@import '../style/common_mixin';

.tw{
  display: flex;
  .t{
    flex: 1 1 auto;
    margin-right: 2rem;
  }
  .a{

  }

}

.aud-w{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}