wyyl/resources/beike/shop/fashion/css/header.scss

457 lines
8.5 KiB
SCSS

@charset "UTF-8";
/**
* @copyright 2022 beikeshop.com - All Rights Reserved.
* @link https://beikeshop.com
* @Author pu shuo <pushuo@guangda.work>
* @Date 2022-09-03 22:32:29
* @LastEditTime 2022-09-16 20:55:12
*/
header {
background: #fff;
@media (min-width: 992px) {
// border-bottom: 1px solid #dee0ea;
// box-shadow: 0px 1px 10px rgba(0, 0, 0, .04);
}
// body:not(.page-home) & {
// box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .04);
// }
body.page-home & {
@media (min-width: 992px) {
box-shadow: 0 2px 3px rgba(33,37,41,.07);
// border-bottom: 1px solid #dee0ea;
margin-bottom: 26px;
}
.menu-box {
border-top: 1px solid #e5e5e5;
background-color: #fff;
}
}
.top-wrap {
// padding: 10px;
height: 38px;
// max-height: 50px;
background: #F7F8FA;
// background: #161616;
display: flex;
// border-bottom: 1px solid #dee0ea;
}
.top-wrap, .header-content {
.dropdown {
&:hover {
background-color: #fff;
.dropdown-menu {
margin: 0;
display: block;
box-shadow: 0 0 15px rgb(0, 0, 0, .1);
border: none;
&.dropdown-menu-end {
right: 0;
}
}
}
}
}
.search-wrap {
flex: 1;
margin: 0 20px;
.input-group {
background-color: #f1f1f3;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
input {
border-color: #f1f1f3 !important;
padding-top: 0;
padding-bottom: 0;
background-color: transparent !important;
box-shadow: none !important;
}
button {
background-color: $sub_color;
font-weight: bold;
}
}
.menu-box {
// border-top: 1px solid #e5e5e5;
background-color: #f4f4f4;
}
.menu-wrap {
.container {
max-width: 1140px;
}
@media (min-width: 1200px) {
.navbar-nav {
.dropdown {
&.position-static >.dropdown-menu {
// top: 100%;
}
&:hover {
.dropdown-menu {
opacity: 1;
visibility: visible;
transform: translate(-50%);
}
}
>.dropdown-menu {
left: 50%;
transform: translate(-50%, 0.5rem);
transition: all .2s ease-in-out;
transition-property: visibility,transform,opacity;
visibility: hidden;
opacity: 0;
display: block;
transform-origin: top center;
}
}
}
}
> .navbar-nav {
> .nav-item {
background-color: transparent;
margin: 0 10px;
> .nav-link {
font-size: 14px;
padding: .9rem;
position: relative;
.badge {
position: absolute;
bottom: 80%;
padding: 2px 4px;
font-weight: 400;
left: calc(50% - 0px);
margin-left: 0px;
&::before {
content: "";
position: absolute;
top: 100%;
left: 10px;
border: 4px solid;
border-color: inherit;
border-right-color: #0000!important;
border-bottom-color: #0000!important;
border-right-width: 7px;
border-left-width: 0;
}
}
}
}
.group-name {
font-size: 15px;
}
.ul-children {
a {
color: #7a7a7a;
&:hover {
color: $primary;
}
}
}
}
}
.header-content {
position: relative;
padding: 20px 0;
background-color: #fff;
> .container {
display: flex;
align-items: center;
justify-content: space-between;
}
.logo {
width: 25%;
img {
max-width: 200px;
max-height: 50px;
}
}
.right-btn {
width: 25%;
.nav-link {
color: #333;
padding-right: 0.7rem;
padding-left: 0.7rem;
position: relative;
i {
font-size: 1.4rem;
}
}
.cart-badge-quantity {
position: absolute;
left: 25px;
top: -3px;
text-align: center;
font-size: 12px;
display: none;
width: 23px;
zoom: 0.9;
height: 23px;
line-height: 24px;
background-color: $sub_color;
color: #222;
border-radius: 50%;
}
}
}
.header-mobile {
.mobile-content {
padding: 10px;
display: flex;
align-items: center;
justify-content: space-between;
> div {
width: 33.33%;
&.center a {
display: flex;
align-items: center;
justify-content: center;
height: 30px;
img {
max-height: 100%;
}
}
}
.left {
display: flex;
align-items: center;
> div {
cursor: pointer;
> i {
font-size: 1.5rem;
line-height: 1;
}
}
.mobile-open-search {
margin-left: 10px;
> i {
font-size: 1.1rem;
}
}
}
.right {
display: flex;
justify-content: flex-end;
.nav-link {
padding: 0;
i {
font-size: 1.2rem;
}
// margin-left: 14px;
}
}
}
}
}
#offcanvas-search-top {
height: 100px;
justify-content: center;
.offcanvas-header {
width: 100%;
}
input {
&:focus {
box-shadow: none;
}
}
.btn-close {
padding: 1rem;
opacity: 1;
&:hover {
background-color: #eee;
}
}
}
#offcanvas-right-cart {
.select-wrap {
margin-right: 10px;
cursor: pointer;
i {
font-size: 20px;
color: #aaa;
&.bi-check-circle-fill {
color: $primary;
}
}
}
.offcanvas-right-products {
.product-list {
padding: 1rem 0;
border-top: 1px solid #eee;
.left {
width: 80px;
flex: 0 0 80px;
height: 80px;
border: 1px solid #eee;
margin-right: 10px;
img {
max-height: 90px;
}
}
.right {
.price {
input {
margin-left: 10px;
width: 50px;
height: 24px;
}
}
.offcanvas-products-delete {
cursor: pointer;
color: #999;
}
}
}
}
.offcanvas-footer {
.to-checkout {
&:hover {
background-color: $sub_color;
border-color: $sub_color;
color: #111;
}
}
}
}
#offcanvas-mobile-menu {
width: 80%;
.offcanvas-header {
padding: 10px 20px 10px 10px;
}
.mobile-menu-wrap {
padding: 0;
#menu-accordion {
border-top: 1px solid #e5e5e5;
.accordion-item {
border-bottom: 1px solid #e5e5e5;
.nav-item-text {
display: flex;
align-items: center;
justify-content: space-between;
> a {
flex: 1;
height: 44px;
padding-left: 10px;
display: flex;
align-items: center;
.badge {
position: relative;
margin-left: 13px;
// padding: 2px 4px;
font-weight: 400;
&::before {
content: "";
position: absolute;
top: 50%;
right: 100%;
transform: translate(0, -50%);
border: 4px solid;
border-right-width: 7px;
border: 5px solid #0000;
border-right-color: inherit;
}
}
}
> span {
width: 44px;
height: 44px;
display: flex;
border-left: 1px solid #e5e5e5;
align-items: center;
justify-content: center;
&:active {
background-color: #eee;
}
&[aria-expanded="true"] {
background-color: #eee;
i {
transform:rotate(180deg);
}
}
}
}
.accordion-collapse {
padding: 10px;
border-top: 1px solid #e5e5e5;
.children-group {
.group-name {
margin-bottom: 4px;
}
.nav {
a {
color: #777;
}
}
}
}
}
}
}
}