Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
Europa-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9d0ffc7f
authored
Jan 16, 2025
by
肖康
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
注册页面修改
parent
f023f366
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
33 additions
and
11 deletions
pages/reg/index.module.css
pages/reg/index.module.min.css
pages/reg/index.module.scss
pages/reg/index.tsx
pages/reg/index.module.css
View file @
9d0ffc7f
...
@@ -55,15 +55,24 @@
...
@@ -55,15 +55,24 @@
}
}
.loginPage
.loginButton
{
.loginPage
.loginButton
{
width
:
3
00
px
;
width
:
3
75
px
;
height
:
36
px
;
height
:
40
px
;
background
:
#FF9A00
;
background
:
#FF9A00
;
border-radius
:
1px
;
border-radius
:
1px
;
font-size
:
18
px
;
font-size
:
20
px
;
color
:
#FFFFFF
;
color
:
#FFFFFF
;
cursor
:
pointer
;
cursor
:
pointer
;
position
:
relative
;
position
:
relative
;
left
:
50px
;
}
.loginPage
.bottomboxk
{
position
:
relative
;
padding-left
:
125px
;
}
.loginPage
.goLoginButton
{
margin-top
:
10px
;
text-align
:
center
;
}
}
.loginPage
.modalContent
{
.loginPage
.modalContent
{
...
...
pages/reg/index.module.min.css
View file @
9d0ffc7f
.loginPage
{
background
:
#fff
;
padding
:
40px
0
;
height
:
740px
;
width
:
100%
;
border-top
:
1px
solid
#FF9A00
;
position
:
relative
}
.loginPage
.codeButton
{
display
:
inline-block
;
width
:
100px
;
height
:
32px
;
line-height
:
32px
;
background
:
#FF9A00
;
border-radius
:
1px
;
font-size
:
14px
;
color
:
#FFFFFF
;
cursor
:
pointer
;
vertical-align
:
center
}
.loginPage
.codeButton.dis
{
background
:
#ccc
;
cursor
:
not-allowed
}
.loginPage
.loginBox
{
width
:
500px
;
height
:
100%
;
position
:
absolute
;
left
:
50%
;
transform
:
translate
(
-50%
);
text-align
:
center
}
.loginPage
.loginBox
.typeBox
{
padding
:
10px
110px
22px
200px
;
display
:
flex
;
justify-content
:
space-between
;
cursor
:
pointer
}
.loginPage
.loginBox
.typeBox
.typeButton
{
color
:
#808080
}
.loginPage
.loginBox
.typeBox
.typeButton
:hover
{
color
:
#FF9A00
}
.loginPage
.loginBox
.typeBox
.typeButtonChoosen
{
color
:
#FF9A00
;
font-weight
:
bold
}
.loginPage
.loginButton
{
width
:
3
00px
;
height
:
36px
;
background
:
#FF9A00
;
border-radius
:
1px
;
font-size
:
18px
;
color
:
#FFFFFF
;
cursor
:
pointer
;
position
:
relative
;
left
:
50px
}
.loginPage
.modalContent
{
padding
:
30px
0
;
box-sizing
:
border-box
}
.loginPage
.modalContent
:global
.ant-form-item
{
margin-bottom
:
20px
}
.loginPage
.modalContent
:global
.ant-select-selection-item
{
text-align
:
left
!important
}
.loginPage
{
background
:
#fff
;
padding
:
40px
0
;
height
:
740px
;
width
:
100%
;
border-top
:
1px
solid
#FF9A00
;
position
:
relative
}
.loginPage
.codeButton
{
display
:
inline-block
;
width
:
100px
;
height
:
32px
;
line-height
:
32px
;
background
:
#FF9A00
;
border-radius
:
1px
;
font-size
:
14px
;
color
:
#FFFFFF
;
cursor
:
pointer
;
vertical-align
:
center
}
.loginPage
.codeButton.dis
{
background
:
#ccc
;
cursor
:
not-allowed
}
.loginPage
.loginBox
{
width
:
500px
;
height
:
100%
;
position
:
absolute
;
left
:
50%
;
transform
:
translate
(
-50%
);
text-align
:
center
}
.loginPage
.loginBox
.typeBox
{
padding
:
10px
110px
22px
200px
;
display
:
flex
;
justify-content
:
space-between
;
cursor
:
pointer
}
.loginPage
.loginBox
.typeBox
.typeButton
{
color
:
#808080
}
.loginPage
.loginBox
.typeBox
.typeButton
:hover
{
color
:
#FF9A00
}
.loginPage
.loginBox
.typeBox
.typeButtonChoosen
{
color
:
#FF9A00
;
font-weight
:
bold
}
.loginPage
.loginButton
{
width
:
3
75px
;
height
:
40px
;
background
:
#FF9A00
;
border-radius
:
1px
;
font-size
:
20px
;
color
:
#FFFFFF
;
cursor
:
pointer
;
position
:
relative
}
.loginPage
.bottomboxk
{
position
:
relative
;
padding-left
:
125px
}
.loginPage
.goLoginButton
{
margin-top
:
10px
;
text-align
:
center
}
.loginPage
.modalContent
{
padding
:
30px
0
;
box-sizing
:
border-box
}
.loginPage
.modalContent
:global
.ant-form-item
{
margin-bottom
:
20px
}
.loginPage
.modalContent
:global
.ant-select-selection-item
{
text-align
:
left
!important
}
pages/reg/index.module.scss
View file @
9d0ffc7f
...
@@ -58,17 +58,25 @@
...
@@ -58,17 +58,25 @@
}
}
.loginButton
{
.loginButton
{
width
:
3
00
px
;
width
:
3
75
px
;
height
:
36
px
;
height
:
40
px
;
background
:
#FF9A00
;
background
:
#FF9A00
;
border-radius
:
1px
;
border-radius
:
1px
;
font-size
:
18
px
;
font-size
:
20
px
;
color
:
#FFFFFF
;
color
:
#FFFFFF
;
cursor
:
pointer
;
cursor
:
pointer
;
position
:
relative
;
position
:
relative
;
left
:
50px
;
//
left:50px;
}
}
.bottomboxk
{
position
:
relative
;
padding-left
:
125px
;
}
.goLoginButton
{
margin-top
:
10px
;
text-align
:
center
;
}
.modalContent
{
.modalContent
{
padding
:
30px
0
;
padding
:
30px
0
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
...
...
pages/reg/index.tsx
View file @
9d0ffc7f
...
@@ -8,7 +8,7 @@ import TopH from "@/components/Header/components/TopH"
...
@@ -8,7 +8,7 @@ import TopH from "@/components/Header/components/TopH"
import
SearchH
from
"@/components/Header/components/SearchH"
import
SearchH
from
"@/components/Header/components/SearchH"
import
{
useRouter
}
from
'next/router'
;
import
{
useRouter
}
from
'next/router'
;
import
Link
from
'next/link'
import
{
useCookies
}
from
'@/hooks/useCookies'
import
{
useCookies
}
from
'@/hooks/useCookies'
import
{
Form
,
Input
,
Select
,
Space
}
from
'antd'
import
{
Form
,
Input
,
Select
,
Space
}
from
'antd'
import
{
useToast
}
from
'@/hooks/useToast'
;
import
{
useToast
}
from
'@/hooks/useToast'
;
...
@@ -287,7 +287,12 @@ const Page = () => {
...
@@ -287,7 +287,12 @@ const Page = () => {
</
Form
>
</
Form
>
<
button
type=
"submit"
className=
{
style
.
loginButton
}
onClick=
{
()
=>
manualValidate
()
}
>
注册
</
button
>
<
div
className=
{
style
.
bottomboxk
}
>
<
button
type=
"submit"
className=
{
style
.
loginButton
}
onClick=
{
()
=>
manualValidate
()
}
>
注册
</
button
>
<
div
className=
{
style
.
goLoginButton
}
>
<
Link
href=
"/reg"
className=
{
style
.
cursorPointer
}
>
已有账号,去登录
</
Link
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
...
...
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