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

13 行
170B

  1. .btncontainer {
  2. display: inline-block;
  3. text-align: center;
  4. color: white;
  5. max-width: 80px;
  6. min-width: 80px;
  7. }
  8. .btnimg {
  9. width: 64px;
  10. height: 64px;
  11. padding: 8px;
  12. }