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
e99dee79
Commit
e99dee79
authored
Sep 08, 2022
by
lmf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化详情页面标题和底部评论样式
parent
ca7ab39c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
85 additions
and
14 deletions
+85
-14
app/design/frontend/Joshine/breeze/web/css/_custom.less
+1
-3
app/design/frontend/Joshine/breeze/web/css/footer.css
+84
-11
No files found.
app/design/frontend/Joshine/breeze/web/css/_custom.less
View file @
e99dee79
...
...
@@ -110,9 +110,7 @@
.page-header {
position: fixed;
}
#maincontent .page-title-wrapper > h1{
display: none;
}
}
app/design/frontend/Joshine/breeze/web/css/footer.css
View file @
e99dee79
/*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
;
}
}
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