新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
34
public/flukemoni/Ex4_2/OTDR_TEST___1.html
Normal file → Executable file
34
public/flukemoni/Ex4_2/OTDR_TEST___1.html
Normal file → Executable file
@@ -54,7 +54,25 @@
|
||||
--web-action-target: OTDR_TEST___2.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#BackButton_nf {
|
||||
#n_1_qu {
|
||||
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_qu {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 391px;
|
||||
top: 554px;
|
||||
}
|
||||
#BackButton_qv {
|
||||
position: absolute;
|
||||
width: 61px;
|
||||
height: 50px;
|
||||
@@ -66,7 +84,7 @@
|
||||
--web-action-target: SETCOMP_LA_TA_OK.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#BackButton_ng {
|
||||
#BackButton_qw {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -76,7 +94,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.BackButton_ng {
|
||||
.BackButton_qw {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 61px;
|
||||
@@ -3000,9 +3018,13 @@ window.application = new Application();
|
||||
<div id="OTDR-TEST__1">
|
||||
<img onclick="application.goToTargetView(event)" id="n_41" src="n_41.png" srcset="n_41.png 1x, n_41@2x.png 2x">
|
||||
|
||||
<div onclick="application.goToTargetView(event)" id="BackButton_nf" class="BackButton">
|
||||
<svg class="BackButton_ng">
|
||||
<rect id="BackButton_ng" rx="0" ry="0" x="0" y="0" width="61" height="50">
|
||||
<svg class="n_1_qu">
|
||||
<ellipse id="n_1_qu" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<div onclick="application.goToTargetView(event)" id="BackButton_qv" class="BackButton">
|
||||
<svg class="BackButton_qw">
|
||||
<rect id="BackButton_qw" rx="0" ry="0" x="0" y="0" width="61" height="50">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user