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
ccbikai
9 years ago
Commit
0c9595e7c446a1ff4f99734b8f533e8b251ce9ca
1 parent
b109f4ee
页面样式优化
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
public/js/product/sale.page.js
public/scss/common/_good.css
public/scss/product/sale/_sale.css
public/js/product/sale.page.js
View file @
0c9595e
...
...
@@ -50,7 +50,6 @@ $(function() {
yh_channel
:
window
.
queryString
.
channel
||
'boys'
,
saleType
:
'2'
,
productPool
:
$vipFloor
.
data
(
'id'
),
order
:
'0'
,
limit
:
'4'
}
}).
then
(
function
(
res
)
{
...
...
public/scss/common/_good.css
View file @
0c9595e
...
...
@@ -128,6 +128,7 @@
.price
{
font-size
:
22px
;
line-height
:
22px
;
white-space
:
nowrap
;
.sale-price
{
color
:
#d62927
;
...
...
public/scss/product/sale/_sale.css
View file @
0c9595e
...
...
@@ -24,13 +24,13 @@
.arrow
{
position
:
absolute
;
top
:
-1
0
px
;
top
:
-1
6
px
;
right
:
30px
;
width
:
20px
;
height
:
20px
;
background
:
#000
;
content
:
""
;
transform
:
rotate
(
45deg
);
width
:
0
;
height
:
0
;
border-style
:
solid
;
border-width
:
0
10px
16px
;
border-color
:
transparent
transparent
#000
;
}
&
.show
{
...
...
@@ -69,6 +69,7 @@
.category-swiper
{
height
:
auto
;
max-height
:
320px
;
}
.vip-floor
{
...
...
Please
register
or
login
to post a comment