Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
db500f7d
authored
2025-07-31 13:39:43 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
首页
1 parent
0ee396af
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
11 deletions
src/viewsPc/index.vue
src/viewsPc/index_en.vue
src/viewsPc/index.vue
View file @
db500f7
...
...
@@ -8,7 +8,8 @@
<div
class=
"h100"
@
click
.
stop=
"goMatch(n)"
>
<img
:src=
"fillImgUrl(n.bgImgUrl)"
class=
"bannerImg"
>
<div
class=
"box forPc"
style=
"position: absolute;top: 0;left: 0;right: 0;margin: auto;"
>
<img
class=
"slogen"
src=
"@/assets/logo/banner-text.png"
/>
<!--
<img
class=
"slogen"
src=
"@/assets/logo/banner-text.png"
/>
-->
<img
class=
"slogen"
src=
"@/assets/pc/banner_text01.png"
/>
<div
class=
"btabs"
>
<div
v-for=
"tab in tabList"
@
click
.
stop=
"goMatchWithTab(n,tab.id)"
>
{{
tab
.
customTitle
}}
</div>
...
...
@@ -254,7 +255,7 @@
<el-col
:lg=
"12"
>
<div
class=
"indexTitle"
>
<h3
class=
"leftboderTT"
>
关于我们
</h3>
<!-- <a class="more" style="filter: brightness(10)">MORE</a>-->
<!-- <a class="more" style="filter: brightness(10)">MORE</a>-->
</div>
<div
class=
"aboutBox"
>
<div
class=
"content"
>
...
...
@@ -270,7 +271,7 @@
<el-col
:lg=
"12"
>
<div
class=
"indexTitle"
>
<h3
class=
"leftboderTT"
>
联系我们
</h3>
<!-- <a class="more" style="filter: brightness(10)">MORE</a>-->
<!-- <a class="more" style="filter: brightness(10)">MORE</a>-->
</div>
<div
class=
"mapBox"
>
<div
class=
"content"
>
...
...
@@ -626,7 +627,8 @@ const gopicliveUrl = () => {
.slogen
{
position
:
relative
;
top
:
130px
;
top
:
37%
;
width
:
48%
;
}
.picliveBtn
{
...
...
@@ -635,7 +637,7 @@ const gopicliveUrl = () => {
bottom
:
24%
;
font-size
:
20px
;
padding
:
10px
25px
;
right
:
5
%
;
right
:
0
%
;
color
:
#fff
;
border
:
2px
solid
rgba
(
255
,
255
,
255
,
0.5
);
border-radius
:
50px
;
...
...
@@ -653,7 +655,7 @@ const gopicliveUrl = () => {
bottom
:
40%
;
display
:
flex
;
flex-wrap
:
nowrap
;
right
:
5%
;
right
:
0
;
color
:
#fff
;
.van-count-down
{
...
...
src/viewsPc/index_en.vue
View file @
db500f7
...
...
@@ -8,7 +8,8 @@
<div
class=
"h100"
@
click
.
stop=
"goMatch(n)"
>
<img
:src=
"fillImgUrl(n.bgImgUrl)"
class=
"bannerImg"
>
<div
class=
"box"
style=
"position: absolute;top: 0;left: 0;right: 0;margin: auto;"
>
<img
class=
"slogen"
src=
"@/assets/logo/banner-text.png"
/>
<!--
<img
class=
"slogen"
src=
"@/assets/logo/banner-text.png"
/>
-->
<img
class=
"slogen"
src=
"@/assets/pc/banner_text01.png"
/>
<div
class=
"btabs"
>
<div
v-for=
"tab in tabList"
@
click
.
stop=
"goMatchWithTab(n,tab.id)"
>
{{
tab
.
customTitle
}}
</div>
...
...
@@ -248,7 +249,7 @@
<el-col
:lg=
"12"
>
<div
class=
"indexTitle"
>
<h3
class=
"leftboderTT"
>
ABOUT US
</h3>
<!-- <a class="more" style="filter: brightness(10)">MORE</a>-->
<!-- <a class="more" style="filter: brightness(10)">MORE</a>-->
</div>
<div
class=
"aboutBox"
>
<div
class=
"content"
>
...
...
@@ -265,7 +266,7 @@
<el-col
:lg=
"12"
>
<div
class=
"indexTitle"
>
<h3
class=
"leftboderTT"
>
CONTACT US
</h3>
<!-- <a class="more" href="#/about/wuDao" style="filter: brightness(10)">MORE</a>-->
<!-- <a class="more" href="#/about/wuDao" style="filter: brightness(10)">MORE</a>-->
</div>
<div
class=
"mapBox"
>
<div
class=
"content"
>
...
...
@@ -673,7 +674,10 @@ const goDetail = (n) => {
.slogen
{
position
:
relative
;
top
:
130px
;
top
:
37%
;
//
left
:
-120px
;
//图片按比例缩放
width
:
48%
;
}
.banner-count
{
...
...
@@ -693,7 +697,7 @@ const goDetail = (n) => {
bottom
:
40%
;
display
:
flex
;
flex-wrap
:
nowrap
;
right
:
5%
;
right
:
0
;
color
:
#fff
;
.van-count-down
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment