新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
34
public/flukemoni/Ex4_2/OTDR_TEST.html
Normal file → Executable file
34
public/flukemoni/Ex4_2/OTDR_TEST.html
Normal file → Executable file
@@ -54,7 +54,25 @@
|
||||
--web-action-target: OTDR_TEST___1.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#BackButton_na {
|
||||
#n_1_qo {
|
||||
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_qo {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 387px;
|
||||
top: 543px;
|
||||
}
|
||||
#BackButton_qp {
|
||||
position: absolute;
|
||||
width: 61px;
|
||||
height: 50px;
|
||||
@@ -66,7 +84,7 @@
|
||||
--web-action-target: SETCOMP_LA_TA_OK.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#BackButton_nb {
|
||||
#BackButton_qq {
|
||||
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_nb {
|
||||
.BackButton_qq {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 61px;
|
||||
@@ -3000,9 +3018,13 @@ window.application = new Application();
|
||||
<div id="OTDR-TEST">
|
||||
<img onclick="application.goToTargetView(event)" id="n_40" src="n_40.png" srcset="n_40.png 1x, n_40@2x.png 2x">
|
||||
|
||||
<div onclick="application.goToTargetView(event)" id="BackButton_na" class="BackButton">
|
||||
<svg class="BackButton_nb">
|
||||
<rect id="BackButton_nb" rx="0" ry="0" x="0" y="0" width="61" height="50">
|
||||
<svg class="n_1_qo">
|
||||
<ellipse id="n_1_qo" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<div onclick="application.goToTargetView(event)" id="BackButton_qp" class="BackButton">
|
||||
<svg class="BackButton_qq">
|
||||
<rect id="BackButton_qq" rx="0" ry="0" x="0" y="0" width="61" height="50">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user