index.less 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. .advertPage {
  2. width: 100%;
  3. .advertBox {
  4. width: 100%;
  5. height: calc(100% - 44px);
  6. overflow: auto;
  7. // background: #fff url('../../assets/advertManage/pageBg.png') top center no-repeat;
  8. // background-size: 100%;
  9. .searchRow {
  10. margin: 0 auto;
  11. align-items: center;
  12. .bd3 {
  13. width: 87px;
  14. height: 16px;
  15. .outer4 {
  16. width: 20px;
  17. height: 26px;
  18. background: url("../../assets/advertManage/icon.png") top center no-repeat;
  19. background-size: 100%;
  20. }
  21. .txt2 {
  22. width: 65px;
  23. height: 14px;
  24. overflow-wrap: break-word;
  25. color: rgba(64, 77, 116, 1);
  26. font-size: 15px;
  27. font-family: PingFangSC-Semibold;
  28. text-align: left;
  29. white-space: nowrap;
  30. line-height: 15px;
  31. display: block;
  32. font-weight: bold;
  33. .discountNumber {
  34. font-size: 18px;
  35. color: red;
  36. }
  37. }
  38. }
  39. .operBox {
  40. display: flex;
  41. flex-wrap: nowrap;
  42. justify-content: flex-end;
  43. .listBox, .addBox, .searchBox{
  44. display: flex;
  45. flex-wrap: nowrap;
  46. flex-direction: column;
  47. align-items: center;
  48. padding: 5px;
  49. }
  50. .iconImg {
  51. width: 25px;
  52. }
  53. }
  54. }
  55. .listBox {
  56. .listItem {
  57. .itemBox {
  58. width: 100%;
  59. padding: 1.5em 1em;
  60. line-height: 1.8;
  61. border-bottom: 1px solid #e7eaf7;
  62. }
  63. }
  64. }
  65. .adList {
  66. display: flex;
  67. width: 90%;
  68. margin: 1.5em auto;
  69. overflow: hidden;
  70. align-items: center;
  71. .adImg {
  72. width: 100px;
  73. height: 100px;
  74. border-radius: 10px;
  75. }
  76. .adInfoBox {
  77. .adRow {
  78. color: #404D74;
  79. .adLeft {
  80. color:#8787A6;
  81. }
  82. }
  83. }
  84. }
  85. }
  86. }