1234567891011121314 |
- /*二级导航*/
- .w_find_nav {border-bottom:1px solid #EEE;width: 100%; height:50px;background-color:#fff;display: -moz-box;display: -webkit-box;display: box;overflow:hidden;position:fixed;top:50px;left:0;z-index:50;box-shadow: 0px 0px 20px 0px rgba(125, 122, 122, 0.2);}
- .find_nav_left {height: 46px;position: relative;-moz-box-flex: 1;-webkit-box-flex: 1;box-flex: 1;}
- .find_nav_list {position: absolute;left: 0;top:10px;width:100%;}
- .find_nav_list ul {position: relative;white-space: nowrap;font-size: 0;}
- .find_nav_list ul li {display: inline-block;position:relative;width:20%;}
- .find_nav_list ul li.on:before {content:"";width:10px;height:2px;background:#A26F29;display:block;position:absolute;bottom:10px;left:50%;margin-left:-5px;border-radius:10px;}
- .find_nav_list ul li.on a{color: #A26F29;}
- .find_nav_list ul li a { display: block;width:100%;height:100%;line-height:25px;font-size:0.9375rem;text-align:center;color:#333;padding-bottom:12px;}
- /*.find_nav_cur a {font-size:0.98rem;padding:1px 10px;}*/
- .find_nav_cur a.on {color:#E63529;}
- .find_nav_cur a.on:before {content:'';display:block;width:7px;height:2px;background:#E63529;margin:0 auto;position:absolute;bottom:5px;left:50%;margin-left:-3px;border-radius:1px;}
- .sideline { display: block;position: absolute;border: 0;height: 2px;background-color: #48a5f4;left: 0;top: 43px;pointer-events: none;}
- .search_logo {display: block;width: 44px;height: 45px;line-height: 45px;text-align: center;font-size: 14px;color: #48a5f4;}
|