/* 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; } .search-button{ text-align: center; } .search-button button{ margin-left: 10px; }