Commit e31e61a2 authored by 王万里's avatar 王万里

fix: 界首、浦口、绿城、蠡县、尖扎、高要、易县登录页修改

parent 5b73ad0f
Pipeline #82090 passed with stages
...@@ -15,6 +15,7 @@ import Account from '../../../js/useAccount'; ...@@ -15,6 +15,7 @@ import Account from '../../../js/useAccount';
import { defaultApp } from '../../../../../../micro'; import { defaultApp } from '../../../../../../micro';
import logo from './images/5.png'; import logo from './images/5.png';
import loginTitlePng from './images/9.png' import loginTitlePng from './images/9.png'
import bgImage from './images/8.png'
import qrcodePng from './images/1.png' import qrcodePng from './images/1.png'
const PopOvercontent = () =>{ const PopOvercontent = () =>{
...@@ -155,6 +156,7 @@ const Login = forwardRef((props, _ref) => { ...@@ -155,6 +156,7 @@ const Login = forwardRef((props, _ref) => {
<meta name="description" content={props.global.title || defaultSetting.title} /> <meta name="description" content={props.global.title || defaultSetting.title} />
</Helmet> </Helmet>
<div className={classnames(styles.gaoyaologin)}> <div className={classnames(styles.gaoyaologin)}>
<img src={bgImage} alt='' className={styles['bg-image']}/>
<div className={styles['login-header']}> <div className={styles['login-header']}>
<img <img
role="logo" role="logo"
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
.gaoyaologin { .gaoyaologin {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url('./images/8.png') no-repeat; // background: url('./images/8.png') no-repeat;
background-size: 100% 100%; // background-size: 100% 100%;
background-clip: border-box; background-clip: border-box;
position: relative; position: relative;
min-height: 7.0rem; min-height: 7.0rem;
...@@ -13,6 +13,14 @@ ...@@ -13,6 +13,14 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
.bg-image{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.login-block { .login-block {
width: 500px; width: 500px;
margin: 60px 0 150px 0; margin: 60px 0 150px 0;
...@@ -247,6 +255,7 @@ ...@@ -247,6 +255,7 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
z-index: 2;
.cn-title{ .cn-title{
font-size: 50px; font-size: 50px;
......
...@@ -13,6 +13,7 @@ import { defaultApp } from '../../../../../../micro'; ...@@ -13,6 +13,7 @@ import { defaultApp } from '../../../../../../micro';
import logoPng from './images/7.png' import logoPng from './images/7.png'
import qrcodePng from './images/1.png' import qrcodePng from './images/1.png'
import QRCode from 'qrcode.react'; import QRCode from 'qrcode.react';
import bgImage from './images/2.jpg'
import classnames from 'classnames'; import classnames from 'classnames';
import moment from 'moment'; import moment from 'moment';
...@@ -153,6 +154,7 @@ const Login = forwardRef((props, _ref) => { ...@@ -153,6 +154,7 @@ const Login = forwardRef((props, _ref) => {
<meta name="description" content={props.global.title || defaultSetting.title} /> <meta name="description" content={props.global.title || defaultSetting.title} />
</Helmet> </Helmet>
<div className={classnames(styles.jianzhalogin, "jianzha")}> <div className={classnames(styles.jianzhalogin, "jianzha")}>
<img src={bgImage} alt='' className={styles['bg-image']}/>
<div className={styles['inner-wrapper']}> <div className={styles['inner-wrapper']}>
<div className={styles['inner-center']}> <div className={styles['inner-center']}>
<div className={styles['welcome-title']}> <div className={styles['welcome-title']}>
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
.jianzhalogin { .jianzhalogin {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url('./images/2.jpg') no-repeat; // background: url('./images/2.jpg') no-repeat;
background-size: 100% 100%; // background-size: 100% 100%;
background-clip: border-box; background-clip: border-box;
position: relative; position: relative;
min-height: 7.0rem; min-height: 7.0rem;
...@@ -12,6 +12,13 @@ ...@@ -12,6 +12,13 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
.bg-image{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.inner-bg { .inner-bg {
width: 100%; width: 100%;
// height: 100%; // height: 100%;
......
...@@ -186,8 +186,8 @@ const Login = forwardRef((props, _ref) => { ...@@ -186,8 +186,8 @@ const Login = forwardRef((props, _ref) => {
<div <div
className={classnames(styles.jieshouLogin, 'jieshouLogin')} className={classnames(styles.jieshouLogin, 'jieshouLogin')}
onClick={onShow} onClick={onShow}
style={{ background: `url(${bg}) no-repeat`, backgroundPosition: 'center' }}
> >
<img src={bg} alt='' className={styles['bg-image']}/>
{show ? ( {show ? (
<div className={classnames(styles['wrapper'])}> <div className={classnames(styles['wrapper'])}>
<QueueAnim type="scale" duration={1000}> <QueueAnim type="scale" duration={1000}>
......
...@@ -10,6 +10,15 @@ ...@@ -10,6 +10,15 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
.bg-image{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.caseHide { .caseHide {
display: none !important; display: none !important;
} }
......
...@@ -18,6 +18,7 @@ import img3 from './images/3.png'; ...@@ -18,6 +18,7 @@ import img3 from './images/3.png';
import img4 from './images/4.png'; import img4 from './images/4.png';
import img8 from './images/8.png'; import img8 from './images/8.png';
import img10 from './images/10.png'; import img10 from './images/10.png';
import bgImage from './images/7.png'
import qrcodePng from './images/qrcode.png'; import qrcodePng from './images/qrcode.png';
const Login = forwardRef((props, _ref) => { const Login = forwardRef((props, _ref) => {
...@@ -154,6 +155,7 @@ const Login = forwardRef((props, _ref) => { ...@@ -154,6 +155,7 @@ const Login = forwardRef((props, _ref) => {
<meta name="description" content={props.global.title || defaultSetting.title} /> <meta name="description" content={props.global.title || defaultSetting.title} />
</Helmet> </Helmet>
<div className={classnames(styles.lixianlogin, "lixian")}> <div className={classnames(styles.lixianlogin, "lixian")}>
<img src={bgImage} alt='' className={styles['bg-image']}/>
<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']}>
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
.lixianlogin { .lixianlogin {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url('./images/7.png') no-repeat; // background: url('./images/7.png') no-repeat;
background-size: 100% 100%; // background-size: 100% 100%;
background-clip: border-box; background-clip: border-box;
position: relative; position: relative;
min-height: 7.0rem; min-height: 7.0rem;
...@@ -12,6 +12,14 @@ ...@@ -12,6 +12,14 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
.bg-image{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.inner-bg { .inner-bg {
width: 100%; width: 100%;
height: 290px; height: 290px;
......
...@@ -12,6 +12,7 @@ import Account from '../../../js/useAccount'; ...@@ -12,6 +12,7 @@ import Account from '../../../js/useAccount';
import { defaultApp } from '../../../../../../micro'; import { defaultApp } from '../../../../../../micro';
import logoPng from './images/7.png' import logoPng from './images/7.png'
import qrcodePng from './images/1.png' import qrcodePng from './images/1.png'
import bgImage from './images/2.png'
import QRCode from 'qrcode.react'; import QRCode from 'qrcode.react';
import classnames from 'classnames'; import classnames from 'classnames';
import moment from 'moment'; import moment from 'moment';
...@@ -153,6 +154,7 @@ const Login = forwardRef((props, _ref) => { ...@@ -153,6 +154,7 @@ const Login = forwardRef((props, _ref) => {
<meta name="description" content={props.global.title || defaultSetting.title} /> <meta name="description" content={props.global.title || defaultSetting.title} />
</Helmet> </Helmet>
<div className={classnames(styles.lvchenglogin, "lvcheng")}> <div className={classnames(styles.lvchenglogin, "lvcheng")}>
<img src={bgImage} alt='' className={styles['bg-image']}/>
<div className={styles['inner-wrapper']}> <div className={styles['inner-wrapper']}>
<div className={styles['title-image']}></div> <div className={styles['title-image']}></div>
<div className={styles['inner-center']}> <div className={styles['inner-center']}>
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
.lvchenglogin { .lvchenglogin {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url('./images/2.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;
min-height: 7.0rem; min-height: 7.0rem;
...@@ -11,7 +11,13 @@ ...@@ -11,7 +11,13 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
.bg-image{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.inner-bg { .inner-bg {
width: 100%; width: 100%;
// height: 100%; // height: 100%;
......
...@@ -13,6 +13,7 @@ import { defaultApp } from '../../../../../../micro'; ...@@ -13,6 +13,7 @@ import { defaultApp } from '../../../../../../micro';
import logoPng from './images/7.png' import logoPng from './images/7.png'
import qrcodePng from './images/1.png' import qrcodePng from './images/1.png'
import welcomePng from './images/4.png' import welcomePng from './images/4.png'
import bgImage from './images/2.jpg'
import QRCode from 'qrcode.react'; import QRCode from 'qrcode.react';
import classnames from 'classnames'; import classnames from 'classnames';
import moment from 'moment'; import moment from 'moment';
...@@ -154,6 +155,7 @@ const Login = forwardRef((props, _ref) => { ...@@ -154,6 +155,7 @@ const Login = forwardRef((props, _ref) => {
<meta name="description" content={props.global.title || defaultSetting.title} /> <meta name="description" content={props.global.title || defaultSetting.title} />
</Helmet> </Helmet>
<div className={classnames(styles.lvchenglogin, "lvcheng")}> <div className={classnames(styles.lvchenglogin, "lvcheng")}>
<img src={bgImage} alt='' className={styles['bg-image']}/>
<div className={styles['inner-wrapper']}> <div className={styles['inner-wrapper']}>
<div className={styles['title-image-box']}> <div className={styles['title-image-box']}>
<img src={logoPng} alt='' className={styles['title-image']}/> <img src={logoPng} alt='' className={styles['title-image']}/>
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
.lvchenglogin { .lvchenglogin {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url('./images/2.jpg') no-repeat; // background: url('./images/2.jpg') no-repeat;
background-size: 100% 100%; // background-size: 100% 100%;
background-clip: border-box; background-clip: border-box;
position: relative; position: relative;
min-height: 7.0rem; min-height: 7.0rem;
...@@ -11,7 +11,13 @@ ...@@ -11,7 +11,13 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
.bg-image{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.inner-bg { .inner-bg {
width: 100%; width: 100%;
// height: 100%; // height: 100%;
......
...@@ -15,6 +15,7 @@ import Account from '../../../js/useAccount'; ...@@ -15,6 +15,7 @@ import Account from '../../../js/useAccount';
import { defaultApp } from '../../../../../../micro'; import { defaultApp } from '../../../../../../micro';
import logo from './images/5.png'; import logo from './images/5.png';
import loginTitlePng from './images/9.png' import loginTitlePng from './images/9.png'
import bgImage from './images/8.png'
const Login = forwardRef((props, _ref) => { const Login = forwardRef((props, _ref) => {
...@@ -147,6 +148,7 @@ const Login = forwardRef((props, _ref) => { ...@@ -147,6 +148,7 @@ const Login = forwardRef((props, _ref) => {
<meta name="description" content={props.global.title || defaultSetting.title} /> <meta name="description" content={props.global.title || defaultSetting.title} />
</Helmet> </Helmet>
<div className={classnames(styles.xinganlogin)}> <div className={classnames(styles.xinganlogin)}>
<img src={bgImage} alt='' className={styles['bg-image']}/>
<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']}>
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
.xinganlogin { .xinganlogin {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url('./images/8.png') no-repeat; // background: url('./images/8.png') no-repeat;
background-size: 100% 100%; // background-size: 100% 100%;
background-clip: border-box; background-clip: border-box;
position: relative; position: relative;
min-height: 7.0rem; min-height: 7.0rem;
...@@ -12,6 +12,14 @@ ...@@ -12,6 +12,14 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
.bg-image{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.inner-bg { .inner-bg {
width: 100%; width: 100%;
height: 100%; height: 100%;
......
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