Commit 59b4a1e1 by 王东红

fix 优化导航样式

parent 177e1fe5
......@@ -945,9 +945,12 @@ footer{
}
.page-header .header.content .logo{
position: absolute;
left: 45%;
left: 46%;
}
}
.header.content{
max-width: none;
}
.block-collapsible-nav .content .current>a, .block-collapsible-nav .content .current>strong{
border-color: #000000 !important;
}
......@@ -1023,7 +1026,7 @@ footer{
@media(min-width: 640px){
.switcher.currency{
position: relative;
top: 40px;
top: 37px;
right: 116px;
}
}
......@@ -1219,15 +1222,20 @@ footer{
height: 30px;
margin-top: 15px;
}
.minisearch .control .input-text,.minisearch .control .input-text:hover{
border: none;
border-bottom: 1px solid #000;
border-radius: 0;
background: none;
font-weight: normal;
}
.minisearch .action.search{
margin-left: -17rem;
//.minisearch .control .input-text,.minisearch .control .input-text:hover{
// border: none;
// border-bottom: 1px solid #000;
// border-radius: 0;
// background: none;
// font-weight: normal;
//}
//.minisearch .action.search{
// margin-left: -17rem;
//}
.minisearch .control .input-text{
border: 1px solid rgba(0,0,0,.1);
font-size: 12px;
font-family: sans-serif;
}
.block-search{
width: 20%;
......@@ -1701,7 +1709,7 @@ border-radius: 50% !important;;
}
//颜色提示强制关闭
.breeze .field-tooltip-content, .breeze .tooltip.wrapper .tooltip.content, .breeze .minisearch .search-autocomplete, .breeze .map-popup, .breeze .swatch-option-tooltip {
.breeze .field-tooltip-content, .breeze .tooltip.wrapper .tooltip.content, .breeze .map-popup, .breeze .swatch-option-tooltip {
display: none !important;
}
......
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