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.
30 lines
343 B
30 lines
343 B
5 years ago
|
|
||
|
.input-wrap {
|
||
|
background: #fff;
|
||
|
border-bottom: 1px solid #eee;
|
||
|
margin: 0 -12px;
|
||
|
padding: 0 12px;
|
||
|
height: 46px;
|
||
|
line-height: 46px;
|
||
|
}
|
||
|
|
||
|
.info-input {
|
||
|
font-size: 18px;
|
||
|
line-height: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.disabled{
|
||
|
color: #999;
|
||
|
}
|
||
|
|
||
|
.label {
|
||
|
color: #999;
|
||
|
display: inline;
|
||
|
}
|
||
|
|
||
|
|
||
|
button{
|
||
|
margin: 4px 26px;
|
||
|
font-size: 16px;
|
||
|
}
|