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

_e2ee.scss 612B

1234567891011121314151617181920212223242526272829303132333435
  1. #e2ee-section {
  2. .title {
  3. font-weight: 700;
  4. }
  5. .description {
  6. font-size: .8em;
  7. margin: 15px 0;
  8. }
  9. .key-field {
  10. align-items: center;
  11. display: flex;
  12. flex-direction: row;
  13. label {
  14. font-weight: 700;
  15. }
  16. input {
  17. background-color: inherit;
  18. border: none;
  19. color: inherit;
  20. flex: 1;
  21. padding: 0 5px;
  22. }
  23. a {
  24. color: #6FB1EA;
  25. cursor: pointer;
  26. font-size: 14px;
  27. text-decoration: none;
  28. }
  29. }
  30. }