Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
joshine
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
joshine
Commits
0ae653ee
Commit
0ae653ee
authored
Sep 09, 2022
by
lmf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
迁移footer.css样式至custom文件
parent
7e212882
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
298 additions
and
4 deletions
+298
-4
app/design/frontend/Joshine/breeze/web/css/_custom.less
+294
-0
app/design/frontend/Joshine/breeze/web/css/footer.css
+4
-4
No files found.
app/design/frontend/Joshine/breeze/web/css/_custom.less
View file @
0ae653ee
...
@@ -114,3 +114,297 @@
...
@@ -114,3 +114,297 @@
}
}
#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;
}
}
app/design/frontend/Joshine/breeze/web/css/footer.css
View file @
0ae653ee
#maincontent
.page-title-wrapper
.page-title
.base
{
#maincontent
.page-title-wrapper
.page-title-wrapper
.product
.page-title
.base
{
display
:
none
;
display
:
block
;
}
}
#maincontent
.page-title-wrapper
>
.page-title-wrapper
.product
>
.page-title
.base
{
#maincontent
.page-title-wrapper
.page-title
.base
{
display
:
block
;
display
:
none
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment