font-size: 14px; font-weight: 700; text-align: center; /*height: 40px;*/ /*line-height: 40px;*/ max-width: 144px; margin-right: 5px; background-color: #fff; } .param-bottom span { display: inline-block; float: left; /*height: 40px;*/ text-align: right; /*line-height: 40px;*/ } select{ width:100px; height: 24px; line-height: 24px; /*float: left;*/ border: 1px solid #e5e5e5; padding-left: 5px; transition: border 0.2s linear; outline: 0px; font-size: 13px; font-family: "微软雅黑"; border-radius: 3px; color: #333333; } .ff7900 { color: #ff7900; } .price-zh_getMore___wb_P { height: 28px; line-height: 28px; /*display: flex;*/ align-items: center; background: #ff7800; color: #fff; padding: 0px 8px; border-radius: 5px; } .price-zh_btnWrapper__5toCV svg { font-size: 16px; margin-left: 2px; } .style_root__XLjIh { fill: currentColor; width: 1em; height: 1em; display: inline-block; font-size: 2rem; transition: fill .2s cubic-bezier(.4,0,.2,1) 0ms; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; flex-shrink: 0; } button { position: relative; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0); background-color: transparent; outline: 0; border: 0; margin: 0; margin-bottom: 0px; padding: 0; border-radius: 0; cursor: pointer; user-select: none; vertical-align: middle; -moz-appearance: none; -webkit-appearance: none; text-decoration: none; } .is-hot-img{ position: absolute; top: -1px; left: -1px; z-index: 1; width: 45px; height: 39px; } .is-hot-imgs { position: absolute; z-index: 1; width: 45px; height: 39px; } .is-hot-img img,.is-hot-imgs img { width: 90px; height: 90px; float: left; overflow: hidden; } .tab-front{ color:#07f; line-height: 20px; font-weight: bold; /*border-right: 2px solid #07f;*/ cursor: pointer; padding:0px 20px; -webkit-transform: rotate(25deg); -moz-transform: rotate(25deg); } .tab-back { line-height: 20px; /*border-right: 2px solid #07f;*/ cursor: pointer; padding:0px 20px; -webkit-transform: rotate(25deg); -moz-transform: rotate(25deg); } .mbottom { height: 60px; line-height: 60px; background: #fff; padding: 0 20px; border-bottom: 1px solid #eee; } .Filtrate_params { font-size: 14px; height: auto !important; height: 140px; } .Filtrate_params .filter-warp { display: flex; max-width: 1200px; height: 100%; flex-direction: column; } .Filtrate_params .filter-warp .filter-box .filter-flex { display: flex; border-bottom: 1px solid #e9e9e9; font-size: 12px; background: #f5f5f6; } .Filtrate_params .filter-warp .filter-box .filter-flex .filter-title { text-align: left; color: #7e7f80; padding: 0 20px; background: #f5f5f6; width: 98px; height: 44px; line-height: 46px; } .Filtrate_params .filter-warp .filter-box .filter-flex .filter-content { display: flex; background: #fff; flex: 1; flex-direction: column; } .Filtrate_params .filter-warp .filter-box .filter-flex .filter-content .filter-hide { max-height: 175px; overflow-y: auto; height: auto !important; } .Filtrate_params .filter-warp .filter-box .filter-flex .filter-content .filter-tab { height: 26px; margin: 8px 0; overflow: hidden; font-size: 12px; } .Filtrate_params .filter-warp .filter-box .filter-flex .filter-content { display: flex; background: #fff; flex: 1; /*flex-direction: column;*/ } .Filtrate_params .filter-warp { display: flex; max-width: 1200px; height: 100%; flex-direction: column; } .Filtrate_params .filter-warp .filter-box .filter-flex .filter-content .filter-tab .filter-item { text-align: center; display: inline-block; margin: 0 5px; $(document).ready(function(){ dropdownOpen();//调用 $('#nav-goods').mouseover(function(){ $(this).next().show(); }); }); function dropdownOpen() { var dropdownLi = $('li#nav-goods'); dropdownLi.mouseover(function() { $(this).addClass('open'); }).mouseout(function() { $(this).removeClass('open'); }); }