index.less 652 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. @import "~@less/variables.less";
  2. .container{
  3. .tag;
  4. &.ext{
  5. color: @extBlue!important;
  6. }
  7. line-height: 22px;
  8. .blued{
  9. background: @blue;
  10. color: #fff;
  11. }
  12. .nol,.blued{
  13. min-width:10px;
  14. height: 22px;
  15. vertical-align: bottom;
  16. display:inline-block;
  17. text-align:center;
  18. word-break:break-all;
  19. }
  20. }
  21. .selected{
  22. .selected-tag;
  23. &:before{
  24. content: unset;
  25. }
  26. &:after{
  27. content: unset;
  28. }
  29. .blued{
  30. background: @blue;
  31. color: #fff;
  32. }
  33. .nol,.blued{
  34. min-width:10px;
  35. display:inline-block;
  36. text-align:center;
  37. word-break:break-all;
  38. height: 22px;
  39. /*vertical-align: bottom;*/
  40. }
  41. }