Commit f224bbda by lmf

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

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