.right_container { width: 100%; color: #fff; height: 100%; display: flex; flex-direction: column; .org { flex: 1; width: 100%; overflow-y: hidden; text-align: center; .org_head { background-image: url("../../../static/sub_title.png"); background-size: 100% 100%; background-repeat: no-repeat; line-height: 36px; height: 36px; text-align: left; padding-left: 30px; } } } .pyzx { height: 100%; min-height: 200px; padding: 10px; margin-bottom: 10px; overflow-y: scroll; flex: 1; .pyzx_title { display: flex; padding: 5px 4px; margin-bottom: 10px; align-items: start; background: rgba(37, 52, 70, 0.4); .content { text-align: left; font-size: 13px; } > img { margin-right: 10px; } } }