noticeText.layer.cornerRadius = 10
noticeText.layer.borderWidth = 1
noticeText.layer.borderColor = UIColor(red: 245/255, green: 245/255, blue: 245/255, alpha: 1.0).cgColor
noticeText.layer.masksToBounds = false
noticeText.layer.shadowOffset = CGSize(width: 0, height: 0)
noticeText.layer.shadowColor = UIColor.black.cgColor
noticeText.layer.shadowOpacity = 0.03
noticeText.layer.shadowRadius = 3
noticeText.textContainerInset = UIEdgeInsetsMake(10, 5, 10, 5)