Commit 9060bbf6 by lmf

优化页面标题显示样式

parent a90bd38d
......@@ -64,6 +64,7 @@
margin-bottom: 0;
font-family: Outfit-Regular, sans-serif;
font-size: 20px;
display: block !important;
}
.old-price > span .price-label{
......@@ -127,18 +128,11 @@
}
}
.product > h1 > span {
display: block;
}
#maincontent .page-title-wrapper .page-title .base{
display: none;
}
.product > h1 > span {
display: block;
}
.filter-content .filter-options .filter-options-title {
font-size: 20px;
color: #292929;
......
#maincontent .page-title-wrapper .page-title-wrapper .product .page-title .base{
display: block;
}
#maincontent .page-title-wrapper .page-title .base{
display: none;
}
.filter-content .filter-options .filter-options-title {
font-size: 20px;
color: #292929;
font-weight: 500;
position: relative;
padding-bottom: 12px;
margin-bottom: 10px;
font-family: 'Outfit', sans-serif;
display: block;
}
.filter-content .filter-options .filter-options-content ol li a {
color: #999999;
}
.swatch-option .text {
display: block;
width: 40px;
height: 40px;
line-height: 40px;
color: #222222;
font-size: 12px;
font-weight: 500;
text-align: center;
background-color: #f1f1f1;
border-radius: 10%;
padding: 0;
border: 0;
}
.block-content .recent .products-list .product-items .product-item .product-item-info .product-item-details .product-item-name{
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
cursor: pointer;
width: 70%;
display: inline-block;
color: #222222;
}
*{
padding: 0;
margin: 0;
}
footer{
background: #000;
color: #fff;
padding: 10px ;
}
footer .footer_link .logo_img{
margin-top: 10%;
}
footer a{
color: #fff;
text-decoration: auto;
}
.footer_link > div{
float: left;
width: 25%;
}
.footer_link h4{
margin-bottom: 20px;
font-size: smaller;
}
.footer_link h4 span{
display: none;
}
.footer_link ul li{
margin-bottom: 20px;
}
@media screen and (max-width:1200px) {
.footer_link > div{
width: 100%;
}
footer .footer_link .logo_img{
margin-top: 2%;
}
.footer_link h4 span{
display: block;
float: right;
line-height: 30px;
width: 30px;
height: 30px;
text-align: center;
color: #333333;
background: #eeeeee;
cursor: pointer;
font-size: smaller;
}
.copyright{
font-size: smaller;
}
.copyright span{
width: 100%;
}
.footer_link ul{
display: none;
}
.breadcrumbs .items{
display: none;
}
#tab-label-description > a{
color: #222222;
font-weight: 500;
line-height: 1.35;
font-size: 1.09em;
margin-bottom: 0.69em;
}
.product attribute description,.product-info-main .product .attribute .overview{
font-size: small;
line-height: 25px;
color: #666666;
}
.page-wrapper .page-header{
background: #f2f2f2;
width: 100%;
padding-top: 0px;
margin-top: 0px;
position: fixed;
z-index: 11;
}
.breadcrumbs > ul .items {
width: max-content;
}
.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: 15px;
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;
}
#maincontent .columns .column .main .product-info-wrapper .page-title-wrapper .product{
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
cursor: pointer;
width: 100%;
display: inline-block;
color: #222222;
margin-top: 5px;
}
}
.product.info .review-add + .review-list, .product.info #product-review-container {
float: left;
width: 100%;
}
.old-price{
float: left;
}
ul {
list-style: none;
}
.copyright{
text-align: center;
border-top: 1px solid #423f3f;
padding: 10px 0;
font-size: smaller;
}
.footer_link::after{
clear: both;
content: '';
display: block;
}
.copyright > .copyright_left{
float: left;
margin-left: 5%;
margin-top: 10px;
font-weight: bold;
color: #fff;
font-size: smaller;
}
.copyright img{
margin-bottom: -10px;
margin-right: 1%;
height: 40px;
}
.copyright a{
padding: 10px;
font-weight: bold;
}
@media (max-width: 767px){
.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: 15px;
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;
}
#maincontent .columns .column .main .product-info-wrapper .page-title-wrapper .product{
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
cursor: pointer;
width: 100%;
display: inline-block;
color: #222222;
margin-top: 5px;
}
}
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