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
6808c6982f4f711b7517aaaee426ee1cc498996e
1 parent
42f9e561
搜索页面品牌入口样式修改
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
67 additions
and
64 deletions
web-static/sass/product/_list.scss
web-static/sass/product/_search.scss
web-static/sass/product/_shop-entry.scss
web-static/sass/product/_list.scss
View file @
6808c69
...
...
@@ -149,66 +149,5 @@
}
}
.shop-entry
{
position
:
relative
;
background
:
#f5f7f6
;
border
:
1px
solid
#eaeceb
;
padding
:
12px
15px
;
margin-bottom
:
10px
;
.logo
{
width
:
80px
;
height
:
50px
;
}
.name
{
margin-left
:
10px
;
}
.shop-name
{
font-size
:
16px
;
color
:
#222
;
line-height
:
26px
;
}
.sorts
{
color
:
#999
;
font-size
:
12px
;
line-height
:
18px
;
a
{
color
:
#999
;
}
}
.entry-btn
{
position
:
absolute
;
right
:
15px
;
top
:
50%
;
width
:
110px
;
height
:
32px
;
line-height
:
32px
;
margin-top
:
-16px
;
background
:
#222
;
text-align
:
center
;
color
:
#fff
;
font-size
:
12px
;
.iconfont
{
font-size
:
12px
;
}
}
}
.goods-container
{
height
:
auto
;
padding
:
25px
0
0
0
;
position
:
relative
;
width
:
970px
+
10px
;
//每列增加右边距
.good-info
{
width
:
235px
;
}
}
}
\ No newline at end of file
@import
"shop-entry"
;
}
...
...
web-static/sass/product/_search.scss
View file @
6808c69
...
...
@@ -13,6 +13,8 @@
position
:
relative
;
width
:
1150px
+
10px
;
//每列增加右边距
}
@import
"shop-entry"
;
}
...
...
@@ -40,4 +42,4 @@
}
}
}
}
\ No newline at end of file
}
...
...
web-static/sass/product/_shop-entry.scss
0 → 100644
View file @
6808c69
.shop-entry
{
position
:
relative
;
background
:
#f5f7f6
;
border
:
1px
solid
#eaeceb
;
padding
:
12px
15px
;
margin-bottom
:
10px
;
.logo
{
width
:
80px
;
height
:
50px
;
}
.name
{
margin-left
:
10px
;
}
.shop-name
{
font-size
:
16px
;
color
:
#222
;
line-height
:
26px
;
}
.sorts
{
color
:
#999
;
font-size
:
12px
;
line-height
:
18px
;
a
{
color
:
#999
;
}
}
.entry-btn
{
position
:
absolute
;
right
:
15px
;
top
:
50%
;
width
:
110px
;
height
:
32px
;
line-height
:
32px
;
margin-top
:
-16px
;
background
:
#222
;
text-align
:
center
;
color
:
#fff
;
font-size
:
12px
;
.iconfont
{
font-size
:
12px
;
}
}
}
.goods-container
{
height
:
auto
;
padding
:
25px
0
0
0
;
position
:
relative
;
width
:
970px
+
10px
;
//每列增加右边距
.good-info
{
width
:
235px
;
}
}
...
...
Please
register
or
login
to post a comment