新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
56
public/flukemoni/Ex2/T4module_selection.html
Normal file → Executable file
56
public/flukemoni/Ex2/T4module_selection.html
Normal file → Executable file
@@ -50,7 +50,43 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#rectangle_5_lr {
|
||||
#n_17_ob {
|
||||
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_ob {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 34px;
|
||||
top: 51px;
|
||||
}
|
||||
#n_29_oc {
|
||||
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_29_oc {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 281px;
|
||||
top: 106px;
|
||||
}
|
||||
#rectangle_5_od {
|
||||
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_lr {
|
||||
.rectangle_5_od {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 49px;
|
||||
@@ -72,7 +108,7 @@
|
||||
--web-action-target: T3testing_setting.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#n_upper_banner_ls {
|
||||
#n_upper_banner_oe {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 30px;
|
||||
@@ -3018,11 +3054,19 @@ window.application = new Application();
|
||||
<div id="T4module_selection">
|
||||
<img id="n_module_selection" src="n_module_selection.png" srcset="n_module_selection.png 1x, n_module_selection@2x.png 2x">
|
||||
|
||||
<svg class="rectangle_5_lr">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_5_lr" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
<svg class="n_17_ob">
|
||||
<ellipse id="n_17_ob" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="n_29_oc">
|
||||
<ellipse id="n_29_oc" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="rectangle_5_od">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_5_od" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
</rect>
|
||||
</svg>
|
||||
<img id="n_upper_banner_ls" src="n_upper_banner_ls.png" srcset="n_upper_banner_ls.png 1x, n_upper_banner_ls@2x.png 2x">
|
||||
<img id="n_upper_banner_oe" src="n_upper_banner_oe.png" srcset="n_upper_banner_oe.png 1x, n_upper_banner_oe@2x.png 2x">
|
||||
|
||||
<svg class="cat_6a_uutp">
|
||||
<rect onclick="application.goToTargetView(event)" id="cat_6a_uutp" rx="0" ry="0" x="0" y="0" width="480" height="53">
|
||||
|
||||
Reference in New Issue
Block a user