/* pages/component/notice/notice.wxss */ .notice-mask { align-items: flex-end; z-index: 101; } .notice-box { width: 100%; background: white; font-size: 28rpx; position: relative; } .notice-box-in { max-height: 400rpx; overflow-y: auto; padding: 20rpx; padding-bottom: 0; } .notice-title { text-align: center; font-size: 30rpx; margin-bottom: 10rpx; } .icon-close { position: absolute; top: 30rpx; right: 30rpx; }