選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

common.less 167 B

4年前
1234567891011
  1. @pubColor: #0C86D8;
  2. .btn {
  3. width: 50%;
  4. line-height: 34px;
  5. background-color: #0c86d8;
  6. text-align: center;
  7. color: #fff;
  8. border-radius: 4px;
  9. margin: 30px auto;
  10. }