25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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