Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
kaisa
/
SopWeb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
cbf46ae6
authored
Nov 17, 2025
by
kaisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:更新
parent
a8f6ee4e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
30 deletions
src/assets/fonts/fonts.css
src/views/activity/recruitment/components/sign/index.vue
src/assets/fonts/fonts.css
View file @
cbf46ae6
/* 字体 */
/* 字体 */
@font-face
{
@font-face
{
font-family
:
'FZZ
ongYi
'
;
font-family
:
'FZZ'
;
src
:
url('./FZZongYi-M05T.ttf')
format
(
'truetype'
);
src
:
url('./FZZongYi-M05T.ttf')
format
(
'truetype'
);
font-weight
:
normal
;
font-style
:
normal
;
}
}
src/views/activity/recruitment/components/sign/index.vue
View file @
cbf46ae6
...
@@ -66,7 +66,6 @@ const onConfirm = ({ selectedValues }: any) => {
...
@@ -66,7 +66,6 @@ const onConfirm = ({ selectedValues }: any) => {
const
onSubmit
=
async
()
=>
{
const
onSubmit
=
async
()
=>
{
try
{
try
{
await
formRef
.
value
.
validate
();
await
formRef
.
value
.
validate
();
console
.
log
(
'表单验证通过'
,
formData
.
value
);
const
{
code
,
msg
,
data
}
=
await
anchorSign
({
const
{
code
,
msg
,
data
}
=
await
anchorSign
({
platform
:
formData
.
value
.
platform
,
platform
:
formData
.
value
.
platform
,
...
@@ -75,8 +74,6 @@ const onSubmit = async () => {
...
@@ -75,8 +74,6 @@ const onSubmit = async () => {
signuid
:
formData
.
value
.
uid
signuid
:
formData
.
value
.
uid
});
});
console
.
log
(
data
,
'data~'
);
}
catch
(
error
)
{
}
catch
(
error
)
{
}
}
};
};
...
@@ -132,7 +129,7 @@ const onSubmit = async () => {
...
@@ -132,7 +129,7 @@ const onSubmit = async () => {
<div
class=
"sign"
>
<div
class=
"sign"
>
<div
class=
"sign-title"
>
<div
class=
"sign-title"
>
<div
class=
"sign-title-wrap"
>
<div
class=
"sign-title-wrap"
>
<span>
試合作
簽約流程
</span>
<span>
{{
stages
[
stageIndex
].
label
}}
簽約流程
</span>
</div>
</div>
</div>
</div>
<div
class=
"sign-center"
>
<div
class=
"sign-center"
>
...
@@ -317,10 +314,8 @@ const onSubmit = async () => {
...
@@ -317,10 +314,8 @@ const onSubmit = async () => {
</
template
>
</
template
>
<
style
scoped
lang=
"scss"
>
<
style
scoped
lang=
"scss"
>
@font-face
{
@font-face
{
font-family
:
'FZZongYi'
;
font-family
:
'FZZ'
;
src
:
url('@/assets/fonts/FZZongYi-M05T.ttf')
format
(
'opentype'
);
src
:
url('FZZongYi-M05T.ttf')
format
(
'opentype'
);
font-weight
:
normal
;
font-style
:
normal
;
}
}
.sign-wrap
{
.sign-wrap
{
...
@@ -350,19 +345,19 @@ const onSubmit = async () => {
...
@@ -350,19 +345,19 @@ const onSubmit = async () => {
margin
:
0
107px
0
115px
;
margin
:
0
107px
0
115px
;
position
:
relative
;
position
:
relative
;
top
:
-35px
;
top
:
-35px
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
span
{
span
{
position
:
absolute
;
position
:
absolute
;
display
:
block
;
top
:
8px
;
top
:
5px
;
transform
:
skewX
(
-15deg
);
//
只保留倾斜效果
left
:
50%
;
font-family
:
"FZZ"
;
transform
:
translateX
(
-50%
);
font-weight
:
bold
;
font-family
:
'FZZongYi'
;
font-weight
:
400
;
font-size
:
44px
;
font-size
:
44px
;
color
:
#FFFFFF
;
color
:
#FFFFFF
;
text-shadow
:
0px
4px
7px
#2170D3
;
text-shadow
:
0px
4px
7px
#2170D3
;
font-style
:
italic
;
}
}
}
}
}
}
...
@@ -528,20 +523,19 @@ const onSubmit = async () => {
...
@@ -528,20 +523,19 @@ const onSubmit = async () => {
margin
:
0
64px
0
59px
;
margin
:
0
64px
0
59px
;
position
:
relative
;
position
:
relative
;
top
:
-35px
;
top
:
-35px
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
span
{
span
{
white-space
:
nowrap
;
position
:
absolute
;
position
:
absolute
;
display
:
block
;
top
:
8px
;
top
:
5px
;
transform
:
skewX
(
-15deg
);
//
只保留倾斜效果
left
:
50%
;
font-family
:
"FZZ"
;
transform
:
translateX
(
-50%
);
font-weight
:
bold
;
font-family
:
'FZZongYi'
;
font-weight
:
400
;
font-size
:
44px
;
font-size
:
44px
;
color
:
#FFFFFF
;
color
:
#FFFFFF
;
text-shadow
:
0px
4px
7px
#2170D3
;
text-shadow
:
0px
4px
7px
#2170D3
;
font-style
:
italic
;
}
}
}
}
}
}
...
@@ -618,8 +612,8 @@ const onSubmit = async () => {
...
@@ -618,8 +612,8 @@ const onSubmit = async () => {
span
{
span
{
display
:
block
;
display
:
block
;
padding-top
:
15px
;
padding-top
:
15px
;
font-family
:
'FZZ
ongYi-M05T
'
;
font-family
:
'FZZ'
;
font-weight
:
400
;
font-weight
:
bold
;
font-size
:
34px
;
font-size
:
34px
;
color
:
#48FEC1
;
color
:
#48FEC1
;
text-shadow
:
0px
4px
7px
#2170D3
;
text-shadow
:
0px
4px
7px
#2170D3
;
...
@@ -811,8 +805,8 @@ const onSubmit = async () => {
...
@@ -811,8 +805,8 @@ const onSubmit = async () => {
span
{
span
{
display
:
block
;
display
:
block
;
padding-top
:
15px
;
padding-top
:
15px
;
font-family
:
'FZZ
ongYi-M05T
'
;
font-family
:
'FZZ'
;
font-weight
:
400
;
font-weight
:
bold
;
font-size
:
34px
;
font-size
:
34px
;
color
:
#48FEC1
;
color
:
#48FEC1
;
text-shadow
:
0px
4px
7px
#2170D3
;
text-shadow
:
0px
4px
7px
#2170D3
;
...
...
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