新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
68
public/flukemoni/Ex4_2/OTDR_1_SAVE.html
Normal file → Executable file
68
public/flukemoni/Ex4_2/OTDR_1_SAVE.html
Normal file → Executable file
@@ -50,7 +50,43 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#SaveButton_ya {
|
||||
#n_1_ {
|
||||
opacity: 0.8;
|
||||
fill: rgba(249,188,18,1);
|
||||
stroke: rgba(249,188,18,1);
|
||||
stroke-width: 4px;
|
||||
stroke-linejoin: miter;
|
||||
stroke-linecap: butt;
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.n_1_ {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 33px;
|
||||
top: 51px;
|
||||
}
|
||||
#n_1_a {
|
||||
opacity: 0.8;
|
||||
fill: rgba(249,188,18,1);
|
||||
stroke: rgba(249,188,18,1);
|
||||
stroke-width: 4px;
|
||||
stroke-linejoin: miter;
|
||||
stroke-linecap: butt;
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.n_1_a {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 421px;
|
||||
top: 599px;
|
||||
}
|
||||
#SaveButton_ {
|
||||
position: absolute;
|
||||
width: 59px;
|
||||
height: 50px;
|
||||
@@ -62,7 +98,7 @@
|
||||
--web-action-target: OTDR_1_EventMap_E1.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#SaveButton_yb {
|
||||
#SaveButton_a {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -72,7 +108,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.SaveButton_yb {
|
||||
.SaveButton_a {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 59px;
|
||||
@@ -80,7 +116,7 @@
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
#BackButton_yc {
|
||||
#BackButton_a {
|
||||
position: absolute;
|
||||
width: 58px;
|
||||
height: 34px;
|
||||
@@ -92,7 +128,7 @@
|
||||
--web-action-target: OTDR_1_EventMap_NOSAVE.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#BackButton_yd {
|
||||
#BackButton_b {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -102,7 +138,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.BackButton_yd {
|
||||
.BackButton_b {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 58px;
|
||||
@@ -3026,15 +3062,23 @@ window.application = new Application();
|
||||
<div id="OTDR-1-SAVE">
|
||||
<img id="n_47" src="n_47.png" srcset="n_47.png 1x, n_47@2x.png 2x">
|
||||
|
||||
<div onclick="application.goToTargetView(event)" id="SaveButton_ya" class="SaveButton">
|
||||
<svg class="SaveButton_yb">
|
||||
<rect id="SaveButton_yb" rx="0" ry="0" x="0" y="0" width="59" height="50">
|
||||
<svg class="n_1_">
|
||||
<ellipse id="n_1_" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="n_1_a">
|
||||
<ellipse id="n_1_a" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<div onclick="application.goToTargetView(event)" id="SaveButton_" class="SaveButton">
|
||||
<svg class="SaveButton_a">
|
||||
<rect id="SaveButton_a" rx="0" ry="0" x="0" y="0" width="59" height="50">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
<div onclick="application.goToTargetView(event)" id="BackButton_yc" class="BackButton">
|
||||
<svg class="BackButton_yd">
|
||||
<rect id="BackButton_yd" rx="0" ry="0" x="0" y="0" width="58" height="34">
|
||||
<div onclick="application.goToTargetView(event)" id="BackButton_a" class="BackButton">
|
||||
<svg class="BackButton_b">
|
||||
<rect id="BackButton_b" rx="0" ry="0" x="0" y="0" width="58" height="34">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user