Commit 76dd4ceb authored by 王万里's avatar 王万里

feat: 二连浩特登录

parent 91abc7fb
...@@ -153,7 +153,7 @@ const Login = forwardRef((props, _ref) => { ...@@ -153,7 +153,7 @@ const Login = forwardRef((props, _ref) => {
<title>{props.global.title || defaultSetting.title}</title> <title>{props.global.title || defaultSetting.title}</title>
<meta name="description" content={props.global.title || defaultSetting.title} /> <meta name="description" content={props.global.title || defaultSetting.title} />
</Helmet> </Helmet>
<div classnames={(styles.erlianhaotelogin, "erlianhaote")}> <div className={classnames(styles.erlianhaotelogin, "erlianhaote")}>
<div className={styles['inner-wrapper']}> <div className={styles['inner-wrapper']}>
<div className={styles['left-imgbox']}></div> <div className={styles['left-imgbox']}></div>
<div className={styles['inner-center']}> <div className={styles['inner-center']}>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
.erlianhaotelogin { .erlianhaotelogin {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url('./images/乐山登录背景.png') no-repeat center; background: url('./images/9.png') no-repeat center;
background-size: 100% 100%; background-size: 100% 100%;
background-clip: border-box; background-clip: border-box;
position: relative; position: relative;
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
height: 646px; height: 646px;
margin-left: -550px; margin-left: -550px;
margin-top: -298px; margin-top: -298px;
background: url('./images/二连浩特登陆框.png') no-repeat top; background: url('./images/7.png') no-repeat top;
background-size: 100% 100%; background-size: 100% 100%;
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
.left-imgbox { .left-imgbox {
width: 682px; width: 682px;
height: 596px; height: 596px;
background: url('./images/二连浩特登陆界面配图-动态.gif') no-repeat center; background: url('./images/6.gif') no-repeat center;
background-size: 100% 100%; background-size: 100% 100%;
background-clip: border-box; background-clip: border-box;
} }
...@@ -213,8 +213,11 @@ ...@@ -213,8 +213,11 @@
} }
:global{
}
:global{
.erlianhaote{
.@{ant-prefix}src-pages-user-login-components-login-index-login { .@{ant-prefix}src-pages-user-login-components-login-index-login {
.@{ant-prefix}src-pages-user-login-components-login-index-prefixIcon{ .@{ant-prefix}src-pages-user-login-components-login-index-prefixIcon{
color: #00BDA0; color: #00BDA0;
...@@ -255,7 +258,6 @@ ...@@ -255,7 +258,6 @@
background-color: #00BDA0 !important; background-color: #00BDA0 !important;
border-color: #00BDA0 !important; border-color: #00BDA0 !important;
} }
} }
} }
......
...@@ -152,7 +152,7 @@ const Login = forwardRef((props, _ref) => { ...@@ -152,7 +152,7 @@ const Login = forwardRef((props, _ref) => {
<title>{props.global.title || defaultSetting.title}</title> <title>{props.global.title || defaultSetting.title}</title>
<meta name="description" content={props.global.title || defaultSetting.title} /> <meta name="description" content={props.global.title || defaultSetting.title} />
</Helmet> </Helmet>
<div className={styles.xinganlogin}> <div className={classnames(styles.xinganlogin, "xinganxian")}>
<div className={styles['inner-wrapper']}> <div className={styles['inner-wrapper']}>
{/* <div className={styles['left-imgbox']}></div> */} {/* <div className={styles['left-imgbox']}></div> */}
<div className={styles['inner-center']}> <div className={styles['inner-center']}>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
.xinganlogin { .xinganlogin {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url('./images/6.png') no-repeat; background: url('./images/2.png') no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
background-clip: border-box; background-clip: border-box;
position: relative; position: relative;
...@@ -182,7 +182,12 @@ ...@@ -182,7 +182,12 @@
opacity: 0.8; opacity: 0.8;
cursor: pointer; cursor: pointer;
} }
:global{
}
:global{
.popover-style{
.@{ant-prefix}-popover-inner-content{ .@{ant-prefix}-popover-inner-content{
display: flex; display: flex;
justify-content: center; justify-content: center;
...@@ -194,6 +199,9 @@ ...@@ -194,6 +199,9 @@
align-items: center; align-items: center;
} }
} }
} }
...@@ -203,6 +211,12 @@ ...@@ -203,6 +211,12 @@
@keyframes waving { @keyframes waving {
from { from {
top: 0; top: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment