index.less 815 B

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