新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
68
public/flukemoni/Ex4/SetREFSkip_TRClength.html
Normal file → Executable file
68
public/flukemoni/Ex4/SetREFSkip_TRClength.html
Normal file → Executable file
@@ -48,7 +48,43 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#BackButton_f {
|
||||
#n_20_g {
|
||||
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_g {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 415px;
|
||||
top: 598px;
|
||||
}
|
||||
#n_18_g {
|
||||
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_g {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 32px;
|
||||
top: 52px;
|
||||
}
|
||||
#BackButton_g {
|
||||
position: absolute;
|
||||
width: 53px;
|
||||
height: 31px;
|
||||
@@ -60,7 +96,7 @@
|
||||
--web-action-target: SetREFSkip.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#BackButton_ga {
|
||||
#BackButton_ha {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -70,7 +106,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.BackButton_ga {
|
||||
.BackButton_ha {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 53px;
|
||||
@@ -78,7 +114,7 @@
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
#BackButton_gb {
|
||||
#BackButton_hb {
|
||||
position: absolute;
|
||||
width: 58px;
|
||||
height: 51px;
|
||||
@@ -90,7 +126,7 @@
|
||||
--web-action-target: SetREFSkip.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#BackButton_gc {
|
||||
#BackButton_hc {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -100,7 +136,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.BackButton_gc {
|
||||
.BackButton_hc {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 58px;
|
||||
@@ -3024,15 +3060,23 @@ window.application = new Application();
|
||||
<div id="SetREFSkip-TRClength">
|
||||
<img id="n_12" src="n_12.png" srcset="n_12.png 1x">
|
||||
|
||||
<div onclick="application.goToTargetView(event)" id="BackButton_f" class="BackButton">
|
||||
<svg class="BackButton_ga">
|
||||
<rect id="BackButton_ga" rx="0" ry="0" x="0" y="0" width="53" height="31">
|
||||
<svg class="n_20_g">
|
||||
<ellipse id="n_20_g" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="n_18_g">
|
||||
<ellipse id="n_18_g" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<div onclick="application.goToTargetView(event)" id="BackButton_g" class="BackButton">
|
||||
<svg class="BackButton_ha">
|
||||
<rect id="BackButton_ha" rx="0" ry="0" x="0" y="0" width="53" height="31">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
<div onclick="application.goToTargetView(event)" id="BackButton_gb" class="BackButton">
|
||||
<svg class="BackButton_gc">
|
||||
<rect id="BackButton_gc" rx="0" ry="0" x="0" y="0" width="58" height="51">
|
||||
<div onclick="application.goToTargetView(event)" id="BackButton_hb" class="BackButton">
|
||||
<svg class="BackButton_hc">
|
||||
<rect id="BackButton_hc" rx="0" ry="0" x="0" y="0" width="58" height="51">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user