知与行后台管理端

channelList.less 890B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .searchBox {
  2. font-size: 20px;
  3. color: red;
  4. display: flex;
  5. display: flex;
  6. align-items: center;
  7. justify-content: space-between;
  8. .searchItem {
  9. min-width: 20px;
  10. margin-right: 20px;
  11. text-align: left;
  12. .anticon-down {
  13. float: right !important;
  14. }
  15. }
  16. }
  17. .addBtn {
  18. padding: 0 30px;
  19. height: 36px;
  20. background-color: #50be00;
  21. color: #fff;
  22. margin: 30px 0;
  23. }
  24. .touxiang {
  25. width: 93px;
  26. height: 93px;
  27. }
  28. .ant-table-column-title {
  29. font-weight: 600;
  30. }
  31. .about {
  32. padding: 0 30px;
  33. height: 36px;
  34. margin: 30px 0;
  35. margin-left:8px;
  36. }
  37. .selectName {
  38. font-size: 14px;
  39. padding: 0 10px;
  40. height: 36px;
  41. color: rgb(10, 10, 10);
  42. margin: 30px 0;
  43. }
  44. .inpuit {
  45. width:50%;
  46. }
  47. .inpuitTxt {
  48. width:70%;
  49. }
  50. .formButton{
  51. margin-left: 12%
  52. }
  53. .divInput{
  54. float: 'left';
  55. width: 500
  56. }
  57. .brokerTable{
  58. padding: 0 30px;
  59. height: 36px;
  60. margin: 30px 0;
  61. }