index.less 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. @import "~@less/mixin.less";
  2. .container{
  3. /*position: relative;*/
  4. display: inline-block;
  5. }
  6. .drop-list{
  7. .pop;
  8. padding:8px 20px 25px 0;
  9. .row{
  10. display: inline-block;
  11. // width: 200px;
  12. vertical-align: top;
  13. margin-left: 8px;
  14. max-height: 330px;
  15. overflow-y: auto;
  16. }
  17. .independent{
  18. display: block;
  19. width: 100%;
  20. border-bottom: 1px @disable-border-color solid;
  21. }
  22. .mainUl{
  23. width: 495px;
  24. white-space: normal;
  25. li{
  26. width: 99px !important;
  27. }
  28. }
  29. .line{
  30. width: 100%;
  31. height: 1px;
  32. background: #EAEDF1;
  33. margin: 20px 0 0 10px;
  34. }
  35. li{
  36. padding-left: 20px;
  37. cursor: pointer;
  38. .mult-li;
  39. height: 30px;
  40. line-height: 30px;
  41. }
  42. .selected{
  43. .select-li;
  44. }
  45. .none-selected{
  46. .select-li;
  47. background-image: url(../../common/images/then.png);
  48. }
  49. .exclusion{
  50. color:@disable-color;
  51. }
  52. }
  53. .tag,.selected-tag{
  54. cursor: pointer;
  55. line-height: 20px;
  56. &.ext{
  57. color: @extBlue;
  58. }
  59. }
  60. .selected-tag{
  61. padding: 0;
  62. color: @text-color;
  63. border-bottom: 1px @border-color solid;
  64. line-height: 22px;
  65. word-break: break-all;
  66. }
  67. .orderTips{
  68. color: #bfbfbf;
  69. margin:0 0 0 28px;
  70. }
  71. .clear{
  72. .btnCom;
  73. .clear;
  74. height: auto;
  75. line-height: unset;
  76. }
  77. .confirm{
  78. .btnCom;
  79. .confirm;
  80. height: auto;
  81. line-height: unset;
  82. width: 60px;
  83. }