新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
64
public/flukemoni/Ex1/T2Newproject___3.html
Normal file → Executable file
64
public/flukemoni/Ex1/T2Newproject___3.html
Normal file → Executable file
@@ -50,7 +50,43 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#rectangle_3_em {
|
||||
#n_40_fb {
|
||||
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_fb {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 33px;
|
||||
top: 52px;
|
||||
}
|
||||
#n_40_fc {
|
||||
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_fc {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 356px;
|
||||
top: 599px;
|
||||
}
|
||||
#rectangle_3_fa {
|
||||
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_em {
|
||||
.rectangle_3_fa {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 52px;
|
||||
@@ -72,7 +108,7 @@
|
||||
--web-action-target: T2project___1.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#n_upper_banner_en {
|
||||
#n_upper_banner_fb {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 30px;
|
||||
@@ -80,7 +116,7 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#rectangle_9_eo {
|
||||
#rectangle_9_fc {
|
||||
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_eo {
|
||||
.rectangle_9_fc {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 97px;
|
||||
@@ -3018,14 +3054,22 @@ window.application = new Application();
|
||||
<div id="T2Newproject__3">
|
||||
<img id="project_01" src="project_01.png" srcset="project_01.png 1x, project_01@2x.png 2x">
|
||||
|
||||
<svg class="rectangle_3_em">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_3_em" rx="0" ry="0" x="0" y="0" width="52" height="31">
|
||||
<svg class="n_40_fb">
|
||||
<ellipse id="n_40_fb" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="n_40_fc">
|
||||
<ellipse id="n_40_fc" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="rectangle_3_fa">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_3_fa" rx="0" ry="0" x="0" y="0" width="52" height="31">
|
||||
</rect>
|
||||
</svg>
|
||||
<img id="n_upper_banner_en" src="n_upper_banner_en.png" srcset="n_upper_banner_en.png 1x, n_upper_banner_en@2x.png 2x">
|
||||
<img id="n_upper_banner_fb" src="n_upper_banner_fb.png" srcset="n_upper_banner_fb.png 1x, n_upper_banner_fb@2x.png 2x">
|
||||
|
||||
<svg class="rectangle_9_eo">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_9_eo" rx="0" ry="0" x="0" y="0" width="97" height="38">
|
||||
<svg class="rectangle_9_fc">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_9_fc" rx="0" ry="0" x="0" y="0" width="97" height="38">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user