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

3 年前
12345678910111213141516171819202122
  1. .paginationjs-prev{
  2. /*background: lightgrey;*/
  3. border: 1px solid;
  4. border-color: darkgray;
  5. width: 25px;
  6. height: 25px;
  7. display: inline-block;
  8. color: black;
  9. line-height: 25px;
  10. }
  11. #go{
  12. height: 24px;
  13. color: black;
  14. background-color: white;
  15. line-height: 20px;
  16. text-align: center;
  17. border: 1px solid;
  18. border-color: darkgray;
  19. margin-left: 20px;
  20. cursor: default;
  21. display: inline-block;
  22. }