index.less 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. @import '../../app.less';
  2. .user-action {
  3. height: 40px;
  4. line-height: 40px;
  5. display: flex;
  6. position: relative;
  7. border-bottom: 1px solid #eee;
  8. .all {
  9. display: inline-block;
  10. margin: 0 15px;
  11. .checkbox-item {
  12. transform: translateY(5px);
  13. margin-right: 5px;
  14. }
  15. }
  16. .button-list {
  17. flex: 1;
  18. .button {
  19. margin-right: 10px;
  20. }
  21. }
  22. .help {
  23. display: inline-block;
  24. }
  25. i {
  26. font-size: 14px;
  27. color: #D0D8E2;
  28. }
  29. .right {
  30. text-align: right;
  31. margin-left: 15px;
  32. }
  33. .right.only {
  34. flex: 1;
  35. }
  36. .left {
  37. display: inline-block;
  38. }
  39. .item-list {
  40. flex: 1;
  41. }
  42. .item.right {
  43. float: right;
  44. margin-right: 0;
  45. }
  46. .item.sort-item {
  47. color: #686872;
  48. font-size: 12px;
  49. margin-left: 15px;
  50. }
  51. .item.selct-item {
  52. color: #303139;
  53. font-size: 12px;
  54. }
  55. .item {
  56. display: inline-block;
  57. margin-right: 12px;
  58. .label {
  59. margin-left: 12px;
  60. }
  61. .select {
  62. margin-left: 12px;
  63. display: inline-block;
  64. transform: translateY(-2px);
  65. .button {
  66. line-height: 20px;
  67. }
  68. }
  69. }
  70. .search {
  71. margin-left: 15px;
  72. input {
  73. border-radius: 12px;
  74. height: 24px;
  75. padding: 2px 10px;
  76. line-height: 20px;
  77. width: 180px;
  78. border: 1px solid #e0e0e0;
  79. font-size: 12px;
  80. }
  81. i {
  82. color: #4299FF;
  83. font-size: 20px;
  84. cursor: pointer;
  85. }
  86. }
  87. }