fapiao
Version:
a simple fapiao react component
132 lines (126 loc) • 2.97 kB
CSS
.input-module_wrap__5-bC6 {
width: 100%;
position: relative;
}
.input-module_wrap__5-bC6 input {
width: 100%;
margin: 0;
padding: 0;
border-radius: 4px;
box-sizing: border-box;
margin: 0;
padding: 5px 5px;
color: rgba(0, 0, 0, 0.88);
font-size: 12px;
transition: all 0.2s;
border-width: 1px;
border-style: solid;
border-color: #d9d9d9;
outline: none;
text-overflow: ellipsis;
}
.input-module_wrap__5-bC6 input:focus {
border-color: rgb(27, 110, 243);
box-shadow: 0 0 0 2px rgba(27, 110, 243, 0.12);
outline: 0;
background-color: #ffffff;
}
.Select-module_wrap__LtW5O select {
width: 100%;
margin: 0;
padding: 0;
border-radius: 4px;
box-sizing: border-box;
margin: 0;
padding: 5px 5px;
color: rgba(0, 0, 0, 0.88);
font-size: 12px;
transition: all 0.2s;
border-width: 1px;
border-style: solid;
border-color: #d9d9d9;
outline: none;
text-overflow: ellipsis;
}
.Select-module_wrap__LtW5O select:focus {
border-color: rgb(27, 110, 243);
box-shadow: 0 0 0 2px rgba(27, 110, 243, 0.12);
outline: 0;
background-color: #ffffff;
}
.AutoComplete-module_input__2BQZK {
margin: 0;
padding: 0;
border-radius: 4px;
box-sizing: border-box;
margin: 0;
padding: 5px 5px;
color: rgba(0, 0, 0, 0.88);
font-size: 12px;
transition: all 0.2s;
border-width: 1px;
border-style: solid;
border-color: #d9d9d9;
outline: 0;
text-overflow: ellipsis;
width: 100%;
}
.AutoComplete-module_input__2BQZK:focus {
border-color: rgb(27, 110, 243);
box-shadow: 0 0 0 2px rgba(27, 110, 243, 0.12);
outline: 0;
background-color: #ffffff;
}
.AutoComplete-module_dropdown__9zWLc {
z-index: 10;
padding: 5px 0;
max-height: 260px;
overflow-x: auto;
overflow-x: hidden;
min-width: 100px;
margin: 0;
list-style: none;
border: 1px solid #dcdfe6;
border-radius: 4px;
-webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
background: #fff;
line-height: 26px;
font-size: 12px;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
}
.AutoComplete-module_dropdownoption__CGG0P {
padding: 0 5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: normal;
cursor: pointer;
}
.AutoComplete-module_dropdownoption__CGG0P:hover {
background-color: #d8dce1;
}
.Popover-module_popover__ZJZ5C {
z-index: 10;
padding: 5px 0;
max-height: 260px;
overflow-x: auto;
overflow-x: hidden;
min-width: 100px;
margin: 0;
list-style: none;
border: 1px solid #dcdfe6;
border-radius: 4px;
-webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
background: #fff;
line-height: 26px;
font-size: 12px;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
}