Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sensorConsult
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhanglw
sensorConsult
Commits
daa51738
Commit
daa51738
authored
Jun 20, 2023
by
zhanglw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优质产品
parent
e1563054
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
435 additions
and
11 deletions
+435
-11
default_project.png
src/assets/home_images/default_project.png
+0
-0
default_system.png
src/assets/home_images/default_system.png
+0
-0
index.vue
src/views/homepage/index.vue
+11
-8
index.vue
src/views/homepage/product/index.vue
+424
-3
No files found.
src/assets/home_images/default_project.png
0 → 100644
View file @
daa51738
This diff is collapsed.
Click to expand it.
src/assets/home_images/default_system.png
0 → 100644
View file @
daa51738
146 KB
src/views/homepage/index.vue
View file @
daa51738
...
...
@@ -12,8 +12,8 @@
<search-panel
ref=
"searchPanel"
style=
"margin-top: 64px;"
/>
</div>
<div
class=
"line-btn"
style=
"padding-top: 42px;"
>
<div
class=
"btn-o"
>
我要供应
</div>
<div
class=
"btn-o"
>
我要采购
</div>
<div
class=
"btn-o"
style=
"padding: 10px"
>
我要供应
</div>
<div
class=
"btn-o"
style=
"padding: 10px"
>
我要采购
</div>
</div>
<div
class=
"line-btn"
style=
"padding-top: 30px"
>
<div
v-for=
"(item,index) in dict.product_type"
:key=
"index"
class=
"btn-b"
:class=
"currentProductTypeObj===item?'active':''"
@
mouseenter=
"changeProductPush(item)"
>
{{
item
.
label
}}
</div>
...
...
@@ -101,8 +101,8 @@
<div
class=
"date"
>
{{
item
.
date
}}
</div>
</el-col>
</el-row>
<div
class=
"line-btn"
style=
"margin-top: 4px"
>
<div
class=
"btn-o"
style=
"width: 150px;border-radius: 10px;box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);font-size:20px;"
@
click=
"inquiry(item, 'supplier')"
>
询 价
</div>
<div
class=
"line-btn"
style=
"margin-top: 4px
;display: none
"
>
<div
class=
"btn-o"
style=
"width: 150px;border-radius: 10px;box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);font-size:20px;"
@
click=
"inquiry(item, 'supplier')"
>
咨 询
</div>
</div>
</div>
<div
style=
"padding: 15px 50px;text-align: right"
><span
class=
"more touch"
title=
"点击查看更多..."
@
click=
"moreTo('supplier')"
>
更多供应商>>
</span></div>
...
...
@@ -131,8 +131,8 @@
</div></el-col>
</el-row>
<div
class=
"line-btn"
style=
"padding-top: 64px;"
>
<div
class=
"btn-o"
>
我要供应
</div>
<div
class=
"btn-o"
>
我要采购
</div>
<div
class=
"btn-o"
style=
"padding: 10px"
>
我要供应
</div>
<div
class=
"btn-o"
style=
"padding: 10px"
>
我要采购
</div>
</div>
<div
class=
"line-btn"
style=
"padding: 30px 0;"
>
<div
class=
"btn-l"
>
没有我需要的,我要留言
</div>
...
...
@@ -513,10 +513,12 @@ export default {
}
.more
{
font-size
:
18px
;
font-weight
:
600
;
color
:
#0457C7
;
opacity
:
0
.7
;
}
.more
:hover
{
font-weight
:
600
;
opacity
:
1
;
}
.line-title
{
padding
:
6px
0
;
...
...
@@ -533,6 +535,7 @@ export default {
}
.title-text
{
padding-left
:
14px
;
font-weight
:
600
;
}
.title-line
{
width
:
100%
;
...
...
@@ -612,7 +615,7 @@ export default {
.btn-o
{
margin
:
0
25px
;
width
:
360px
;
padding
:
10px
;
padding
:
6px
10px
;
background
:
#F7601A
;
box-shadow
:
0
3px
6px
0
rgba
(
0
,
0
,
0
,
0
.2
);
text-align
:
center
;
...
...
src/views/homepage/product/index.vue
View file @
daa51738
This diff is collapsed.
Click to expand it.
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