update reverse page left to right
This commit is contained in:
parent
a3e5119206
commit
70803f2604
@ -149,14 +149,14 @@ main {
|
||||
position: absolute;
|
||||
bottom: adjust(178px);
|
||||
left: adjust(16px);
|
||||
transform: scale(.9, .57);
|
||||
transform: scale(0.9, 0.57);
|
||||
}
|
||||
|
||||
.video-top {
|
||||
position: absolute;
|
||||
top: adjust(44px);
|
||||
left: adjust(22px);
|
||||
transform: scale(.95, .9);
|
||||
transform: scale(0.95, 0.9);
|
||||
}
|
||||
|
||||
.eq-main {
|
||||
@ -224,50 +224,65 @@ main {
|
||||
|
||||
.kiln-runtime {
|
||||
top: adjust(h(200px));
|
||||
left: adjust(w(60px));
|
||||
// left: adjust(w(60px));
|
||||
left: adjust(w(8110px));
|
||||
}
|
||||
|
||||
.kiln-pressure {
|
||||
top: adjust(h(610px));
|
||||
left: adjust(w(60px));
|
||||
// left: adjust(w(60px));
|
||||
left: adjust(w(8110px));
|
||||
}
|
||||
|
||||
.fan-runtime {
|
||||
top: adjust(h(1020px));
|
||||
left: adjust(w(60px));
|
||||
// left: adjust(w(60px));
|
||||
left: adjust(w(8110px));
|
||||
}
|
||||
|
||||
.oil-flow {
|
||||
top: adjust(h(1588px));
|
||||
left: adjust(w(60px));
|
||||
// left: adjust(w(60px));
|
||||
// left: adjust(w(460px));
|
||||
left: adjust(w(880px));
|
||||
}
|
||||
|
||||
.gas-flow {
|
||||
top: adjust(h(1588px));
|
||||
left: adjust(w(1660px));
|
||||
// left: adjust(w(1660px));
|
||||
left: adjust(w(2500px));
|
||||
}
|
||||
|
||||
.top-temp {
|
||||
top: adjust(h(1588px));
|
||||
left: adjust(w(3260px));
|
||||
// left: adjust(w(3260px));
|
||||
left: adjust(w(4110px));
|
||||
}
|
||||
|
||||
.bottom-temp {
|
||||
top: adjust(h(1588px));
|
||||
left: adjust(w(4860px));
|
||||
// left: adjust(w(4860px));
|
||||
left: adjust(w(5720px));
|
||||
}
|
||||
|
||||
.ou-temp {
|
||||
top: adjust(h(1588px));
|
||||
left: adjust(w(6460px));
|
||||
left: adjust(w(7330px));
|
||||
// left: adjust(w(6460px));
|
||||
}
|
||||
|
||||
.in-water {
|
||||
top: adjust(h(200px));
|
||||
left: adjust(w(8096px));
|
||||
// left: w(5096px);
|
||||
left: adjust(w(40px));
|
||||
// left: adjust(w(8096px));
|
||||
// // left: w(5096px);
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.out-water {
|
||||
top: adjust(h(1177px));
|
||||
left: adjust(w(8096px));
|
||||
left: adjust(w(40px));
|
||||
// left: adjust(w(8096px));
|
||||
// left: w(5096px);
|
||||
z-index: 100;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user