Commit e9badefa by lmf

优化手机版隐藏搜索框

优化input输入框css
parent 067f99aa
......@@ -107,6 +107,10 @@
display: block !important;
}
.block-content > .minisearch{
display: none !important;
}
.header.content{
gap: 3px;
}
......@@ -226,6 +230,10 @@ footer a{
display: none;
}
.block-content > .minisearch{
display: none !important;
}
.footer_link > div > img{
margin-top: 10px;
margin-bottom: 20px;
......@@ -370,6 +378,9 @@ footer a{
.price-final_price .price, .product-item-details > .price-box > .price{
font-size: 24px !important;
}
button, input, optgroup, select, textarea{
padding: 0.5rem 0.75rem;
}
.minisearch .control .input-text{
outline: none;
position: relative;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment