Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
0a4c3410
Commit
0a4c3410
authored
Nov 11, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
超市
parent
d3e1db82
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
14 deletions
+22
-14
src/components/service-list/commodity-card.vue
src/components/service-list/commodity-card.vue
+4
-4
src/components/service-list/commodity-cell.vue
src/components/service-list/commodity-cell.vue
+2
-2
src/components/service-list/service_list.vue
src/components/service-list/service_list.vue
+8
-6
src/components/service-list/service_shop_menu.vue
src/components/service-list/service_shop_menu.vue
+8
-2
No files found.
src/components/service-list/commodity-card.vue
View file @
0a4c3410
...
@@ -87,14 +87,14 @@ export default {
...
@@ -87,14 +87,14 @@ export default {
height
:
208px
;
height
:
208px
;
background-color
:
#ffffff
;
background-color
:
#ffffff
;
box-shadow
:
0px
3px
6px
0px
rgba
(
15
,
19
,
65
,
0.04
);
box-shadow
:
0px
3px
6px
0px
rgba
(
15
,
19
,
65
,
0.04
);
border-radius
:
12px
12px
8px
8px
;
border-radius
:
8px
;
border
:
solid
1px
#e3e4ef
;
border
:
solid
1px
#e3e4ef
;
margin-bottom
:
16
px
;
margin-bottom
:
24
px
;
}
}
.com_cell_up
{
.com_cell_up
{
height
:
88px
;
height
:
88px
;
background-color
:
#f9fafc
;
background-color
:
#f9fafc
;
border-radius
:
12px
12
px
0px
0px
;
border-radius
:
8px
8
px
0px
0px
;
padding
:
16px
;
padding
:
16px
;
display
:
flex
;
display
:
flex
;
position
:
relative
;
position
:
relative
;
...
@@ -186,7 +186,7 @@ export default {
...
@@ -186,7 +186,7 @@ export default {
color
:
#e15260
;
color
:
#e15260
;
}
}
.com_cell_down
{
.com_cell_down
{
padding
:
12px
16px
16px
;
padding
:
12px
16px
0
16px
;
}
}
.com_detail
{
.com_detail
{
color
:
#8890a7
;
color
:
#8890a7
;
...
...
src/components/service-list/commodity-cell.vue
View file @
0a4c3410
...
@@ -100,7 +100,7 @@ export default {
...
@@ -100,7 +100,7 @@ export default {
box-shadow
:
0px
3px
6px
0px
rgba
(
15
,
19
,
65
,
0.04
);
box-shadow
:
0px
3px
6px
0px
rgba
(
15
,
19
,
65
,
0.04
);
border-radius
:
12px
12px
8px
8px
;
border-radius
:
12px
12px
8px
8px
;
border
:
solid
1px
#e3e4ef
;
border
:
solid
1px
#e3e4ef
;
margin-bottom
:
16
px
;
margin-bottom
:
24
px
;
}
}
.com_cell_up
{
.com_cell_up
{
height
:
88px
;
height
:
88px
;
...
@@ -197,7 +197,7 @@ export default {
...
@@ -197,7 +197,7 @@ export default {
color
:
#e15260
;
color
:
#e15260
;
}
}
.com_cell_down
{
.com_cell_down
{
padding
:
12px
16px
16px
;
padding
:
12px
16px
0
16px
;
}
}
.com_detail
{
.com_detail
{
color
:
#8890a7
;
color
:
#8890a7
;
...
...
src/components/service-list/service_list.vue
View file @
0a4c3410
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
class=
"classification_line_if"
class=
"classification_line_if"
v-if=
"item.childDomains && item.childDomains.length != 0"
v-if=
"item.childDomains && item.childDomains.length != 0"
>
>
<div
class=
"classification_line_title"
>
{{
item
.
name
}}
:
</div>
<div
class=
"classification_line_title"
>
{{
item
.
name
}}
<span
class=
"maohao"
>
:
</span>
</div>
<!--
<div
<!--
<div
:class=
"
:class=
"
index == filterLists.length - 1
index == filterLists.length - 1
...
@@ -120,7 +120,7 @@
...
@@ -120,7 +120,7 @@
@
click=
"clickOpen(index)"
@
click=
"clickOpen(index)"
>
>
<span
v-if=
"openList[index] == 'down'"
>
收起
</span>
<span
v-if=
"openList[index] == 'down'"
>
收起
</span>
<span
v-if=
"openList[index] == 'up'"
>
展开
</span>
<span
v-if=
"openList[index] == 'up'"
>
更多
</span>
<i
<i
v-if=
"openList[index] == 'down'"
v-if=
"openList[index] == 'down'"
class=
"el-icon-caret-top"
class=
"el-icon-caret-top"
...
@@ -666,10 +666,11 @@ export default {
...
@@ -666,10 +666,11 @@ export default {
}
}
.classification_line_title
{
.classification_line_title
{
display
:
inline-block
;
display
:
inline-block
;
width
:
13
0px
;
width
:
9
0px
;
padding
:
15px
0
;
padding
:
15px
0
;
text-align
:
righ
t
;
text-align
:
lef
t
;
color
:
#8890a7
;
color
:
#8890a7
;
font-size
:
12px
;
}
}
.classification_line_items
{
.classification_line_items
{
width
:
calc
(
100%
-
130px
);
width
:
calc
(
100%
-
130px
);
...
@@ -678,7 +679,7 @@ export default {
...
@@ -678,7 +679,7 @@ export default {
border-bottom
:
1px
#e9ecf3
solid
;
border-bottom
:
1px
#e9ecf3
solid
;
}
}
.classification_line_hid
{
.classification_line_hid
{
height
:
50
px
;
height
:
46
px
;
width
:
100%
;
width
:
100%
;
overflow
:
hidden
;
overflow
:
hidden
;
display
:
inline-flex
;
display
:
inline-flex
;
...
@@ -697,7 +698,7 @@ export default {
...
@@ -697,7 +698,7 @@ export default {
.classification_line_items_li
{
.classification_line_items_li
{
display
:
inline-block
;
display
:
inline-block
;
padding
:
15px
20px
;
padding
:
15px
20px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
}
}
.classification_line_items_li_act
{
.classification_line_items_li_act
{
background-color
:
#fbfbfb
;
background-color
:
#fbfbfb
;
...
@@ -730,6 +731,7 @@ export default {
...
@@ -730,6 +731,7 @@ export default {
width
:
60px
;
width
:
60px
;
padding
:
15px
0
;
padding
:
15px
0
;
cursor
:
pointer
;
cursor
:
pointer
;
font-size
:
12px
;
}
}
.classification_children_ul
{
.classification_children_ul
{
display
:
inline-block
;
display
:
inline-block
;
...
...
src/components/service-list/service_shop_menu.vue
View file @
0a4c3410
...
@@ -121,18 +121,24 @@ export default {
...
@@ -121,18 +121,24 @@ export default {
border-radius
:
8px
;
border-radius
:
8px
;
}
}
.service_shop_menu_list
>
li
{
.service_shop_menu_list
>
li
{
padding
:
16px
10px
8px
22px
;
box-sizing
:
border-box
;
height
:
40px
;
padding
:
8px
0
0
22px
;
margin-bottom
:
16px
;
font-size
:
15px
;
font-size
:
15px
;
line-height
:
24px
;
line-height
:
24px
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.service_shop_menu_list
>
li
:nth-last-child
(
1
)
{
margin-bottom
:
0
;
}
.service_shop_menu_list
>
li
:hover
,
.service_shop_menu_list
>
li
:hover
,
.service_shop_menu_list
>
li
.current
{
.service_shop_menu_list
>
li
.current
{
background-color
:
rgba
(
242
,
246
,
253
,
0.4
);
background-color
:
rgba
(
242
,
246
,
253
,
0.4
);
color
:
#515fe7
;
color
:
#515fe7
;
}
}
.menu_img
{
.menu_img
{
width
:
2
5
px
;
width
:
2
4
px
;
margin-right
:
6px
;
margin-right
:
6px
;
}
}
.menu_item
{
.menu_item
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment