|
|
@ -31,7 +31,7 @@ const Login = props => { |
|
|
|
return ( |
|
|
|
<div style={{ |
|
|
|
// height: '100vh', |
|
|
|
// backgroundImage: "url('/assets/images/background/loginBackground.png')", |
|
|
|
// backgroundImage: "url('/assets/images/background/loginBackground.gif')", |
|
|
|
// backgroundSize: 'cover', |
|
|
|
// backgroundRepeat: 'no-repeat', |
|
|
|
// position: 'relative', |
|
|
@ -44,6 +44,16 @@ const Login = props => { |
|
|
|
src="/assets/video/login_bg.mp4" |
|
|
|
type="video/mp4" |
|
|
|
/> |
|
|
|
<img src='/assets/images/background/loginBackground.gif' style={{ |
|
|
|
width: "100%", |
|
|
|
height: 'calc(100vh - 4px)', |
|
|
|
objectFit: "cover", |
|
|
|
objectPosition: 'left top', |
|
|
|
position: 'absolute', |
|
|
|
top: 0, |
|
|
|
left: 0, |
|
|
|
zIndex: "5" |
|
|
|
}} /> |
|
|
|
<div style={{ |
|
|
|
width: 446, |
|
|
|
height: 348, |
|
|
@ -53,6 +63,7 @@ const Login = props => { |
|
|
|
position: 'absolute', |
|
|
|
top: '33.89%', |
|
|
|
right: '16.43%', |
|
|
|
zIndex: "6" |
|
|
|
}}> |
|
|
|
<div style={{ width: 113, height: 24, marginTop: 3, marginLeft: 5 }}> |
|
|
|
<img src="/assets/images/background/user_login.png" alt="" style={{ width: '100%', height: '100%' }} /> |
|
|
|