/* packageE/notice/notice.wxss */ @import "/mycss/stylesheet.wxss"; @import "/mycss/iconfont.wxss"; .component-wrapper { width: 100%; position: relative; } .icon-box { position: absolute; left: 0; top: 0; height: 39px; line-height: 39px; padding: 0 5px; margin: 3px 0; background: #fff; z-index: 1; vertical-align: middle; display: flex; align-items: center; } .i { font-size: 20px; } .icon-img { width: 27px; height: 27px; } .scroll-notice { text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; content: '...'; }