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
ace830dd
Commit
ace830dd
authored
Jun 19, 2023
by
zhanglw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
cc8ecdfb
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
31 additions
and
4 deletions
+31
-4
telephone.png
src/assets/home_images/telephone.png
+0
-0
index.scss
src/assets/styles/index.scss
+1
-1
settings.js
src/settings.js
+1
-1
floatBtn.vue
src/views/homepage/components/floatBtn.vue
+10
-2
index.vue
src/views/homepage/index.vue
+19
-0
No files found.
src/assets/home_images/telephone.png
0 → 100644
View file @
ace830dd
2.09 KB
src/assets/styles/index.scss
View file @
ace830dd
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
::-webkit-scrollbar
{
::-webkit-scrollbar
{
/*滚动条整体样式*/
/*滚动条整体样式*/
width
:
4px
;
/*高宽分别对应横竖滚动条的尺寸*/
width
:
4px
;
/*高宽分别对应横竖滚动条的尺寸*/
height
:
1px
;
height
:
0
;
}
}
::-webkit-scrollbar-thumb
{
::-webkit-scrollbar-thumb
{
/*滚动条里面小方块*/
/*滚动条里面小方块*/
...
...
src/settings.js
View file @
ace830dd
...
@@ -38,7 +38,7 @@ module.exports = {
...
@@ -38,7 +38,7 @@ module.exports = {
/**
/**
* 底部文字,支持html语法
* 底部文字,支持html语法
*/
*/
footerTxt
:
'
Copyright 2023 © All Rights Reserved
'
,
footerTxt
:
'
Copyright 20
16-20
23 © All Rights Reserved
'
,
/**
/**
* 备案号
* 备案号
*/
*/
...
...
src/views/homepage/components/floatBtn.vue
View file @
ace830dd
...
@@ -10,9 +10,9 @@
...
@@ -10,9 +10,9 @@
<svg-icon
icon-class=
"z_erweima"
class-name=
"icon"
/>
<svg-icon
icon-class=
"z_erweima"
class-name=
"icon"
/>
<div
class=
"label"
>
关注微信
</div>
<div
class=
"label"
>
关注微信
</div>
<div
class=
"line-s"
/>
<div
class=
"line-s"
/>
<div
class=
"fixed-contact-popover"
>
<div
class=
"fixed-contact-popover"
style=
"top: 20px"
>
<div
class=
"fixed-contact-popover-img"
>
<div
class=
"fixed-contact-popover-img"
>
<img
src=
"@/assets/home_images/wxgz.jpg"
alt=
""
>
<img
src=
"@/assets/home_images/wxgz.jpg"
>
</div>
</div>
</div>
</div>
</li>
</li>
...
@@ -20,6 +20,13 @@
...
@@ -20,6 +20,13 @@
<svg-icon
icon-class=
"z_dianhua"
class-name=
"icon"
/>
<svg-icon
icon-class=
"z_dianhua"
class-name=
"icon"
/>
<div
class=
"label"
>
电话咨询
</div>
<div
class=
"label"
>
电话咨询
</div>
<div
class=
"line-s"
/>
<div
class=
"line-s"
/>
<div
class=
"fixed-contact-popover"
style=
"top: 20px"
>
<div
class=
"fixed-contact-popover-img"
style=
"padding: 0 30px"
>
<img
src=
"@/assets/home_images/telephone.png"
>
</div>
<span
style=
"font-size: 18px;font-weight: bolder;line-height: 30px;user-select: none;"
>
咨询电话
<br></span>
<span
style=
"line-height: 20px;"
>
400-0631-598
</span>
</div>
</li>
</li>
<li
class=
"fixed-contact-item"
@
click=
"goTop"
>
<li
class=
"fixed-contact-item"
@
click=
"goTop"
>
<svg-icon
icon-class=
"z_fanhuidingbu"
class-name=
"icon"
/>
<svg-icon
icon-class=
"z_fanhuidingbu"
class-name=
"icon"
/>
...
@@ -134,6 +141,7 @@ export default {
...
@@ -134,6 +141,7 @@ export default {
}
}
.fixed-contact-popover-img
{
.fixed-contact-popover-img
{
width
:
100%
;
width
:
100%
;
user-select
:
none
;
&
>
img
{
&
>
img
{
width
:
100%
;
width
:
100%
;
}
}
...
...
src/views/homepage/index.vue
View file @
ace830dd
...
@@ -73,6 +73,11 @@
...
@@ -73,6 +73,11 @@
<hr>
<hr>
<div
class=
"xxx"
>
首页内容
</div>
<div
class=
"xxx"
>
首页内容
</div>
<hr>
<hr>
<div
v-if=
"$store.state.settings.showFooter"
class=
"home-footer"
>
<span
v-html=
"$store.state.settings.footerTxt"
/>
<span
v-if=
"$store.state.settings.caseNumber"
>
⋅
</span>
<a
href=
"https://beian.miit.gov.cn/#/Integrated/index"
target=
"_blank"
>
{{
$store
.
state
.
settings
.
caseNumber
}}
</a>
</div>
<float-btn
ref=
"floatBtn"
/>
<float-btn
ref=
"floatBtn"
/>
</div>
</div>
</
template
>
</
template
>
...
@@ -366,4 +371,18 @@ export default {
...
@@ -366,4 +371,18 @@ export default {
background
:
#1961C5
;
background
:
#1961C5
;
}
}
}
}
.home-footer
{
width
:
100%
;
height
:
33px
;
bottom
:
0
;
padding
:
10px
6px
0
6px
;
text-align
:
center
;
background
:
none
repeat
scroll
0
0
black
;
overflow
:
hidden
;
font-size
:
0
.7rem
!
important
;
letter-spacing
:
0
.8px
;
font-family
:
Arial
,
sans-serif
!
important
;
color
:
#E8E6E6
;
z-index
:
99
;
}
</
style
>
</
style
>
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