新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
66
public/flukemoni/Ex4/SetREFSkip.html
Normal file → Executable file
66
public/flukemoni/Ex4/SetREFSkip.html
Normal file → Executable file
@@ -44,11 +44,47 @@
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 640px;
|
||||
left: 0px;
|
||||
left: 1px;
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#NextButton_f {
|
||||
#n_18_gv {
|
||||
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_18_gv {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 45px;
|
||||
top: 598px;
|
||||
}
|
||||
#n_20_gw {
|
||||
opacity: 0.8;
|
||||
fill: rgba(249,188,18,1);
|
||||
stroke: rgba(146,135,105,1);
|
||||
stroke-width: 1px;
|
||||
stroke-linejoin: miter;
|
||||
stroke-linecap: butt;
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.n_20_gw {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 415px;
|
||||
top: 598px;
|
||||
}
|
||||
#NextButton_gx {
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
width: 101px;
|
||||
@@ -61,7 +97,7 @@
|
||||
--web-action-target: SetREFSkip_SETREF.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#NextButton_ga {
|
||||
#NextButton_gy {
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
stroke-width: 1px;
|
||||
@@ -70,7 +106,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.NextButton_ga {
|
||||
.NextButton_gy {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 101px;
|
||||
@@ -90,7 +126,7 @@
|
||||
--web-action-target: SetREFSkip_TRClength.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#TRCLength_f {
|
||||
#TRCLength_g {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -100,7 +136,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.TRCLength_f {
|
||||
.TRCLength_g {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 101px;
|
||||
@@ -3024,15 +3060,23 @@ window.application = new Application();
|
||||
<div id="SetREFSkip">
|
||||
<img id="n_11" src="n_11.png" srcset="n_11.png 1x">
|
||||
|
||||
<div onclick="application.goToTargetView(event)" id="NextButton_f" class="NextButton">
|
||||
<svg class="NextButton_ga">
|
||||
<rect id="NextButton_ga" rx="0" ry="0" x="0" y="0" width="101" height="52">
|
||||
<svg class="n_18_gv">
|
||||
<ellipse id="n_18_gv" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="n_20_gw">
|
||||
<ellipse id="n_20_gw" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<div onclick="application.goToTargetView(event)" id="NextButton_gx" class="NextButton">
|
||||
<svg class="NextButton_gy">
|
||||
<rect id="NextButton_gy" rx="0" ry="0" x="0" y="0" width="101" height="52">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
<div onclick="application.goToTargetView(event)" id="TRCLength" class="TRCLength">
|
||||
<svg class="TRCLength_f">
|
||||
<rect id="TRCLength_f" rx="0" ry="0" x="0" y="0" width="101" height="51">
|
||||
<svg class="TRCLength_g">
|
||||
<rect id="TRCLength_g" rx="0" ry="0" x="0" y="0" width="101" height="51">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user