Commit f224bbda by lmf

优化页面顶部手机端固定格式

parent 9060bbf6
......@@ -149,7 +149,7 @@
}
.swatch-option .text {
.swatch-option {
display: block;
font-family: Outfit-Regular;
width: 40px;
......@@ -248,17 +248,18 @@ footer a{
color: #222222;
font-weight: 500;
line-height: 1.35;
font-family: Outfit-Regular;
font-size: 1.09em;
margin-bottom: 0.69em;
}
.product attribute description,.product-info-main .product .attribute .overview{
font-size: small;
font-family: Outfit-Regular;
line-height: 25px;
color: #666666;
}
.page-wrapper .page-header{
background: #f2f2f2;
.header_bar{
width: 100%;
padding-top: 0px;
margin-top: 0px;
......@@ -266,6 +267,15 @@ footer a{
z-index: 11;
}
.page-wrapper .page-header,header_bar{
background: #f2f2f2;
width: 100%;
padding-top: 0px;
margin-top: 40px;
position: fixed;
z-index: 11;
}
.breadcrumbs > ul .items {
width: max-content;
}
......
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