.note{width:100%;height:100%;display:flex;flex-direction:column}.note .note-head{background-color:#f8a222;height:40px;display:flex;align-items:center;padding-left:12px}.note .note-head>span{margin-left:5px;font-size:15px;font-weight:600;color:#fff}.note .note2{height:100%;width:100%}.note .note-body{height:calc(100% - 40px);background:#FFFFFF}.note .note-body>div{position:relative;font-size:14px;overflow:hidden;word-break:normal;white-space:nowrap;height:25%;display:flex;align-items:center;border-bottom:1px solid rgba(221,221,221,.466)}.note .note-body>div:last-child{border-bottom:none}