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
d2045d42
Commit
d2045d42
authored
Nov 05, 2024
by
周宏民
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref: 钦州集成登录取配置
parent
56611069
Pipeline
#93662
waiting for manual action with stages
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
169 additions
and
110 deletions
+169
-110
data.json
src/pages/bootpage/template/project/qinzhou/data.json
+16
-59
index.js
src/pages/bootpage/template/project/qinzhou/index.js
+0
-0
index.less
src/pages/bootpage/template/project/qinzhou/index.less
+153
-51
No files found.
src/pages/bootpage/template/project/qinzhou/data.json
View file @
d2045d42
{
"业务应用"
:
[
{
"name"
:
"综合业务大屏"
,
"label"
:
""
,
"url"
:
""
,
"client"
:
""
"name"
:
"综合业务大屏"
},
{
"name"
:
"OA办公系统"
,
"label"
:
""
,
"url"
:
""
,
"client"
:
""
"name"
:
"OA办公系统"
},
{
"name"
:
"营业收费系统"
,
"label"
:
""
,
"url"
:
"http://221.7.220.45:7700/jpcd-bcs-server/sysUser/ssoGCK"
,
"paramName"
:
"ticket"
,
"client"
:
""
"name"
:
"营业收费系统"
}
],
"综合监控管理平台"
:
{
"name"
:
"综合监控管理平台"
,
"label"
:
""
,
"url"
:
""
,
"client"
:
""
"name"
:
"综合监控管理平台"
},
"应用系统"
:
[
{
"name"
:
"管网GIS系统"
,
"label"
:
""
,
"url"
:
""
,
"client"
:
""
"name"
:
"管网GIS系统"
},
{
"name"
:
"水厂监控系统"
,
"label"
:
""
,
"url"
:
""
,
"client"
:
""
"name"
:
"水厂监控系统"
},
{
"name"
:
"污水厂监控系统"
,
"label"
:
""
,
"url"
:
""
,
"client"
:
""
"name"
:
"污水厂监控系统"
},
{
"name"
:
"管网采集系统"
,
"label"
:
""
,
"url"
:
""
,
"client"
:
""
"name"
:
"管网采集系统"
},
{
"name"
:
"二供监控系统"
,
"label"
:
""
,
"url"
:
""
,
"client"
:
""
"name"
:
"二供监控系统"
},
{
"name"
:
"污水站监控系统"
,
"label"
:
""
,
"url"
:
""
,
"client"
:
""
"name"
:
"污水站监控系统"
}
],
"基础平台"
:
[
{
"name"
:
"物联接入平台"
,
"label"
:
""
,
"url"
:
""
,
"client"
:
""
"name"
:
"物联接入平台"
},
{
"name"
:
"视频接入平台"
,
"label"
:
""
,
"url"
:
""
,
"client"
:
""
"name"
:
"视频接入平台"
},
{
"name"
:
"报警管理平台"
,
"label"
:
""
,
"url"
:
""
,
"client"
:
""
"name"
:
"报警管理平台"
},
{
"name"
:
"运维管理平台"
,
"label"
:
""
,
"url"
:
"http://111.59.43.216:8100/civmanage/"
,
"client"
:
""
"name"
:
"运维管理平台"
}
],
"标题"
:
"钦州开投水务综合管理平台"
]
}
\ No newline at end of file
src/pages/bootpage/template/project/qinzhou/index.js
View file @
d2045d42
This diff is collapsed.
Click to expand it.
src/pages/bootpage/template/project/qinzhou/index.less
View file @
d2045d42
...
...
@@ -142,7 +142,7 @@
}
.integration_row_col_no {
filter: grayscale(
80%) brightness(105
%);
filter: grayscale(
100%) brightness(90
%);
cursor: not-allowed;
}
...
...
@@ -234,31 +234,52 @@
width: 100%;
height: 100%;
display: flex;
flex-direction: column
;
justify-content
: center;
padding-left:
181
px;
// justify-content: center
;
align-items
: center;
padding-left:
62
px;
line-height: 1;
}
.integration_row_col_content[name='综合业务大屏'] {
background: url('@{imgSrc}/综合业务大屏.png') 59px 33px no-repeat,
url('@{imgSrc}/业务应用bg.png') center center no-repeat;
background-size: 48px 48px, 100% 100%;
background: url('@{imgSrc}/业务应用bg.png') center center no-repeat;
background-size: 100% 100%;
.integration_row_col_img {
width: 48px;
height: 48px;
background: url('@{imgSrc}/综合业务大屏.png') center center no-repeat;
background-size: 100% 100%;
margin-right: 65px;
}
}
.integration_row_col_content[name='OA办公系统'] {
background: url('@{imgSrc}/OA办公系统.png') 62px 31px no-repeat,
url('@{imgSrc}/业务应用bg.png') center center no-repeat;
background-size: 48px 48px, 100% 100%;
background: url('@{imgSrc}/业务应用bg.png') center center no-repeat;
background-size: 100% 100%;
.integration_row_col_img {
width: 48px;
height: 48px;
background: url('@{imgSrc}/OA办公系统.png') center center no-repeat;
background-size: 100% 100%;
margin-right: 65px;
}
}
.integration_row_col_content[name='营业收费系统'] {
background: url('@{imgSrc}/营业收费系统.png') 64px 30px no-repeat,
url('@{imgSrc}/业务应用bg.png') center center no-repeat;
background-size: 48px 48px, 100% 100%;
background: url('@{imgSrc}/业务应用bg.png') center center no-repeat;
background-size: 100% 100%;
.integration_row_col_img {
width: 48px;
height: 48px;
background: url('@{imgSrc}/营业收费系统.png') center center no-repeat;
background-size: 100% 100%;
margin-right: 65px;
}
}
...
...
@@ -309,7 +330,9 @@
margin-bottom: 12px;
.integration_row_col_content {
line-height: 93px;
display: flex;
align-items: center;
padding-left: 63px;
}
}
...
...
@@ -320,50 +343,102 @@
margin-bottom: 12px;
.integration_row_col_content[name='综合监控管理平台'] {
background: url('@{imgSrc}/综合监控管理平台.png') 488px 24px no-repeat,
url('@{imgSrc}/综合监控管理平台bg.png') center center no-repeat;
background-size: 48px 48px, 100% 100%;
padding-left: 590px;
background: url('@{imgSrc}/综合监控管理平台bg.png') center center no-repeat;
background-size: 100% 100%;
padding-left: 488px;
line-height: 93px;
display: flex;
align-items: center;
padding-bottom: 5px;
.integration_row_col_img {
width: 48px;
height: 48px;
background: url('@{imgSrc}/综合监控管理平台.png') center center no-repeat;
background-size: 100% 100%;
margin-right: 65px;
}
}
}
.integration_row_list[type='应用系统'] {
.integration_row_col_content[name='管网GIS系统'] {
background: url('@{imgSrc}/管网GIS系统.png') 62px 22px no-repeat,
url('@{imgSrc}/管网GIS系统bg.png') center center no-repeat;
background-size: 48px 48px, 100% 100%;
background: url('@{imgSrc}/管网GIS系统bg.png') center center no-repeat;
background-size: 100% 100%;
.integration_row_col_img {
width: 48px;
height: 48px;
background: url('@{imgSrc}/管网GIS系统.png') center center no-repeat;
background-size: 100% 100%;
margin-right: 65px;
}
}
.integration_row_col_content[name='水厂监控系统'] {
background: url('@{imgSrc}/水厂监控系统.png') 62px 22px no-repeat,
url('@{imgSrc}/管网GIS系统bg.png') center center no-repeat;
background-size: 48px 48px, 100% 100%;
background: url('@{imgSrc}/管网GIS系统bg.png') center center no-repeat;
background-size: 100% 100%;
.integration_row_col_img {
width: 48px;
height: 48px;
background: url('@{imgSrc}/水厂监控系统.png') center center no-repeat;
background-size: 100% 100%;
margin-right: 65px;
}
}
.integration_row_col_content[name='污水厂监控系统'] {
background: url('@{imgSrc}/污水厂监控系统.png') 63px 22px no-repeat,
url('@{imgSrc}/管网GIS系统bg.png') center center no-repeat;
background-size: 48px 48px, 100% 100%;
background: url('@{imgSrc}/管网GIS系统bg.png') center center no-repeat;
background-size: 100% 100%;
.integration_row_col_img {
width: 48px;
height: 48px;
background: url('@{imgSrc}/污水厂监控系统.png') center center no-repeat;
background-size: 100% 100%;
margin-right: 65px;
}
}
.integration_row_col_content[name='管网采集系统'] {
background: url('@{imgSrc}/管网采集系统.png') 63px 22px no-repeat,
url('@{imgSrc}/管网GIS系统bg.png') center center no-repeat;
background-size: 48px 48px, 100% 100%;
background: url('@{imgSrc}/管网GIS系统bg.png') center center no-repeat;
background-size: 100% 100%;
.integration_row_col_img {
width: 48px;
height: 48px;
background: url('@{imgSrc}/管网采集系统.png') center center no-repeat;
background-size: 100% 100%;
margin-right: 65px;
}
}
.integration_row_col_content[name='二供监控系统'] {
background: url('@{imgSrc}/二供监控系统.png') 63px 22px no-repeat,
url('@{imgSrc}/管网GIS系统bg.png') center center no-repeat;
background-size: 48px 48px, 100% 100%;
background: url('@{imgSrc}/管网GIS系统bg.png') center center no-repeat;
background-size: 100% 100%;
.integration_row_col_img {
width: 48px;
height: 48px;
background: url('@{imgSrc}/二供监控系统.png') center center no-repeat;
background-size: 100% 100%;
margin-right: 65px;
}
}
.integration_row_col_content[name='污水站监控系统'] {
background: url('@{imgSrc}/污水站监控系统.png') 63px 22px no-repeat,
url('@{imgSrc}/管网GIS系统bg.png') center center no-repeat;
background-size: 48px 48px, 100% 100%;
background: url('@{imgSrc}/管网GIS系统bg.png') center center no-repeat;
background-size: 100% 100%;
.integration_row_col_img {
width: 48px;
height: 48px;
background: url('@{imgSrc}/污水站监控系统.png') center center no-repeat;
background-size: 100% 100%;
margin-right: 65px;
}
}
}
...
...
@@ -406,9 +481,8 @@
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 136px;
align-items: center;
padding-left: 33px;
}
...
...
@@ -419,27 +493,55 @@
}
.integration_row_col_content[name='物联接入平台'] {
background: url('@{imgSrc}/物联接入平台.png') 33px 28px no-repeat,
url('@{imgSrc}/基础平台bg.png') center center no-repeat;
background-size: 48px 48px, 100% 100%;
background: url('@{imgSrc}/基础平台bg.png') center center no-repeat;
background-size: 100% 100%;
.integration_row_col_img {
width: 48px;
height: 48px;
background: url('@{imgSrc}/物联接入平台.png') center center no-repeat;
background-size: 100% 100%;
margin-right: 60px;
}
}
.integration_row_col_content[name='视频接入平台'] {
background: url('@{imgSrc}/视频接入平台.png') 31px 29px no-repeat,
url('@{imgSrc}/基础平台bg.png') center center no-repeat;
background-size: 48px 48px, 100% 100%;
background: url('@{imgSrc}/基础平台bg.png') center center no-repeat;
background-size: 100% 100%;
.integration_row_col_img {
width: 48px;
height: 48px;
background: url('@{imgSrc}/视频接入平台.png') center center no-repeat;
background-size: 100% 100%;
margin-right: 60px;
}
}
.integration_row_col_content[name='报警管理平台'] {
background: url('@{imgSrc}/报警管理平台.png') 33px 29px no-repeat,
url('@{imgSrc}/基础平台bg.png') center center no-repeat;
background-size: 48px 48px, 100% 100%;
background: url('@{imgSrc}/基础平台bg.png') center center no-repeat;
background-size: 100% 100%;
.integration_row_col_img {
width: 48px;
height: 48px;
background: url('@{imgSrc}/报警管理平台.png') center center no-repeat;
background-size: 100% 100%;
margin-right: 60px;
}
}
.integration_row_col_content[name='运维管理平台'] {
background: url('@{imgSrc}/运维管理平台.png') 33px 30px no-repeat,
url('@{imgSrc}/基础平台bg.png') center center no-repeat;
background-size: 48px 48px, 100% 100%;
background: url('@{imgSrc}/基础平台bg.png') center center no-repeat;
background-size: 100% 100%;
.integration_row_col_img {
width: 48px;
height: 48px;
background: url('@{imgSrc}/运维管理平台.png') center center no-repeat;
background-size: 100% 100%;
margin-right: 60px;
}
}
}
...
...
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