index.scss 362 Bytes
Newer Older
xuzhenghua 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
.user-agreement {
  padding: 20px;
  color: #333;
  letter-spacing: 1px;

  h1 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 5px 0;
  }

  p {
    font-size: 14px;
    text-align: justify;
    text-indent: 2em;
    line-height: 24px;
  }

}