Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
million
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
viitto
million
Commits
54333f83
Commit
54333f83
authored
Mar 10, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
底部,顶部导航优化
parent
af342763
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
323 additions
and
256 deletions
+323
-256
hor-big-one.vue
src/components/navs/hor-big-one.vue
+305
-244
hor-btm.vue
src/components/navs/hor-btm.vue
+9
-9
login.vue
src/pages/login.vue
+9
-3
No files found.
src/components/navs/hor-big-one.vue
View file @
54333f83
This diff is collapsed.
Click to expand it.
src/components/navs/hor-btm.vue
View file @
54333f83
...
@@ -362,20 +362,20 @@ cursor: pointer;
...
@@ -362,20 +362,20 @@ cursor: pointer;
</
template
>
</
template
>
</div>
</div>
</template>
</template>
<div
class=
"footer-content
"
v-if=
"dataList&&dataList.Config"
>
<div
:class=
"$q.platform.is.desktop ? 'footer-content': 'q-pa-lg'
"
v-if=
"dataList&&dataList.Config"
>
<div
class=
"row justify-between full-width
"
>
<div
:class=
"$q.platform.is.desktop ? 'row justify-between full-width': ''
"
>
<div
class=
""
>
<div>
<img
style=
"width:auto;height:35px;"
:src=
"dataList.Config.WhiteLogo"
/>
<img
style=
"width:auto;height:35px;"
:src=
"dataList.Config.WhiteLogo"
/>
<div
class=
"rounded-borders q-mt-lg q-pa-md text-grey-8"
style=
"background:rgba(255,255,255,.05)"
>
<div
class=
"rounded-borders q-mt-lg q-pa-md text-grey-8"
style=
"background:rgba(255,255,255,.05)"
>
<div
class=
"f12"
>
服务热线:{{ dataList.Config.Tel }}
</div>
<div
class=
"f12"
>
服务热线:{{ dataList.Config.Tel }}
</div>
<div
class=
"q-mt-md"
>
服务时间:08:00 至 21:00
</div>
<div
class=
"q-mt-md"
>
服务时间:08:00 至 21:00
</div>
</div>
</div>
</div>
</div>
<div
class=
"row
"
>
<div
:class=
"$q.platform.is.desktop ? 'row': 'q-mt-lg'
"
>
<div
v-for=
"(item,i) in dataList.FooterList"
:key=
"item.Id"
:class=
"{'q-ml-xl':i>0}"
>
<div
v-for=
"(item,i) in dataList.FooterList"
:key=
"item.Id"
:class=
"{'q-ml-xl':i>0
&& $q.platform.is.desktop
}"
>
<div
class=
"
text-subtitle1 text-weight-bold text-white
"
>
{{ item.NavTitle }}
</div>
<div
class=
"
text-weight-bold text-white"
:class=
"$q.platform.is.desktop ? 'text-subtitle1': 'f14'
"
>
{{ item.NavTitle }}
</div>
<div
class=
"q-mt-xl
"
v-if=
"item.SubList"
>
<div
:class=
"$q.platform.is.desktop ? 'q-mt-xl': 'q-mt-md'
"
v-if=
"item.SubList"
>
<div
class=
"q-mb-lg text-subtitle2 text-regular
text-grey-8 cursor-pointer"
v-for=
"item2 in item.SubList"
:key=
"item2.Id"
@
click=
"navigateTo(item2)"
>
{{item2.NavTitle}}
</div>
<div
:class=
"$q.platform.is.desktop ? 'text-subtitle2 text-regular': 'f12'"
class=
"q-mb-lg
text-grey-8 cursor-pointer"
v-for=
"item2 in item.SubList"
:key=
"item2.Id"
@
click=
"navigateTo(item2)"
>
{{item2.NavTitle}}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -388,7 +388,7 @@ cursor: pointer;
...
@@ -388,7 +388,7 @@ cursor: pointer;
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"
text-center q-py-xl text-grey-8
"
style=
"margin-top:35px"
>
<div
class=
"
q-py-xl text-grey-8"
:class=
"$q.platform.is.desktop ? 'text-center' : ''
"
style=
"margin-top:35px"
>
蜀ICP备13000760号 © 2010-{{year}} {{ dataList.Config.Name }}. All Rights Reserved. 旅行社业务经营许可证 {{ dataList.Config.UnifyCode }}
蜀ICP备13000760号 © 2010-{{year}} {{ dataList.Config.Name }}. All Rights Reserved. 旅行社业务经营许可证 {{ dataList.Config.UnifyCode }}
</div>
</div>
</div>
</div>
...
...
src/pages/login.vue
View file @
54333f83
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
left
:
0
;
left
:
0
;
right
:
0
;
right
:
0
;
}
}
.login-box
{
.login-box
-pc
{
max-width
:
436px
;
max-width
:
436px
;
padding
:
30px
40px
;
padding
:
30px
40px
;
margin
:
100px
auto
;
margin
:
100px
auto
;
...
@@ -20,6 +20,12 @@
...
@@ -20,6 +20,12 @@
background
:
#ffffff
;
background
:
#ffffff
;
border-radius
:
18px
;
border-radius
:
18px
;
}
}
.login-box
{
max-width
:
436px
;
padding
:
30px
40px
;
background-clip
:
padding-box
;
background
:
#ffffff
;
}
.login-box
.tw_logo
{
.login-box
.tw_logo
{
margin
:
0
auto
20px
;
margin
:
0
auto
20px
;
...
@@ -83,8 +89,8 @@
...
@@ -83,8 +89,8 @@
}
}
</
style
>
</
style
>
<
template
>
<
template
>
<div
class=
"login
"
>
<div
:class=
"$q.platform.is.desktop ? 'login': 'full-width'
"
>
<div
class=
"login-box"
>
<div
class=
"login-box"
:class=
"$q.platform.is.desktop ? 'login-box-pc': ''"
>
<!--
<img
:src=
"logo"
class=
"tw_logo"
/>
-->
<!--
<img
:src=
"logo"
class=
"tw_logo"
/>
-->
<!--
<p
class=
"tip-text"
>
<!--
<p
class=
"tip-text"
>
還沒有帳號嗎?立即
<a
style=
"cursor:pointer;"
@
click=
"CommonJump('/register',
{})">免費加入
</a>
還沒有帳號嗎?立即
<a
style=
"cursor:pointer;"
@
click=
"CommonJump('/register',
{})">免費加入
</a>
...
...
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