Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
shushan-ztc-new-web
Project
Project
Details
Activity
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
huangjs
shushan-ztc-new-web
Commits
c3cae4e5
Commit
c3cae4e5
authored
Oct 20, 2022
by
huangjs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
df6d0d23
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
40 deletions
+19
-40
index.vue
pages/index.vue
+19
-40
No files found.
pages/index.vue
View file @
c3cae4e5
<
template
>
<div
class=
"home-page"
>
<div
id=
"bayWindows"
class=
"bayWindows"
v-if=
"isShowBay"
@
mouseenter=
"enterbayWin"
@
mouseout=
"leaveWin"
@
click=
"goGzfDetail"
ref=
"bayWin"
>
<div
class=
"windows-close"
v-if=
"isShowBay"
@
mouseenter=
"enterbayWin"
@
mouseout=
"leaveWin"
@
click
.
stop=
"cancelBay"
>
X
</div
>
</div
>
<!--
<div-->
<!-- id="bayWindows"-->
<!-- class="bayWindows"-->
<!-- v-if="isShowBay"-->
<!-- @mouseenter="enterbayWin"-->
<!-- @mouseout="leaveWin"-->
<!-- @click="goGzfDetail"-->
<!-- ref="bayWin"-->
<!-- >--
>
<!--
<div-->
<!-- class="windows-close"-->
<!-- v-if="isShowBay"-->
<!-- @mouseenter="enterbayWin"-->
<!-- @mouseout="leaveWin"-->
<!-- @click.stop="cancelBay"-->
<!-- >--
>
<!-- X-->
<!--
</div>
--
>
<!--
</div>
--
>
<div
class=
"home-page-main"
>
<div
class=
"section-wrap news"
>
<div
...
...
@@ -398,27 +398,6 @@ export default {
background
-
position
:
bottom
;
background
-
repeat
:
no
-
repeat
;
background
-
size
:
contain
;
.
bayWindows
{
position
:
absolute
;
cursor
:
pointer
;
left
:
50
px
;
top
:
60
px
;
width
:
417
px
;
height
:
250
px
;
z
-
index
:
1000
;
background
-
image
:
url
(
'../static/images/common/bay-window.jpeg'
);
.
windows
-
close
{
width
:
20
px
;
height
:
20
px
;
position
:
absolute
;
right
:
10
px
;
top
:
0
px
;
color
:
#
fff
;
padding
:
10
px
;
cursor
:
pointer
;
z
-
index
:
2000
;
}
}
.
home
-
page
-
main
{
width
:
1200
px
;
background
:
#
fff
;
...
...
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