您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

12 行
167 B

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