feat: 增加蝦皮店铺名称搜索 (#182)
This commit is contained in:
@@ -112,6 +112,9 @@ body {
|
||||
用 flex 而不是 width:工具条是 flex 布局,width 会被 flex-grow 盖掉。
|
||||
min-width 由下面那条继承,窄屏时不会缩到没法输入。 */
|
||||
.toolbar input[type="text"].search-narrow { flex: 0 0 30%; }
|
||||
/* 蝦皮工具条同时放商品和店铺两个搜索框,各占剩余工具条的约 20%。
|
||||
min-width 继续由通用输入框规则提供,窄窗口时交给工具条自然换行。 */
|
||||
.toolbar input[type="text"].shopee-search-field { flex: 0 1 20%; }
|
||||
|
||||
.toolbar input[type="text"] {
|
||||
flex: 1;
|
||||
|
||||
Reference in New Issue
Block a user