Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
784c51d513aeab0612923a6dc5cbb3c84234075c
1 parent
ecfe1ab1
合并最新scss文件
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
121 additions
and
0 deletions
static/sass/product/_index.css
static/sass/product/_limit.css
static/sass/product/_index.css
View file @
784c51d
...
...
@@ -5,3 +5,4 @@
@import
"suspend-cart"
;
@import
"hot-rank"
;
@import
"recommend-for-you"
;
@import
"limit"
;
...
...
static/sass/product/_limit.css
0 → 100644
View file @
784c51d
.limit-good-page
{
background-color
:
#f4f4f4
;
color
:
#444
;
.top
{
font-size
:
0.6rem
;
height
:
2rem
;
line-height
:
2.2rem
;
margin-bottom
:
0.1rem
;
background-color
:
#fff
;
padding
:
0.2rem
0
;
div
{
width
:
20%
;
display
:
inline-block
;
float
:
left
;
img
{
width
:
1.5rem
;
border
:
1px
solid
#ccc
;
border-radius
:
100%
;
position
:
relative
;
top
:
0.25rem
;
}
}
p
{
display
:
inline-block
;
float
:
left
;
width
:
80%
;
}
}
.detail
{
background-color
:
#fff
;
padding
:
0.6rem
0.8rem
;
border-bottom
:
1px
solid
#e6e6e6
;
.name
{
font-size
:
0.9rem
;
margin-bottom
:
0.5rem
;
}
.sale-info
{
height
:
1rem
;
line-height
:
1rem
;
}
.price
{
font-size
:
0.8rem
;
color
:
#d0021b
;
float
:
left
;
}
.date
{
font-size
:
0.6rem
;
float
:
right
;
.text
{
position
:
relative
;
top
:
0.08rem
;
}
}
}
.goodDesc
{
margin-top
:
1rem
;
}
.bottom
{
background-color
:
#fff
;
border-top
:
1px
solid
#e6e6e6
;
padding
:
0.5rem
2rem
2rem
2rem
;
height
:
3rem
;
position
:
absolute
;
bottom
:
0
;
width
:
12rem
;
margin
:
0
auto
;
.logo
{
width
:
100
;
height
:
2.5rem
;
background-image
:
resolve
(
'logo-bottom.png'
);
background-size
:
100%
;
background-repeat
:
no-repeat
;
background-position
:
center
;
}
.btn
{
font-size
:
0.8rem
;
background-color
:
#fff
;
border
:
1px
solid
#444
;
border-radius
:
0.2rem
;
padding
:
0.3rem
0.6rem
;
}
.btn
:active
{
background-color
:
#ccc
;
}
.left
,
.right
{
display
:
inline-block
;
float
:
left
;
}
.left
{
width
:
39%
;
}
.right
{
width
:
60%
;
font-size
:
0.65rem
;
span
{
display
:
block
;
width
:
95%
;
margin
:
0
auto
;
}
}
}
}
...
...
Please
register
or
login
to post a comment