新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
64
public/flukemoni/Ex1/T2project___1.html
Normal file → Executable file
64
public/flukemoni/Ex1/T2project___1.html
Normal file → Executable file
@@ -50,7 +50,43 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#rectangle_3_eb {
|
||||
#n_40_et {
|
||||
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_40_et {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 33px;
|
||||
top: 52px;
|
||||
}
|
||||
#n_40_eu {
|
||||
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_40_eu {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 33px;
|
||||
top: 600px;
|
||||
}
|
||||
#rectangle_3_ev {
|
||||
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_3_eb {
|
||||
.rectangle_3_ev {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 52px;
|
||||
@@ -72,7 +108,7 @@
|
||||
--web-action-target: T2project.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#n_upper_banner_ec {
|
||||
#n_upper_banner_ew {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 30px;
|
||||
@@ -80,7 +116,7 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#rectangle_9_ed {
|
||||
#rectangle_9_ex {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -90,7 +126,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.rectangle_9_ed {
|
||||
.rectangle_9_ex {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 84px;
|
||||
@@ -3018,14 +3054,22 @@ window.application = new Application();
|
||||
<div id="T2project__1">
|
||||
<img id="view_project" src="view_project.png" srcset="view_project.png 1x, view_project@2x.png 2x">
|
||||
|
||||
<svg class="rectangle_3_eb">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_3_eb" rx="0" ry="0" x="0" y="0" width="52" height="31">
|
||||
<svg class="n_40_et">
|
||||
<ellipse id="n_40_et" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="n_40_eu">
|
||||
<ellipse id="n_40_eu" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="rectangle_3_ev">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_3_ev" rx="0" ry="0" x="0" y="0" width="52" height="31">
|
||||
</rect>
|
||||
</svg>
|
||||
<img id="n_upper_banner_ec" src="n_upper_banner_ec.png" srcset="n_upper_banner_ec.png 1x, n_upper_banner_ec@2x.png 2x">
|
||||
<img id="n_upper_banner_ew" src="n_upper_banner_ew.png" srcset="n_upper_banner_ew.png 1x, n_upper_banner_ew@2x.png 2x">
|
||||
|
||||
<svg class="rectangle_9_ed">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_9_ed" rx="0" ry="0" x="0" y="0" width="84" height="49">
|
||||
<svg class="rectangle_9_ex">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_9_ex" rx="0" ry="0" x="0" y="0" width="84" height="49">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user