新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
20
public/flukemoni/Ex2/2_5G_Base_T___2.html
Normal file → Executable file
20
public/flukemoni/Ex2/2_5G_Base_T___2.html
Normal file → Executable file
@@ -40,7 +40,7 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#rectangle_5_bai {
|
||||
#rectangle_5_bbd {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -50,7 +50,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.rectangle_5_bai {
|
||||
.rectangle_5_bbd {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 49px;
|
||||
@@ -58,7 +58,7 @@
|
||||
left: 20px;
|
||||
top: 46px;
|
||||
}
|
||||
#n_upper_banner_bak {
|
||||
#n_upper_banner_bbl {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 30px;
|
||||
@@ -66,7 +66,7 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#save_b {
|
||||
#save_o {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -76,7 +76,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.save_b {
|
||||
.save_o {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 57px;
|
||||
@@ -3000,14 +3000,14 @@ window.application = new Application();
|
||||
<div id="n_5G_Base-T__2">
|
||||
<img id="n_5GBASE-T_568B" src="n_5GBASE-T_568B.png" srcset="n_5GBASE-T_568B.png 1x">
|
||||
|
||||
<svg class="rectangle_5_bai">
|
||||
<rect id="rectangle_5_bai" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
<svg class="rectangle_5_bbd">
|
||||
<rect id="rectangle_5_bbd" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
</rect>
|
||||
</svg>
|
||||
<img id="n_upper_banner_bak" src="n_upper_banner_bak.png" srcset="n_upper_banner_bak.png 1x">
|
||||
<img id="n_upper_banner_bbl" src="n_upper_banner_bbl.png" srcset="n_upper_banner_bbl.png 1x">
|
||||
|
||||
<svg class="save_b">
|
||||
<rect id="save_b" rx="0" ry="0" x="0" y="0" width="57" height="53">
|
||||
<svg class="save_o">
|
||||
<rect id="save_o" rx="0" ry="0" x="0" y="0" width="57" height="53">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user