Commit e99dee79 by lmf

优化详情页面标题和底部评论样式

parent ca7ab39c
......@@ -110,9 +110,7 @@
.page-header {
position: fixed;
}
#maincontent .page-title-wrapper > h1{
display: none;
}
}
/*header */
#maincontent .page-title-wrapper > h1 > span{
display: none;
#maincontent .page-title-wrapper #page-title-heading > span{
display: none;
}
/* footer */
*{
padding: 0;
margin: 0;
......@@ -35,8 +32,7 @@ footer a{
.footer_link ul li{
margin-bottom: 20px;
}
@media(max-width:789px) {
@media screen and (max-width:1200px) {
.footer_link > div{
width: 100%;
}
......@@ -67,9 +63,11 @@ footer a{
display: none;
}
.product-info-wrapper .page-title-wrapper h1{
display: none;
}
.breadcrumbs .items{
display: none;
}
#tab-label-description > a{
color: #222222;
......@@ -96,7 +94,48 @@ footer a{
.breadcrumbs > ul .items {
width: max-content;
}
.maincontent
.block .block-search #search_mini_form {
display: none;
}
.breadcrumbs li > .item .product{
margin-top: 60px;
}
#product-review-container #customer-reviews .block .block-content {
display: block;
}
.product-info-wrapper .page-title-wrapper h1{
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
cursor: pointer;
width: 100%;
display: inline-block;
color: #222222;
margin-top: 5px;
font-family: Outfit-Regular;
font-size: 16px;
}
.box-tocart .fieldset .actions {
position: fixed;
font-size: larger;
bottom: 0;
z-index: 11;
width: 100%;
margin: 0 auto;
left: 0;
right: 0;
padding: 0;
background: #fff;
padding-top: 10px;
}
}
......@@ -147,5 +186,39 @@ ul {
.block .block-search #search_mini_form {
display: none;
}
#product-review-container #customer-reviews .block .block-content {
display: block;
}
.product-info-wrapper .page-title-wrapper h1{
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
cursor: pointer;
width: 100%;
display: inline-block;
color: #222222;
margin-top: 5px;
font-family: Outfit-Regular;
font-size: 16px;
}
.box-tocart .fieldset .actions {
position: fixed;
font-size: larger;
bottom: 0;
z-index: 11;
width: 100%;
margin: 0 auto;
left: 0;
right: 0;
padding: 0;
background: #fff;
padding-top: 10px;
}
}
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