.advertPage { width: 100%; .advertBox { width: 100%; height: calc(100% - 44px); overflow: auto; // background: #fff url('../../assets/advertManage/pageBg.png') top center no-repeat; // background-size: 100%; .searchRow { margin: 0 auto; align-items: center; .bd3 { width: 87px; height: 16px; .outer4 { width: 20px; height: 26px; background: url("../../assets/advertManage/icon.png") top center no-repeat; background-size: 100%; } .txt2 { width: 65px; height: 14px; overflow-wrap: break-word; color: rgba(64, 77, 116, 1); font-size: 15px; font-family: PingFangSC-Semibold; text-align: left; white-space: nowrap; line-height: 15px; display: block; font-weight: bold; .discountNumber { font-size: 18px; color: red; } } } .operBox { display: flex; flex-wrap: nowrap; justify-content: flex-end; .listBox, .addBox, .searchBox{ display: flex; flex-wrap: nowrap; flex-direction: column; align-items: center; padding: 5px; } .iconImg { width: 25px; } } } .listBox { .listItem { .itemBox { width: 100%; padding: 1.5em 1em; line-height: 1.8; border-bottom: 1px solid #e7eaf7; } } } .adList { display: flex; width: 90%; margin: 1.5em auto; overflow: hidden; align-items: center; .adImg { width: 100px; height: 100px; border-radius: 10px; } .adInfoBox { .adRow { color: #404D74; .adLeft { color:#8787A6; } } } } } }