新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
56
public/flukemoni/Ex1/T2Newproject___2.html
Normal file → Executable file
56
public/flukemoni/Ex1/T2Newproject___2.html
Normal file → Executable file
@@ -54,7 +54,43 @@
|
||||
--web-action-target: T2Newproject___3.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#rectangle_3_eh {
|
||||
#n_40_e {
|
||||
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_e {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 33px;
|
||||
top: 52px;
|
||||
}
|
||||
#n_40_fa {
|
||||
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_fa {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 158px;
|
||||
top: 133px;
|
||||
}
|
||||
#rectangle_3_e {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -64,7 +100,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.rectangle_3_eh {
|
||||
.rectangle_3_e {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 52px;
|
||||
@@ -76,7 +112,7 @@
|
||||
--web-action-target: T2project___1.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#n_upper_banner_ei {
|
||||
#n_upper_banner_e {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 30px;
|
||||
@@ -3000,11 +3036,19 @@ window.application = new Application();
|
||||
<div id="T2Newproject__2">
|
||||
<img onclick="application.goToTargetView(event)" id="new_project" src="new_project.png" srcset="new_project.png 1x, new_project@2x.png 2x">
|
||||
|
||||
<svg class="rectangle_3_eh">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_3_eh" rx="0" ry="0" x="0" y="0" width="52" height="31">
|
||||
<svg class="n_40_e">
|
||||
<ellipse id="n_40_e" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="n_40_fa">
|
||||
<ellipse id="n_40_fa" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="rectangle_3_e">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_3_e" rx="0" ry="0" x="0" y="0" width="52" height="31">
|
||||
</rect>
|
||||
</svg>
|
||||
<img id="n_upper_banner_ei" src="n_upper_banner_ei.png" srcset="n_upper_banner_ei.png 1x, n_upper_banner_ei@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