新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
34
public/flukemoni/Ex4/TEST.html
Normal file → Executable file
34
public/flukemoni/Ex4/TEST.html
Normal file → Executable file
@@ -53,7 +53,25 @@
|
||||
--web-action-target: TEST_NoSave.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#backbutton_ng {
|
||||
#n_25_qh {
|
||||
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_25_qh {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 350px;
|
||||
top: 484px;
|
||||
}
|
||||
#backbutton_qi {
|
||||
position: absolute;
|
||||
width: 62px;
|
||||
height: 51px;
|
||||
@@ -61,7 +79,7 @@
|
||||
top: 584px;
|
||||
overflow: visible;
|
||||
}
|
||||
#backbutton_nh {
|
||||
#backbutton_qj {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -71,7 +89,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.backbutton_nh {
|
||||
.backbutton_qj {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 62px;
|
||||
@@ -3000,9 +3018,13 @@ window.application = new Application();
|
||||
<div id="TEST">
|
||||
<img onclick="application.goToTargetView(event)" id="n_53" src="n_53.png" srcset="n_53.png 1x">
|
||||
|
||||
<div id="backbutton_ng" class="backbutton">
|
||||
<svg class="backbutton_nh">
|
||||
<rect onclick="application.goToTargetView(event)" id="backbutton_nh" rx="0" ry="0" x="0" y="0" width="62" height="51">
|
||||
<svg class="n_25_qh">
|
||||
<ellipse id="n_25_qh" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<div id="backbutton_qi" class="backbutton">
|
||||
<svg class="backbutton_qj">
|
||||
<rect onclick="application.goToTargetView(event)" id="backbutton_qj" rx="0" ry="0" x="0" y="0" width="62" height="51">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user