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
af8d5967
authored
Nov 15, 2025
by
kaisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:更新
parent
ae0624d7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
src/views/activity/recruitment/components/sign/index.vue
src/views/activity/recruitment/components/sign/index.vue
View file @
af8d5967
...
@@ -99,7 +99,7 @@ const onSubmit = (values: any) => {
...
@@ -99,7 +99,7 @@ const onSubmit = (values: any) => {
<span>
公會介紹
</span>
<span>
公會介紹
</span>
</div>
</div>
<div
class=
"rule-item-content"
>
<div
class=
"rule-item-content"
>
<span>
我們的公會立足華人地區(除中國大陸),擁有大量粉絲資源。公會運營多年,培育出大量高收入主播。我們希望能和你在直播運營上開展合作。
</span>
<span
class=
"intro"
>
我們的公會立足華人地區(除中國大陸),擁有大量粉絲資源。公會運營多年,培育出大量高收入主播。我們希望能和你在直播運營上開展合作。
</span>
</div>
</div>
<div
class=
"rule-item-bottom"
></div>
<div
class=
"rule-item-bottom"
></div>
</div>
</div>
...
@@ -237,16 +237,10 @@ const onSubmit = (values: any) => {
...
@@ -237,16 +237,10 @@ const onSubmit = (values: any) => {
<van-field
v-model=
"idNum"
name=
"idNum"
label=
"身份證號碼"
placeholder=
"請輸入"
<van-field
v-model=
"idNum"
name=
"idNum"
label=
"身份證號碼"
placeholder=
"請輸入"
:rules=
"[
{ required: true, message: '请輸入身份證號碼' }]" />
:rules=
"[
{ required: true, message: '请輸入身份證號碼' }]" />
</van-cell-group>
</van-cell-group>
<div
style=
"margin: 16px;"
>
<van-button
round
block
type=
"primary"
native-type=
"submit"
>
確認簽約
</van-button>
</div>
</van-form>
</van-form>
</div>
</div>
<div
class=
"info-bottom"
></div>
<div
class=
"info-bottom"
></div>
</div>
</div>
<div
class=
"confirm"
>
<div
class=
"confirm"
>
<span
class=
"message"
>
我們希望能和您開啟第一階段「試合作」,讓我們與你一起經營直播間。
</span>
<span
class=
"message"
>
我們希望能和您開啟第一階段「試合作」,讓我們與你一起經營直播間。
</span>
<img
src=
"../../image/btn.png"
alt=
""
>
<img
src=
"../../image/btn.png"
alt=
""
>
...
@@ -602,6 +596,11 @@ const onSubmit = (values: any) => {
...
@@ -602,6 +596,11 @@ const onSubmit = (values: any) => {
display
:
block
;
display
:
block
;
}
}
.intro
{
display
:
block
;
padding
:
0
0
0
24px
;
}
.content-item
{
.content-item
{
padding
:
19px
39px
0
39px
;
padding
:
19px
39px
0
39px
;
...
@@ -824,10 +823,11 @@ const onSubmit = (values: any) => {
...
@@ -824,10 +823,11 @@ const onSubmit = (values: any) => {
border-radius
:
50%
;
border-radius
:
50%
;
margin-left
:
4px
;
margin-left
:
4px
;
margin-right
:
8px
;
margin-right
:
8px
;
//
position
:
absolute
;
//
top
:
50%
;
//
transform
:
translateY
(
-50%
);
}
}
}
}
}
}
:deep
(
.van-form
)
{
background
:
transparent
;
}
</
style
>
</
style
>
\ No newline at end of file
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