|
@@ -1,83 +1,56 @@
|
|
|
-body {
|
|
|
- --width: 1226px;
|
|
|
- --header-height: 50px;
|
|
|
- --mainbox-height: 659px;
|
|
|
-}
|
|
|
-
|
|
|
-#apppp * {
|
|
|
- margin: 0;
|
|
|
- padding: 0;
|
|
|
- box-sizing: border-box;
|
|
|
-}
|
|
|
-#apppp header {
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- width: 100%;
|
|
|
- height: var(--header-height);
|
|
|
- background-color: #00ffaa;
|
|
|
-}
|
|
|
-#apppp header h2 {
|
|
|
- font-size: 25px;
|
|
|
- text-align: center;
|
|
|
- line-height: 40px;
|
|
|
- color: #1900ff;
|
|
|
-}
|
|
|
-#apppp header div {
|
|
|
- flex: 3;
|
|
|
- font-size: 20px;
|
|
|
- line-height: 40px;
|
|
|
- background-color: pink;
|
|
|
-}
|
|
|
#apppp .mainbox {
|
|
|
position: relative;
|
|
|
background: url(../img/gas/back1.png) no-repeat;
|
|
|
- background-size: 90%;
|
|
|
- background-position: 50px 50px;
|
|
|
- display: flex;
|
|
|
- width: var(--width);
|
|
|
- left: 70px;
|
|
|
- height: var(--mainbox-height);
|
|
|
+ background-size: contain;
|
|
|
+ overflow: hidden;
|
|
|
+ width: 1600px;
|
|
|
+ height: 750px;
|
|
|
+ color: white;
|
|
|
+ border: 1px solid white;
|
|
|
}
|
|
|
#apppp .mainbox button {
|
|
|
position: absolute;
|
|
|
+ color: black;
|
|
|
+ width: 30px;
|
|
|
+ height: 82px;
|
|
|
}
|
|
|
#apppp .mainbox button:nth-child(1) {
|
|
|
- background-color: pink;
|
|
|
- width: 20px;
|
|
|
- height: 50px;
|
|
|
- left: 939px;
|
|
|
- top: 314px;
|
|
|
+ left: 1235px;
|
|
|
+ top: 353px;
|
|
|
}
|
|
|
#apppp .mainbox button:nth-child(2) {
|
|
|
- background-color: pink;
|
|
|
- width: 20px;
|
|
|
- height: 50px;
|
|
|
- left: 939px;
|
|
|
- top: 480px;
|
|
|
+ left: 1236px;
|
|
|
+ top: 592px;
|
|
|
}
|
|
|
#apppp .mainbox .motor1 {
|
|
|
position: absolute;
|
|
|
- background-color: pink;
|
|
|
- left: 1100px;
|
|
|
+ border: 1px solid grey;
|
|
|
+ border-radius: 5%;
|
|
|
+ /* left: 1295px; */
|
|
|
+ right: 35px;
|
|
|
top: 0px;
|
|
|
- border: 1px solid #000;
|
|
|
width: 270px;
|
|
|
- height: 140px;
|
|
|
+ height: 200px;
|
|
|
display: flex;
|
|
|
}
|
|
|
#apppp .mainbox .motor1 h3 {
|
|
|
position: absolute;
|
|
|
- font-size: 12px;
|
|
|
+ left: 5px;
|
|
|
+ font-size: 15px;
|
|
|
}
|
|
|
-#apppp .mainbox .motor1 div {
|
|
|
+#apppp .mainbox .motor1 div{
|
|
|
position: relative;
|
|
|
- top: 15px;
|
|
|
+ left: 5px;
|
|
|
+ margin-top: 5px;
|
|
|
+ top: 10px;
|
|
|
display: flex;
|
|
|
- font-size: 11px;
|
|
|
+}
|
|
|
+#apppp .mainbox .motor1 div section div {
|
|
|
+ display: flex;
|
|
|
+ font-size: 12px;
|
|
|
margin-bottom: 5px;
|
|
|
}
|
|
|
-#apppp .mainbox .motor1 div p {
|
|
|
- border: 1px solid #000;
|
|
|
+#apppp .mainbox .motor1 div section div p {
|
|
|
background-color: green;
|
|
|
margin-right: 10px;
|
|
|
margin-left: 5px;
|
|
@@ -86,31 +59,34 @@ body {
|
|
|
}
|
|
|
#apppp .mainbox .motor2 {
|
|
|
position: absolute;
|
|
|
+ border: 1px solid grey;
|
|
|
+ border-radius: 5%;
|
|
|
overflow: hidden;
|
|
|
- background-color: pink;
|
|
|
- left: 1100px;
|
|
|
- top: 450px;
|
|
|
- border: 1px solid #000;
|
|
|
+ /* left: 1300px; */
|
|
|
+ right: 30px;
|
|
|
+ top: 552px;
|
|
|
width: 270px;
|
|
|
- height: 140px;
|
|
|
+ height: 193px;
|
|
|
display: flex;
|
|
|
}
|
|
|
#apppp .mainbox .motor2 h3 {
|
|
|
position: absolute;
|
|
|
- font-size: 12px;
|
|
|
+ left: 5px;
|
|
|
+ font-size: 15px;
|
|
|
}
|
|
|
#apppp .mainbox .motor2 div {
|
|
|
position: relative;
|
|
|
+ margin-top: 5px;
|
|
|
+ left: 3px;
|
|
|
top: 10px;
|
|
|
display: flex;
|
|
|
}
|
|
|
#apppp .mainbox .motor2 div section div {
|
|
|
display: flex;
|
|
|
- font-size: 11px;
|
|
|
+ font-size: 12px;
|
|
|
margin-bottom: 5px;
|
|
|
}
|
|
|
#apppp .mainbox .motor2 div section div p {
|
|
|
- border: 1px solid #000;
|
|
|
background-color: green;
|
|
|
margin-right: 10px;
|
|
|
margin-left: 5px;
|
|
@@ -120,12 +96,11 @@ body {
|
|
|
#apppp .mainbox .pipeline {
|
|
|
position: absolute;
|
|
|
display: flex;
|
|
|
- left: 500px;
|
|
|
+ left: 576px;
|
|
|
top: 60px;
|
|
|
- width: 300px;
|
|
|
- height: 50px;
|
|
|
- background-color: pink;
|
|
|
- border: 1px solid black;
|
|
|
+ width: 455px;
|
|
|
+ height: 51px;
|
|
|
+ border: 1px solid white;
|
|
|
}
|
|
|
#apppp .mainbox .pipeline div {
|
|
|
flex: 3;
|
|
@@ -139,50 +114,43 @@ body {
|
|
|
}
|
|
|
#apppp .mainbox .pipeline div p {
|
|
|
text-align: center;
|
|
|
- background-color: #00f7ff;
|
|
|
- border: 1px solid black;
|
|
|
+ background-color: green;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
#apppp .mainbox .waterpump {
|
|
|
+ border: 1px solid grey;
|
|
|
+ border-radius: 5%;
|
|
|
position: absolute;
|
|
|
overflow: hidden;
|
|
|
- background-color: pink;
|
|
|
- left: 280px;
|
|
|
- top: 210px;
|
|
|
- border: 1px solid #000;
|
|
|
- width: 200px;
|
|
|
+ left: 327px;
|
|
|
+ top: 163px;
|
|
|
+ width: 163px;
|
|
|
}
|
|
|
#apppp .mainbox .waterpump h3 {
|
|
|
- font-size: 15px;
|
|
|
- margin-bottom: 10px;
|
|
|
- margin-top: 10px;
|
|
|
+ font-size: 17px;
|
|
|
}
|
|
|
#apppp .mainbox .waterpump div {
|
|
|
display: flex;
|
|
|
- font-size: 10px;
|
|
|
- margin-right: 20px;
|
|
|
- margin-bottom: 5px;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
#apppp .mainbox .waterpump div p {
|
|
|
- border: 1px solid #000;
|
|
|
- background-color: green;
|
|
|
+ color: black;
|
|
|
margin-left: 20px;
|
|
|
- width: 5rem;
|
|
|
+ width: 80px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
#apppp .mainbox .waterpump div p:nth-child(1) {
|
|
|
- background: url(../img/gas/button\(open\).png);
|
|
|
+ background-color: green;
|
|
|
}
|
|
|
#apppp .mainbox .waterpump div p:nth-child(2) {
|
|
|
- background: url(../img/gas/button\(close\).png);
|
|
|
+ background-color: #E71B64;
|
|
|
}
|
|
|
#apppp .mainbox .tank1 {
|
|
|
width: 75px;
|
|
|
position: absolute;
|
|
|
- background-color: #73deff;
|
|
|
- border: 1px solid #000;
|
|
|
- left: 130px;
|
|
|
- top: 240px;
|
|
|
+ background-color: green;
|
|
|
+ left: 140px;
|
|
|
+ top: 278px;
|
|
|
}
|
|
|
#apppp .mainbox .tank1 div {
|
|
|
display: flex;
|
|
@@ -191,10 +159,9 @@ body {
|
|
|
#apppp .mainbox .tank2 {
|
|
|
width: 75px;
|
|
|
position: absolute;
|
|
|
- background-color: #73deff;
|
|
|
- border: 1px solid #000;
|
|
|
- left: 130px;
|
|
|
- top: 430px;
|
|
|
+ background-color: green;
|
|
|
+ left: 142px;
|
|
|
+ top: 530px;
|
|
|
}
|
|
|
#apppp .mainbox .tank2 div {
|
|
|
display: flex;
|
|
@@ -202,11 +169,12 @@ body {
|
|
|
}
|
|
|
#apppp .mainbox .tower {
|
|
|
position: absolute;
|
|
|
+ border: 1px solid grey;
|
|
|
+ border-radius: 5%;
|
|
|
overflow: hidden;
|
|
|
- background-color: pink;
|
|
|
left: 150px;
|
|
|
- top: 90px;
|
|
|
- border: 1px solid #000;
|
|
|
+ top: 80px;
|
|
|
+ height: 30px;
|
|
|
width: 140px;
|
|
|
}
|
|
|
#apppp .mainbox .tower div {
|
|
@@ -218,119 +186,110 @@ body {
|
|
|
}
|
|
|
#apppp .mainbox .tower div p {
|
|
|
margin-left: 10px;
|
|
|
- border: 1px solid #000;
|
|
|
+ color: black;
|
|
|
background-color: green;
|
|
|
margin-right: 1px;
|
|
|
width: 50px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
#apppp .mainbox .tower div p:nth-child(1) {
|
|
|
- background: url(../img/gas/button\(open\).png);
|
|
|
+ background-color: green;
|
|
|
}
|
|
|
#apppp .mainbox .tower div p:nth-child(2) {
|
|
|
- background: url(../img/gas/button\(close\).png);
|
|
|
+ background-color: #E71B64;
|
|
|
}
|
|
|
#apppp .mainbox .pumps {
|
|
|
position: absolute;
|
|
|
- background-color: pink;
|
|
|
- left: 1100px;
|
|
|
- top: 300px;
|
|
|
- border: 0.0125rem solid #000;
|
|
|
- width: 200px;
|
|
|
+ border: 1px solid grey;
|
|
|
+ border-radius: 5%;
|
|
|
+ left: 1090px;
|
|
|
+ top: 163px;
|
|
|
+ width: 163px;
|
|
|
}
|
|
|
#apppp .mainbox .pumps h3 {
|
|
|
- font-size: 15px;
|
|
|
- margin-bottom: 0.1875rem;
|
|
|
- margin-top: 0.1rem;
|
|
|
+ font-size: 17px;
|
|
|
}
|
|
|
#apppp .mainbox .pumps div {
|
|
|
display: flex;
|
|
|
- font-size: 10px;
|
|
|
- margin-bottom: 0.0875rem;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
#apppp .mainbox .pumps div p {
|
|
|
- border: 0.0125rem solid #000;
|
|
|
background-color: green;
|
|
|
- margin-right: 0.1rem;
|
|
|
+ color: black;
|
|
|
margin-left: 20px;
|
|
|
- width: 5rem;
|
|
|
+ width: 80px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
#apppp .mainbox .pumps div p:nth-child(1) {
|
|
|
- background: url(../img/gas/button\(open\).png);
|
|
|
+ background-color: green;
|
|
|
}
|
|
|
#apppp .mainbox .pumps div p:nth-child(2) {
|
|
|
- background: url(../img/gas/button\(close\).png);
|
|
|
+ background-color: #E71B64;
|
|
|
}
|
|
|
-#apppp .mainbox .valveitem1 img {
|
|
|
- width: 50px;
|
|
|
+#apppp .mainbox img{
|
|
|
+ position: relative;
|
|
|
+ width: 69px;
|
|
|
}
|
|
|
#apppp .mainbox .valveitem1 img:nth-child(1) {
|
|
|
- position: relative;
|
|
|
- left: 168px;
|
|
|
- top: 291px;
|
|
|
+ position: absolute;
|
|
|
+ left: 165px;
|
|
|
+ top: 338px;
|
|
|
}
|
|
|
#apppp .mainbox .valveitem1 img:nth-child(2) {
|
|
|
- width: 50px;
|
|
|
- position: relative;
|
|
|
- left: 109px;
|
|
|
- top: 487px;
|
|
|
+ position: absolute;
|
|
|
+ left: 151px;
|
|
|
+ top: 610px;
|
|
|
}
|
|
|
#apppp .mainbox .valveitem2 img {
|
|
|
- width: 40px;
|
|
|
+ position: absolute;
|
|
|
+ width: 54px;
|
|
|
+ left: 499px;
|
|
|
}
|
|
|
#apppp .mainbox .valveitem2 img:nth-child(1) {
|
|
|
- position: relative;
|
|
|
- left: 307px;
|
|
|
- top: 312px;
|
|
|
+ top: 367px;
|
|
|
}
|
|
|
#apppp .mainbox .valveitem2 img:nth-child(2) {
|
|
|
- position: relative;
|
|
|
- left: 268px;
|
|
|
- top: 373px;
|
|
|
+ top: 451px;
|
|
|
}
|
|
|
#apppp .mainbox .valveitem2 img:nth-child(3) {
|
|
|
- position: relative;
|
|
|
- left: 226px;
|
|
|
- top: 441px;
|
|
|
+ top: 546px;
|
|
|
}
|
|
|
#apppp .mainbox .valveitem2 img:nth-child(4) {
|
|
|
- position: relative;
|
|
|
- left: 192px;
|
|
|
- top: 501px;
|
|
|
+ top: 629px;
|
|
|
+ left: 505px;
|
|
|
}
|
|
|
#apppp .mainbox .valveitem4 img {
|
|
|
- width: 0.85rem;
|
|
|
+ position: absolute;
|
|
|
+ width: 79px;
|
|
|
}
|
|
|
#apppp .mainbox .valveitem4 img:nth-child(1) {
|
|
|
- position: relative;
|
|
|
- width: 50px;
|
|
|
- left: 494px;
|
|
|
- top: 202px;
|
|
|
+ left: 975px;
|
|
|
+ top: 208px;
|
|
|
}
|
|
|
#apppp .mainbox .valveitem4 img:nth-child(2) {
|
|
|
- width: 60px;
|
|
|
- position: relative;
|
|
|
- left: 278px;
|
|
|
- top: 229px;
|
|
|
+ left: 751px;
|
|
|
+ top: 251px;
|
|
|
}
|
|
|
#apppp .mainbox .valveitem5 img {
|
|
|
- width: 50px;
|
|
|
+ position: absolute;
|
|
|
+ width: 69px;
|
|
|
}
|
|
|
#apppp .mainbox .valveitem5 img:nth-child(1) {
|
|
|
- position: relative;
|
|
|
- left: 626px;
|
|
|
- top: 208px;
|
|
|
+ left: 1318px;
|
|
|
+ top: 227px;
|
|
|
}
|
|
|
#apppp .mainbox .valveitem5 img:nth-child(2) {
|
|
|
- position: relative;
|
|
|
- width: 50px;
|
|
|
- left: 586px;
|
|
|
- top: 373px;
|
|
|
+ left: 1329px;
|
|
|
+ top: 451px;
|
|
|
}
|
|
|
#apppp {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
+ color: white;
|
|
|
+ width: 1600px;
|
|
|
+ height: 750px;
|
|
|
/* position: absolute; */
|
|
|
- background-color: #2471ff;
|
|
|
+ background-image: linear-gradient(to right, #06133c 0%, #011669 50%, #06133c 100%);;
|
|
|
+}
|
|
|
+
|
|
|
+h1, h2, h3, h4, h5, h6 {
|
|
|
+ color: white;
|
|
|
}
|