Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王水玲
9 years ago
Commit
7566cb2671be3ba736192ddec447f0a9a9aff1b9
1 parent
438082ae
星潮bug修改
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
4 deletions
apps/guang/controllers/star.js
apps/guang/views/partial/star/head-tab.hbs
public/scss/guang/star/_collocation.css
public/scss/guang/star/_special.css
public/scss/guang/star/_star.css
public/scss/product/sale/_sale.css
apps/guang/controllers/star.js
View file @
7566cb2
...
...
@@ -94,7 +94,8 @@ exports.special = (req, res, next) => {
page
:
'special'
},
processPublicData
(
req
,
'星潮教室'
),
{
resources
:
result
,
headTab
:
pageHeadTab
headTab
:
pageHeadTab
,
notIndex
:
true
}));
}).
catch
(
next
);
};
...
...
@@ -114,7 +115,8 @@ exports.collocation = (req, res) => {
isStarDetailPage
:
true
,
page
:
'collocation'
},
processPublicData
(
req
,
'星潮教室'
),
{
headTab
:
pageHeadTab
headTab
:
pageHeadTab
,
notIndex
:
true
}));
};
...
...
apps/guang/views/partial/star/head-tab.hbs
View file @
7566cb2
<ul
class=
"head-tab"
>
<ul
class=
"head-tab"
{{#if
notIndex
}}
style=
"position: fixed;"
{{/if}}
>
{{#
each
headTab
}}
<li
{{#if
cur
}}
class=
"cur"
{{/if}}
><a
href=
"
{{
url
}}
"
data-bp-id=
"guang_tab_
{{
name
}}
_false"
>
{{
name
}}
</a></li>
{{/
each
}}
...
...
public/scss/guang/star/_collocation.css
View file @
7566cb2
...
...
@@ -3,6 +3,7 @@
.detail-list
{
width
:
100%
;
float
:
left
;
padding-top
:
88px
;
li
{
float
:
left
;
...
...
@@ -33,6 +34,7 @@
line-height
:
48px
;
color
:
#fff
;
width
:
100%
;
word-wrap
:
break-word
;
}
}
}
...
...
public/scss/guang/star/_special.css
View file @
7566cb2
...
...
@@ -3,6 +3,7 @@
width
:
100%
;
height
:
auto
;
overflow
:
hidden
;
padding-top
:
88px
;
li
{
width
:
100%
;
...
...
public/scss/guang/star/_star.css
View file @
7566cb2
...
...
@@ -228,6 +228,7 @@
font-size
:
28px
;
line-height
:
38px
;
color
:
#fff
;
word-wrap
:
break-word
;
}
.artice-cont
{
...
...
public/scss/product/sale/_sale.css
View file @
7566cb2
.sale-page
{
overflow
:
hidden
;
background-color
:
#f
ff
;
background-color
:
#f
0f0f0
;
#thumb-row
{
overflow
:
hidden
;
...
...
@@ -23,6 +23,11 @@
border-radius
:
20px
;
}
}
.list-nav
,
.goods-container
{
background
:
#fff
;
}
}
.sale-vip-page
{
...
...
Please
register
or
login
to post a comment