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
6beb5c54
authored
2025-08-07 18:38:20 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
世锦赛
1 parent
5030fe9d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
63 additions
and
18 deletions
src/assets/pc/icon.png
src/viewsPc/home.vue
src/viewsPc/register/components/utype3.vue
vite.config.js
src/assets/pc/icon.png
0 → 100644
View file @
6beb5c5
2.76 KB
src/viewsPc/home.vue
View file @
6beb5c5
...
...
@@ -70,10 +70,16 @@
</el-dialog>
</div>
<div
class=
"operation"
@
click=
"handelOperation"
>
{{
language
==
0
?
'操作手册'
:
'Website Operation Manual'
}}
<el-icon>
<Download/>
</el-icon>
<div
class=
"operation"
@
click=
"handelOperation"
>
<div>
<img
alt=
""
src=
"@/assets/pc/icon.png"
>
</div>
<div
class=
"text"
>
{{
language
==
0
?
'操作手册'
:
'Website Manual'
}}
<!--
<el-icon>
-->
<!--
<Download/>
-->
<!--
</el-icon>
-->
</div>
</div>
<dialog-master-class
ref=
"masterClassRef"
/>
<pick-up
ref=
"pickupRef"
></pick-up>
...
...
@@ -171,6 +177,32 @@ function handelOperation() {
z-index
:
99
;
}
.operation
{
position
:
fixed
;
right
:
0
;
top
:
500px
;
color
:
#fff
;
cursor
:
pointer
;
background
:
#fff
;
border-radius
:
10px
0
0
10px
;
box-shadow
:
0
2px
8px
#aaa
;
padding
:
10px
8px
;
text-align
:
center
;
img
{
margin
:
0
auto
;
}
.text
{
font-family
:
FZJunHeiS-B-GB
;
font-weight
:
600
;
font-size
:
17px
;
background
:
linear-gradient
(
0deg
,
#8226FC
0%
,
#483BEB
100%
);
-webkit-background-clip
:
text
;
-webkit-text-fill-color
:
transparent
;
}
}
@media
screen
and
(
max-width
:
768px
)
{
:deep
(
.zn-Box
.zn-btn
)
{
margin-top
:
10px
;
...
...
@@ -190,15 +222,5 @@ function handelOperation() {
}
}
.operation
{
position
:
fixed
;
right
:
0
;
top
:
580px
;
color
:
#fff
;
background-color
:
rgba
(
0
,
0
,
0
,
0.5
);
backdrop-filter
:
blur
(
4px
);
border-radius
:
50px
;
padding
:
10px
20px
;
cursor
:
pointer
;
}
</
style
>
...
...
src/viewsPc/register/components/utype3.vue
View file @
6beb5c5
...
...
@@ -28,7 +28,8 @@
review, payment bills, visa invitation letters, etc.
</div>
</el-form-item>
<el-form-item
:label=
"language==0?'验证码':'Code'"
required
>
<el-form-item
:label=
"language==0?'验证码':'Code'"
required
style=
"position: relative"
>
<el-input
v-model=
"form.code"
>
<template
#
append
>
<el-button
class=
"codeBtn"
plain
style=
"width: 110px"
type=
"primary"
@
click=
"sendsmsMsg"
>
...
...
@@ -45,6 +46,10 @@
<Vcode
:failText=
"failVcode"
:show=
"isShow"
:slider-text=
"sliderText"
:successText=
"successVcode"
type=
"inside"
@
success=
"codeSuccess"
></Vcode>
</div>
<div
class=
"son"
style=
"position: absolute;top: -40px; width: 380px;right: 0;line-height: 1.1"
>
Please click "Send" to receive the verification code via email, then enter the code below.
</div>
</el-form-item>
<el-form-item
:label=
"language==0?'协会':'Association'"
>
<el-select
v-model=
"form.associationCode"
:placeholder=
"language==0?'请选择':'Please select'"
filterable
>
...
...
@@ -242,4 +247,22 @@ function close() {
color
:
#fff
!important
;
}
.son
{
position
:
absolute
;
top
:
-40px
;
width
:
380px
;
right
:
0
;
line-height
:
1.1
}
@media
(
max-width
:
750px
)
{
.son
{
position
:
absolute
;
top
:
-50px
!important
;
width
:
270px
!important
;
right
:
0
;
line-height
:
1.1
}
}
</
style
>
...
...
vite.config.js
View file @
6beb5c5
...
...
@@ -85,9 +85,9 @@ export default defineConfig(({mode, command}) => {
'/dev-api'
:
{
// target: 'http://192.168.1.118:8082/',
// target: 'http://192.168.1.131:8081/',
target
:
'https://tk005.wxjylt.com/stage-api'
,
//
target: 'https://tk005.wxjylt.com/stage-api',
// target: 'http://124.70.181.90:1880/stage-api',
//
target: 'https://sys.2025wtcwuxi.com/stage-api/',
target
:
'https://sys.2025wtcwuxi.com/stage-api/'
,
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api/
,
''
)
},
...
...
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