双重预防机制
+ 工程管理
智慧巡检
GIS系统
SCADA系统
+ 电子商城
管理中心
气瓶管理
- 培训考试
+ 车辆管理
diff --git a/img/BG.jpg b/img/BG.jpg index dd4f473..4abb051 100644 Binary files a/img/BG.jpg and b/img/BG.jpg differ diff --git a/img/bg1.gif b/img/bg1.gif new file mode 100644 index 0000000..1868d6f Binary files /dev/null and b/img/bg1.gif differ diff --git a/img/fullScreen.png b/img/fullScreen.png new file mode 100644 index 0000000..f704a21 Binary files /dev/null and b/img/fullScreen.png differ diff --git a/img/icon-center.png b/img/icon-center.png index b32b27e..4dba909 100644 Binary files a/img/icon-center.png and b/img/icon-center.png differ diff --git a/img/line.png b/img/line.png index a765394..0c9d15c 100644 Binary files a/img/line.png and b/img/line.png differ diff --git a/img/logo.png b/img/logo.png new file mode 100644 index 0000000..7ee1353 Binary files /dev/null and b/img/logo.png differ diff --git a/img/prevent.png b/img/prevent.png new file mode 100644 index 0000000..6e403ef Binary files /dev/null and b/img/prevent.png differ diff --git a/img/project.png b/img/project.png new file mode 100644 index 0000000..09e3550 Binary files /dev/null and b/img/project.png differ diff --git a/img/shop.png b/img/shop.png new file mode 100644 index 0000000..d1a4650 Binary files /dev/null and b/img/shop.png differ diff --git a/index.html b/index.html index 4730685..cebc5bd 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,6 @@ height: 100vh; background: #171a3e; } - .box { position: fixed; width: 1920px; @@ -29,21 +28,77 @@ transform-origin: left top; left: 50%; top: 50%; + z-index: 1; + } + .box::before{ + content: ''; + position: fixed; + width: 1920px; + height: 1080px; + /*background: red;*/ + background: url(./img/bg1.gif) no-repeat; + background-size: cover; + transform-origin: left top; + left: 0; + top: 0; + opacity: 0.15; } .header-box{ height: 100px; text-align: center; - line-height: 70px; font-family: Source Han Sans CN; - font-weight: bold; - font-size: 40px; - color: #FFFFFF; - text-shadow: 0px 1px 0px rgba(0,22,37,0.72), 0px 5px 0px rgba(0,51,95,0.39); background: url(./img/header-title.png) no-repeat; -webkit-user-select: none; /* Chrome, Safari, Opera */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; + display: flex; + justify-content: space-between; + /*align-items: center;*/ + position: relative; + z-index: 99; + + } + .header-logo{ + width: 300px; + display: flex; + align-items: center; + font-weight: 400; + font-size: 25px; + color: #1594FF; + margin-top: -17px; + padding-left: 24px; + } + .header-logo img{ + width: 86px; + height: 31px; + /*margin-top: 21px;*/ + /*margin-left: 24px;*/ + } + .header-box-title{ + font-weight: bold; + font-size: 40px; + color: #FFFFFF; + line-height: 70px; + text-shadow: 0px 1px 0px rgba(0,22,37,0.72), 0px 5px 0px rgba(0,51,95,0.39); + } + .header-logo-right{ + width: 300px; + display: flex; + align-items: center; + font-weight: 400; + font-size: 25px; + color: #1594FF; + margin-top: -17px; + padding-right: 11px; + } + .header-logo-right img{ + width: 31px; + height: 31px; + margin-left: 10px; + cursor: pointer; + /*margin-top: 21px;*/ + /*margin-left: 24px;*/ } /*.header-box-title{*/ /* background: linear-gradient(0deg, rgba(0,179,255,0.5) 0%, rgba(255,255,255,0.5) 50.2685546875%, rgba(255,255,255,0.5) 83.7890625%, rgba(0,179,255,0.5) 100%);*/ @@ -54,8 +109,9 @@ height: 547px; background: url(./img/line.png) no-repeat; position: relative; - left: 388px; - top: 166px; + left: 415px; + top: 222px; + z-index: 2; } .main-box .center{ width: 378px; @@ -83,6 +139,17 @@ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; cursor: pointer; + z-index: 999; + } + .top-center{ + background: url(./img/prevent.png) no-repeat; + top: -185px; + left: 305px; + } + .top-right{ + background: url(./img/project.png) no-repeat; + top: -160px; + left: 715px; } .left-top{ background: url(./img/Inspection.png) no-repeat; @@ -99,6 +166,11 @@ bottom: -64px; left: 58px; } + .left-bottom2{ + background: url(./img/shop.png) no-repeat; + bottom: -40px; + left: -167px; + } .center-bottom{ background: url(./img/manage-center.png) no-repeat; bottom: -127px; @@ -136,24 +208,44 @@