新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
56
public/flukemoni/Ex2/T4tone_generator_switch.html
Normal file → Executable file
56
public/flukemoni/Ex2/T4tone_generator_switch.html
Normal file → Executable file
@@ -50,6 +50,42 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#n_17_jt {
|
||||
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_jt {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 44px;
|
||||
top: 599px;
|
||||
}
|
||||
#n_17_ju {
|
||||
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_ju {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 34px;
|
||||
top: 51px;
|
||||
}
|
||||
#rectangle {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
@@ -72,7 +108,7 @@
|
||||
--web-action-target: T2_tools.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#rectangle_ic {
|
||||
#rectangle_jw {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -82,7 +118,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.rectangle_ic {
|
||||
.rectangle_jw {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 101px;
|
||||
@@ -94,7 +130,7 @@
|
||||
--web-action-target: T3tone_generator.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#n_upper_banner_id {
|
||||
#n_upper_banner_jx {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 30px;
|
||||
@@ -3018,15 +3054,23 @@ window.application = new Application();
|
||||
<div id="T4tone_generator_switch">
|
||||
<img id="n_tone_generator_switch" src="n_tone_generator_switch.png" srcset="n_tone_generator_switch.png 1x, n_tone_generator_switch@2x.png 2x">
|
||||
|
||||
<svg class="n_17_jt">
|
||||
<ellipse id="n_17_jt" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="n_17_ju">
|
||||
<ellipse id="n_17_ju" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="rectangle">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
</rect>
|
||||
</svg>
|
||||
<svg class="rectangle_ic">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_ic" rx="10" ry="10" x="0" y="0" width="101" height="51">
|
||||
<svg class="rectangle_jw">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_jw" rx="10" ry="10" x="0" y="0" width="101" height="51">
|
||||
</rect>
|
||||
</svg>
|
||||
<img id="n_upper_banner_id" src="n_upper_banner_id.png" srcset="n_upper_banner_id.png 1x, n_upper_banner_id@2x.png 2x">
|
||||
<img id="n_upper_banner_jx" src="n_upper_banner_jx.png" srcset="n_upper_banner_jx.png 1x, n_upper_banner_jx@2x.png 2x">
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user