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
Plain Diff
Browse Files
Authored by
郭成尧
8 years ago
Commit
97fe336a55513e7f82a4eff0e0d4198f6e1eb5ae
2 parents
e08fe1a4
e5c08984
Merge branch 'feature/new-goods' into 'release/5.4'
样式调整 See merge request
!198
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
11 deletions
public/scss/product/new-brands.page.css
public/scss/product/new/_article.css
public/scss/product/new/_brand-info.css
public/scss/product/new/_good-tags.css
public/scss/product/new/_recommend.css
public/scss/product/new-brands.page.css
View file @
97fe336
...
...
@@ -12,7 +12,6 @@
.panel-body
{
padding-left
:
20px
;
padding-right
:
20px
;
display
:
flex
;
flex-wrap
:
wrap
;
justify-content
:
space-between
;
...
...
public/scss/product/new/_article.css
View file @
97fe336
.guang-article
{
position
:
relative
;
margin-top
:
28px
;
height
:
9.2rem
;
overflow
:
hidden
;
.cate
{
position
:
absolute
;
...
...
@@ -54,15 +56,22 @@
}
.digest
{
font-size
:
23px
;
font-size
:
16px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
display
:
-webkit-box
;
-webkit-line-clamp
:
3
;
-webkit-box-orient
:
vertical
;
min-height
:
88px
;
}
.meta
{
margin-top
:
40px
;
font-size
:
17px
;
margin-top
:
20px
;
font-size
:
12px
;
.iconfont
{
vertical-align
:
middle
;
font-size
:
10px
}
span
{
...
...
public/scss/product/new/_brand-info.css
View file @
97fe336
...
...
@@ -5,8 +5,9 @@
.brand-info-box
{
background-color
:
#f5f5f5
;
padding-top
:
44px
;
height
:
480px
;
padding-top
:
22px
;
height
:
368px
;
overflow
:
hidden
;
}
img
{
...
...
@@ -18,12 +19,12 @@
font-size
:
18px
;
color
:
#b0b0b0
;
margin-top
:
40px
;
margin-bottom
:
7
0px
;
margin-bottom
:
6
0px
;
}
.summary
{
font-size
:
25px
;
margin-bottom
:
50px
;
font-size
:
16px
;
margin-bottom
:
36px
;
.red
{
color
:
#e27b88
;
...
...
public/scss/product/new/_good-tags.css
View file @
97fe336
...
...
@@ -46,7 +46,7 @@
text-overflow
:
ellipsis
;
overflow
:
hidden
;
background-color
:
#fff
;
font-size
:
24
px
;
font-size
:
16
px
;
color
:
#808080
;
}
}
\ No newline at end of file
...
...
public/scss/product/new/_recommend.css
View file @
97fe336
...
...
@@ -35,7 +35,7 @@
padding-right
:
10px
;
height
:
30px
;
line-height
:
30px
;
font-size
:
1
6
px
;
font-size
:
1
2
px
;
border-radius
:
32px
;
background-color
:
#999
;
...
...
Please
register
or
login
to post a comment