.box { width: 100%; height: 100%; color: #303133; box-sizing: border-box; padding: 20px; .fffbox { width: 100%; height: 100%; background: #FFFFFF; box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.0800); border-radius: 4px 4px 4px 4px; opacity: 1; border: 1px solid #E4E7EC; display: flex; flex-direction: column; } .header { width: 100%; height: 56px; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; border-bottom: 1px solid #E4E7EC; span { color: #303133; font-weight: 500; font-size: 16px; } } .searchbox { height: 70px; display: flex; justify-content: space-between; padding: 0 20px; align-items: center; .search { width: 100%; display: flex; input { margin-right: 16px; } button { margin-right: 16px; } } } .content { flex: 1; box-sizing: border-box; padding: 18px; padding-top: 0px; .operation { a { margin-right: 16px; } } } }