新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
92
public/flukemoni/Ex2/T2limits.html
Normal file → Executable file
92
public/flukemoni/Ex2/T2limits.html
Normal file → Executable file
@@ -50,6 +50,78 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#n_17_ey {
|
||||
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_17_ey {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 33px;
|
||||
top: 52px;
|
||||
}
|
||||
#n_17_ez {
|
||||
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_17_ez {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 400px;
|
||||
top: 145px;
|
||||
}
|
||||
#n_24 {
|
||||
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_24 {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 34px;
|
||||
top: 599px;
|
||||
}
|
||||
#n_25 {
|
||||
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 {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 204px;
|
||||
top: 599px;
|
||||
}
|
||||
#rectangle_5 {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
@@ -138,7 +210,7 @@
|
||||
--web-action-target: T3new_test.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#n_upper_banner_eu {
|
||||
#n_upper_banner_e {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 30px;
|
||||
@@ -3062,6 +3134,22 @@ window.application = new Application();
|
||||
<div id="T2limits">
|
||||
<img id="n_change_limits" src="n_change_limits.png" srcset="n_change_limits.png 1x, n_change_limits@2x.png 2x">
|
||||
|
||||
<svg class="n_17_ey">
|
||||
<ellipse id="n_17_ey" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="n_17_ez">
|
||||
<ellipse id="n_17_ez" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="n_24">
|
||||
<ellipse id="n_24" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="n_25">
|
||||
<ellipse id="n_25" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="rectangle_5">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_5" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
</rect>
|
||||
@@ -3078,7 +3166,7 @@ window.application = new Application();
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_15" rx="7" ry="7" x="0" y="0" width="396" height="114">
|
||||
</rect>
|
||||
</svg>
|
||||
<img id="n_upper_banner_eu" src="n_upper_banner_eu.png" srcset="n_upper_banner_eu.png 1x, n_upper_banner_eu@2x.png 2x">
|
||||
<img id="n_upper_banner_e" src="n_upper_banner_e.png" srcset="n_upper_banner_e.png 1x, n_upper_banner_e@2x.png 2x">
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user