update reverse page left to right

This commit is contained in:
lb 2023-05-15 14:28:07 +08:00
parent a3e5119206
commit 70803f2604

View File

@ -149,14 +149,14 @@ main {
position: absolute; position: absolute;
bottom: adjust(178px); bottom: adjust(178px);
left: adjust(16px); left: adjust(16px);
transform: scale(.9, .57); transform: scale(0.9, 0.57);
} }
.video-top { .video-top {
position: absolute; position: absolute;
top: adjust(44px); top: adjust(44px);
left: adjust(22px); left: adjust(22px);
transform: scale(.95, .9); transform: scale(0.95, 0.9);
} }
.eq-main { .eq-main {
@ -224,50 +224,65 @@ main {
.kiln-runtime { .kiln-runtime {
top: adjust(h(200px)); top: adjust(h(200px));
left: adjust(w(60px)); // left: adjust(w(60px));
left: adjust(w(8110px));
} }
.kiln-pressure { .kiln-pressure {
top: adjust(h(610px)); top: adjust(h(610px));
left: adjust(w(60px)); // left: adjust(w(60px));
left: adjust(w(8110px));
} }
.fan-runtime { .fan-runtime {
top: adjust(h(1020px)); top: adjust(h(1020px));
left: adjust(w(60px)); // left: adjust(w(60px));
left: adjust(w(8110px));
} }
.oil-flow { .oil-flow {
top: adjust(h(1588px)); top: adjust(h(1588px));
left: adjust(w(60px)); // left: adjust(w(60px));
// left: adjust(w(460px));
left: adjust(w(880px));
} }
.gas-flow { .gas-flow {
top: adjust(h(1588px)); top: adjust(h(1588px));
left: adjust(w(1660px)); // left: adjust(w(1660px));
left: adjust(w(2500px));
} }
.top-temp { .top-temp {
top: adjust(h(1588px)); top: adjust(h(1588px));
left: adjust(w(3260px)); // left: adjust(w(3260px));
left: adjust(w(4110px));
} }
.bottom-temp { .bottom-temp {
top: adjust(h(1588px)); top: adjust(h(1588px));
left: adjust(w(4860px)); // left: adjust(w(4860px));
left: adjust(w(5720px));
} }
.ou-temp { .ou-temp {
top: adjust(h(1588px)); top: adjust(h(1588px));
left: adjust(w(6460px)); left: adjust(w(7330px));
// left: adjust(w(6460px));
} }
.in-water { .in-water {
top: adjust(h(200px)); top: adjust(h(200px));
left: adjust(w(8096px)); left: adjust(w(40px));
// left: w(5096px); // left: adjust(w(8096px));
// // left: w(5096px);
z-index: 100; z-index: 100;
} }
.out-water { .out-water {
top: adjust(h(1177px)); top: adjust(h(1177px));
left: adjust(w(8096px)); left: adjust(w(40px));
// left: adjust(w(8096px));
// left: w(5096px); // left: w(5096px);
z-index: 100; z-index: 100;
} }