You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
593 B
34 lines
593 B
4 years ago
|
/* 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;
|
||
|
}
|