Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
XieZhiXiong
jinfa-platform
Commits
50721d63
Commit
50721d63
authored
Jun 09, 2020
by
前端-许佳敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:优化登录页布局
parent
77e00537
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
1 deletion
+34
-1
index.less
src/pages/user/index.less
+29
-0
index.less.d.ts
src/pages/user/index.less.d.ts
+4
-0
index.tsx
src/pages/user/index.tsx
+1
-1
No files found.
src/pages/user/index.less
View file @
50721d63
...
@@ -8,6 +8,9 @@
...
@@ -8,6 +8,9 @@
position: relative;
position: relative;
background: @white;
background: @white;
}
}
.loginWrap {
padding: 141px 0 102px;
}
.loginMain {
.loginMain {
background: @white;
background: @white;
padding: 64px 56px 0;
padding: 64px 56px 0;
...
@@ -27,4 +30,29 @@
...
@@ -27,4 +30,29 @@
}
}
.loginVerBtn {
.loginVerBtn {
background: #EBF7F2;
background: #EBF7F2;
}
// register
.register {
width: 100%;
&>h3 {
padding: 40px 0;
text-align: center;
font-size: 32px;
margin-bottom: 0;
}
}
.registerBox {
width: 100%;
height: 700px;
background: #fff;
}
.stepWrap {
height: 72px;
background: #FAFBFC;
padding: 0 115px;
display: flex;
align-items: center;
}
}
\ No newline at end of file
src/pages/user/index.less.d.ts
View file @
50721d63
...
@@ -12,6 +12,10 @@ interface CssExports {
...
@@ -12,6 +12,10 @@ interface CssExports {
'loginItem'
:
string
;
'loginItem'
:
string
;
'loginMain'
:
string
;
'loginMain'
:
string
;
'loginVerBtn'
:
string
;
'loginVerBtn'
:
string
;
'loginWrap'
:
string
;
'register'
:
string
;
'registerBox'
:
string
;
'stepWrap'
:
string
;
'thirdLogin'
:
string
;
'thirdLogin'
:
string
;
}
}
export
const
cssExports
:
CssExports
;
export
const
cssExports
:
CssExports
;
...
...
src/pages/user/index.tsx
View file @
50721d63
...
@@ -10,7 +10,7 @@ import LoginWrap from './components/loginWrap';
...
@@ -10,7 +10,7 @@ import LoginWrap from './components/loginWrap';
const
User
:
React
.
FC
=
()
=>
{
const
User
:
React
.
FC
=
()
=>
{
return
(
return
(
<
Row
className=
{
cx
(
globalStyles
.
lingxiBusinessContent1024
)
}
>
<
Row
className=
{
cx
(
styles
.
loginWrap
,
globalStyles
.
lingxiBusinessContent1024
)
}
>
<
Col
className=
{
cx
(
styles
.
loginItem
,
styles
.
loginDesc
)
}
>
<
Col
className=
{
cx
(
styles
.
loginItem
,
styles
.
loginDesc
)
}
>
left
left
</
Col
>
</
Col
>
...
...
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