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

12345678910111213141516171819202122232425262728293031
  1. @import "Base.uss";
  2. #TabView,
  3. #ContentArea {
  4. height: 100%;
  5. }
  6. #TabArea {
  7. margin-top: 10px;
  8. margin-left: 15px;
  9. }
  10. .tab-button {
  11. padding-bottom: 2px;
  12. margin-bottom: 0px;
  13. border-width: 0px;
  14. border-radius: 0px;
  15. font-size: 15px;
  16. background-color: rgba(1, 1, 1, 0);
  17. }
  18. #TabArea .tab-button:hover {
  19. border-bottom-color: #2196F3;
  20. border-bottom-width: 0.25px;
  21. }
  22. #TabArea .tab-button.active {
  23. border-bottom-color: #2196F3;
  24. border-bottom-width: 1.5px;
  25. }