Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivWeb
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
ReactWeb5
CivWeb
Commits
e31e61a2
Commit
e31e61a2
authored
Nov 22, 2023
by
王万里
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 界首、浦口、绿城、蠡县、尖扎、高要、易县登录页修改
parent
5b73ad0f
Pipeline
#82090
passed with stages
Changes
14
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
80 additions
and
15 deletions
+80
-15
index.js
src/pages/user/login/template/project/gaoyao/index.js
+2
-0
index.less
src/pages/user/login/template/project/gaoyao/index.less
+11
-2
index.js
src/pages/user/login/template/project/jianzha/index.js
+2
-0
index.less
src/pages/user/login/template/project/jianzha/index.less
+9
-2
index.js
src/pages/user/login/template/project/jieshou/index.js
+1
-1
index.less
src/pages/user/login/template/project/jieshou/index.less
+9
-0
index.js
src/pages/user/login/template/project/lixian/index.js
+2
-0
index.less
src/pages/user/login/template/project/lixian/index.less
+10
-2
index.js
src/pages/user/login/template/project/lvcheng/index.js
+2
-0
index.less
src/pages/user/login/template/project/lvcheng/index.less
+9
-3
index.js
src/pages/user/login/template/project/pukou/index.js
+2
-0
index.less
src/pages/user/login/template/project/pukou/index.less
+9
-3
index.js
src/pages/user/login/template/project/yixian/index.js
+2
-0
index.less
src/pages/user/login/template/project/yixian/index.less
+10
-2
No files found.
src/pages/user/login/template/project/gaoyao/index.js
View file @
e31e61a2
...
@@ -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"
...
...
src/pages/user/login/template/project/gaoyao/index.less
View file @
e31e61a2
...
@@ -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;
...
...
src/pages/user/login/template/project/jianzha/index.js
View file @
e31e61a2
...
@@ -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'
]}
>
...
...
src/pages/user/login/template/project/jianzha/index.less
View file @
e31e61a2
...
@@ -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%;
...
...
src/pages/user/login/template/project/jieshou/index.js
View file @
e31e61a2
...
@@ -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
}
>
...
...
src/pages/user/login/template/project/jieshou/index.less
View file @
e31e61a2
...
@@ -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;
}
}
...
...
src/pages/user/login/template/project/lixian/index.js
View file @
e31e61a2
...
@@ -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'
]}
>
...
...
src/pages/user/login/template/project/lixian/index.less
View file @
e31e61a2
...
@@ -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;
...
...
src/pages/user/login/template/project/lvcheng/index.js
View file @
e31e61a2
...
@@ -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'
]}
>
...
...
src/pages/user/login/template/project/lvcheng/index.less
View file @
e31e61a2
...
@@ -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%;
...
...
src/pages/user/login/template/project/pukou/index.js
View file @
e31e61a2
...
@@ -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'
]}
/
>
...
...
src/pages/user/login/template/project/pukou/index.less
View file @
e31e61a2
...
@@ -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%;
...
...
src/pages/user/login/template/project/yixian/index.js
View file @
e31e61a2
...
@@ -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'
]}
>
...
...
src/pages/user/login/template/project/yixian/index.less
View file @
e31e61a2
...
@@ -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%;
...
...
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