.notice_component{ width: 100%; padding: 0 .3rem; background: #fff; .notice_title{ //height:.5rem; font-size:.4rem; font-weight:600; color:rgba(46,46,46,1); line-height:.5rem; margin: .3rem 0; } .notice_subtitle{ height:.54rem; font-size:.24rem; font-weight:400; color:rgba(168,168,168,1); line-height:.54rem; .notice_subtitle_p{ margin: 0; } .notice_sper{ margin: 0 .1rem; } .notice_user::before{ content: ''; display: inline-block; background-image: url('../../assets/usericon.png'); background-size: 100% 100%; background-repeat: no-repeat; width: .22rem; height: .22rem; margin: 0 .1rem; } } .notice_content{ font-size:.32rem; font-weight:400; color:rgba(46,46,46,1); line-height:.50rem; margin: .3rem 0; border-top: .02rem rgba(247,247,247,1) solid; overflow:auto; -webkit-overflow-scrolling: touch; &::-webkit-scrollbar { display: none; width: 0; height: 0; color: transparent; } .notice_section{ text-indent: 1em; font-size:.32rem; font-weight:400; color:rgba(46,46,46,1); line-height:.5rem; } img { display: block; width: 100%; } em { font-weight: 600; font-style: normal; } .redFont { color: red; } .notice_section_right{ text-align: right; font-size:.24rem; font-weight:500; color:rgba(46,46,46,1); line-height:.32rem; } } }