/* You can add global styles to this file, and also import other style files */ :root { --blue: #1890ff; // or any global you wish to share with components --white: #ffffff; --size: 16px; --main-color: #1890ff; // or any global you wish to share with components --gray: #f0f0f0; } .fl { float: left; } .fr { float: right; } .cp { cursor: pointer; } .br { border-right: solid 1px #e8e8ed; } .inner-content { padding: 24px; background: #fff; margin-bottom: 20px; margin-top: 20px; } .right-btn { float: right; } .search-button{ text-align: center; } .search-button button{ margin-left: 10px; } .operating-button { float: right; } .operating-button button { margin-bottom: 15px; margin-left: 10px; } .table { margin-top: 20px; } .search-area { text-align: center; button { margin-left: 10px; } } .ant-advanced-search-form { padding: 24px; background: #fbfbfb; border: 1px solid #d9d9d9; border-radius: 6px; }