新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
64
public/flukemoni/Ex2/T3set_reference.html
Normal file → Executable file
64
public/flukemoni/Ex2/T3set_reference.html
Normal file → Executable file
@@ -50,7 +50,43 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#rectangle_5_gv {
|
||||
#n_16_hy {
|
||||
opacity: 0.5;
|
||||
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_16_hy {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 33px;
|
||||
top: 51px;
|
||||
}
|
||||
#n_16_hz {
|
||||
opacity: 0.5;
|
||||
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_16_hz {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 422px;
|
||||
top: 605px;
|
||||
}
|
||||
#rectangle_5_h {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -60,7 +96,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.rectangle_5_gv {
|
||||
.rectangle_5_h {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 49px;
|
||||
@@ -95,7 +131,7 @@
|
||||
--web-action-target: T3set_reference__in_processing.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#rectangle_22_gx {
|
||||
#rectangle_22_h {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -105,7 +141,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.rectangle_22_gx {
|
||||
.rectangle_22_h {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 62px;
|
||||
@@ -113,7 +149,7 @@
|
||||
left: 197px;
|
||||
top: 583px;
|
||||
}
|
||||
#n_upper_banner_gy {
|
||||
#n_upper_banner_h {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 30px;
|
||||
@@ -3037,19 +3073,27 @@ window.application = new Application();
|
||||
<div id="T3set_reference">
|
||||
<img id="n_set_reference" src="n_set_reference.png" srcset="n_set_reference.png 1x, n_set_reference@2x.png 2x">
|
||||
|
||||
<svg class="rectangle_5_gv">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_5_gv" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
<svg class="n_16_hy">
|
||||
<ellipse id="n_16_hy" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="n_16_hz">
|
||||
<ellipse id="n_16_hz" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="rectangle_5_h">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_5_h" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
</rect>
|
||||
</svg>
|
||||
<svg class="rectangle_22">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_22" rx="0" ry="0" x="0" y="0" width="62" height="54">
|
||||
</rect>
|
||||
</svg>
|
||||
<svg class="rectangle_22_gx">
|
||||
<rect id="rectangle_22_gx" rx="0" ry="0" x="0" y="0" width="62" height="54">
|
||||
<svg class="rectangle_22_h">
|
||||
<rect id="rectangle_22_h" rx="0" ry="0" x="0" y="0" width="62" height="54">
|
||||
</rect>
|
||||
</svg>
|
||||
<img id="n_upper_banner_gy" src="n_upper_banner_gy.png" srcset="n_upper_banner_gy.png 1x, n_upper_banner_gy@2x.png 2x">
|
||||
<img id="n_upper_banner_h" src="n_upper_banner_h.png" srcset="n_upper_banner_h.png 1x, n_upper_banner_h@2x.png 2x">
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user