mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-05 21:32:31 +08:00
13 lines
294 B
CSS
13 lines
294 B
CSS
.form-search .form-keyword input {
|
|
display: initial;
|
|
}
|
|
@media only screen and (min-width: 641px) {
|
|
.form-search .form-keyword input {
|
|
width: 50%;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 641px) {
|
|
.form-search .form-keyword input {
|
|
width: calc(100% - 54px);
|
|
}
|
|
} |