Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
华国豪
Athena
Commits
39a4bb40
Commit
39a4bb40
authored
Dec 12, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
0030ec30
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
62 additions
and
57 deletions
+62
-57
foot.vue
src/components/global/foot.vue
+62
-57
No files found.
src/components/global/foot.vue
View file @
39a4bb40
<
style
>
@import
"../../assets/global/foot.css"
;
.foot-box
.home_footer
{
margin
:
30px
0
15px
0
;
cursor
:
pointer
;
}
.foot-box
.home_footer
.float
{
float
:
left
;
font-size
:
12px
;
color
:
#D0D0D0
;
}
.foot-box
.home_footer
.float
.iconfont
{
font-size
:
32px
;
margin
:
15px
10px
;
}
.foot-box
.home_footer
.float
ul
li
{
display
:
inline-block
;
font-size
:
12px
;
color
:
#D0D0D0
;
width
:
50%
;
padding
:
5px
0
;
}
.foot-box
.home_footer
.float
p
{
padding
:
5px
0
;
text-align
:
left
;
}
.foot-box
.home_footer
.el-col-6
{
padding-left
:
40px
;
box-sizing
:
border-box
;
}
@import
"../../assets/global/foot.css"
;
.foot-box
.home_footer
{
margin
:
30px
0
15px
0
;
cursor
:
pointer
;
}
.foot-box
.home_footer
.float
{
float
:
left
;
font-size
:
12px
;
color
:
#D0D0D0
;
}
.foot-box
.home_footer
.float
.iconfont
{
font-size
:
32px
;
margin
:
15px
10px
;
}
.foot-box
.home_footer
.float
ul
li
{
display
:
inline-block
;
font-size
:
12px
;
color
:
#D0D0D0
;
width
:
50%
;
padding
:
5px
0
;
}
.foot-box
.home_footer
.float
p
{
padding
:
5px
0
;
text-align
:
left
;
}
.foot-box
.home_footer
.el-col-6
{
padding-left
:
40px
;
box-sizing
:
border-box
;
}
</
style
>
<
template
>
<div
class=
"foot-box"
>
<el-row
style=
"width:1200px;margin:0 auto"
class=
"home_footer"
v-if=
"localStorage&&localStorage.i==2"
>
<el-row
style=
"width:1200px;margin:0 auto"
class=
"home_footer"
v-if=
"localStorage&&localStorage.i==2"
>
<el-col
:span=
"6"
>
<div
class=
"float"
><i
class=
"iconfont icon-icon-test6"
></i></div>
<div
class=
"float"
style=
"width:198px"
>
...
...
@@ -50,7 +55,7 @@
</ul>
</div>
</el-col>
<el-col
:span=
"5"
>
<div
class=
"float"
><i
class=
"iconfont icon-icon-test7"
></i></div>
...
...
@@ -63,7 +68,7 @@
</div>
</div>
</el-col>
<el-col
:span=
"5"
>
<div
class=
"float"
><i
class=
"iconfont icon-cailiao"
></i></div>
...
...
@@ -72,10 +77,8 @@
<div>
<!--
<p
@
click=
"FootgoUrl('PersonalTailor')"
>
选择定制师
</p>
-->
<p
@
click=
"FootgoUrl('PersonalTailor')"
>
定制我的行程
</p>
</div>
</div>
</el-col>
<el-col
:span=
"5"
>
<div
class=
"float"
><i
class=
"iconfont icon-putonghuiyuan"
></i></div>
...
...
@@ -85,36 +88,38 @@
<p
@
click=
"FootgoUrl('newPersonalCenter?key=1')"
>
我的优惠券
</p>
<p
@
click=
"FootgoUrl('integral')"
>
我的积分
</p>
<p
@
click=
"FootgoUrl('newPersonalCenter?key=8-1')"
>
订单中心
</p>
</div>
</div>
</el-col>
<el-col
:span=
"3"
style=
"text-align:center"
>
<p
style=
"color:#D0D0D0;font-size:14px;"
>
微信扫描小程序
</p>
<div
style=
"width:118px;height:118px;display: inline-block;margin-top:5px"
><img
src=
"../../assets/img/xiaocx.png"
alt=
""
></div>
<div
style=
"width:118px;height:118px;display: inline-block;margin-top:5px"
><img
src=
"../../assets/img/xiaocx.png"
alt=
""
></div>
</el-col>
</el-row>
<p>
旅行社业务经营许可证编号:L-SC-CJ00015
蜀ICP备13000760号
</p>
<p
style=
"padding:10px 0"
>
©2012-20
18 微途科技 版权所有
</p>
</div>
<p>
旅行社业务经营许可证编号:L-SC-CJ00015 蜀ICP备13000760号
</p>
<p
style=
"padding:10px 0"
>
©2012-20
22 微途科技 版权所有
</p>
</div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
localStorage
:{}
}
},
mounted
()
{
this
.
localStorage
=
JSON
.
parse
(
localStorage
.
g
);
},
methods
:{
// 底部跳转
FootgoUrl
(
path
){
this
.
$router
.
push
({
path
})
},
},
}
export
default
{
data
()
{
return
{
localStorage
:
{}
}
},
mounted
()
{
this
.
localStorage
=
JSON
.
parse
(
localStorage
.
g
);
},
methods
:
{
// 底部跳转
FootgoUrl
(
path
)
{
this
.
$router
.
push
({
path
})
},
},
}
</
script
>
\ No newline at end of file
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