新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
42
public/flukemoni/Ex2/save_result___5.html
Normal file → Executable file
42
public/flukemoni/Ex2/save_result___5.html
Normal file → Executable file
@@ -50,7 +50,25 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#rectangle_5_qe {
|
||||
#n_31_ua {
|
||||
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_31_ua {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 109px;
|
||||
top: 97px;
|
||||
}
|
||||
#rectangle_5_t {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -60,7 +78,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.rectangle_5_qe {
|
||||
.rectangle_5_t {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 49px;
|
||||
@@ -68,7 +86,7 @@
|
||||
left: 20px;
|
||||
top: 46px;
|
||||
}
|
||||
#n_upper_banner_qf {
|
||||
#n_upper_banner_ua {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 30px;
|
||||
@@ -76,7 +94,7 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#wiremap_qg {
|
||||
#wiremap_ua {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -86,7 +104,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.wiremap_qg {
|
||||
.wiremap_ua {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 240px;
|
||||
@@ -3022,14 +3040,18 @@ window.application = new Application();
|
||||
<div id="save_result__5">
|
||||
<img id="iso_11801_results_1" src="iso_11801_results_1.png" srcset="iso_11801_results_1.png 1x, iso_11801_results_1@2x.png 2x">
|
||||
|
||||
<svg class="rectangle_5_qe">
|
||||
<rect id="rectangle_5_qe" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
<svg class="n_31_ua">
|
||||
<ellipse id="n_31_ua" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="rectangle_5_t">
|
||||
<rect id="rectangle_5_t" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
</rect>
|
||||
</svg>
|
||||
<img id="n_upper_banner_qf" src="n_upper_banner_qf.png" srcset="n_upper_banner_qf.png 1x, n_upper_banner_qf@2x.png 2x">
|
||||
<img id="n_upper_banner_ua" src="n_upper_banner_ua.png" srcset="n_upper_banner_ua.png 1x, n_upper_banner_ua@2x.png 2x">
|
||||
|
||||
<svg class="wiremap_qg">
|
||||
<rect onclick="application.goToTargetView(event)" id="wiremap_qg" rx="0" ry="0" x="0" y="0" width="240" height="37">
|
||||
<svg class="wiremap_ua">
|
||||
<rect onclick="application.goToTargetView(event)" id="wiremap_ua" rx="0" ry="0" x="0" y="0" width="240" height="37">
|
||||
</rect>
|
||||
</svg>
|
||||
<img id="iso_11801_results_2" src="iso_11801_results_2.png" srcset="iso_11801_results_2.png 1x, iso_11801_results_2@2x.png 2x">
|
||||
|
||||
Reference in New Issue
Block a user