Commit 48b059ea by lmf

优化详情页面布局样式

parent afbd6f4f
...@@ -176,7 +176,7 @@ ...@@ -176,7 +176,7 @@
} }
@media (min-width: 780px){ @media (min-width: 780px){
.joshine-desction #description{ .joshine-desction #description{
max-height: 350px; max-height: 450px;
overflow: auto; overflow: auto;
} }
......
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
@media (max-width: 1024px){ @media (max-width: 1024px){
#product-intro__freeshipping-more-3{ #product-intro__freeshipping-more-3{
margin-top: 7px; margin-top: 7px;
margin-left: 65%; margin-left: 55%;
} }
#wishlist{ #wishlist{
display: none; display: none;
......
...@@ -1839,7 +1839,7 @@ button.action.submit.primary { ...@@ -1839,7 +1839,7 @@ button.action.submit.primary {
//详情缩略图过多处理 //详情缩略图过多处理
@media (min-width: 1024px){ @media (min-width: 1024px){
.breeze-gallery.vertical:not(.opened) .thumbnails { .breeze-gallery.vertical:not(.opened) .thumbnails {
height: 900px; height: 1000px;
} }
} }
...@@ -2099,8 +2099,8 @@ background-color: #000; ...@@ -2099,8 +2099,8 @@ background-color: #000;
top: 20%; top: 20%;
} }
.product-info-wrapper .page-title-wrapper { .product-info-wrapper .page-title-wrapper {
margin-left: 5%; margin-left: 2%;
width: 80%; width: 100%;
} }
.product-info-wrapper .page-title span.base{ .product-info-wrapper .page-title span.base{
font-size: 20px; font-size: 20px;
...@@ -2112,8 +2112,8 @@ background-color: #000; ...@@ -2112,8 +2112,8 @@ background-color: #000;
} }
.product-info-wrapper .product-info-main { .product-info-wrapper .product-info-main {
margin-left: 5%; margin-left: 2%;
width: 80%; width: 100%;
} }
.page-header .actions.search-dropdown{ .page-header .actions.search-dropdown{
......
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