新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
68
public/flukemoni/Ex1/T4tone_generator_switch___2.html
Normal file → Executable file
68
public/flukemoni/Ex1/T4tone_generator_switch___2.html
Normal file → Executable file
@@ -42,7 +42,7 @@
|
||||
}
|
||||
|
||||
}
|
||||
#n_tone_generator_switch_mc {
|
||||
#n_tone_generator_switch_pk {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 640px;
|
||||
@@ -50,7 +50,43 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#rectangle_md {
|
||||
#n_17_pl {
|
||||
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_pl {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 44px;
|
||||
top: 599px;
|
||||
}
|
||||
#n_17_pm {
|
||||
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_pm {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 34px;
|
||||
top: 51px;
|
||||
}
|
||||
#rectangle_pn {
|
||||
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_md {
|
||||
.rectangle_pn {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 49px;
|
||||
@@ -72,7 +108,7 @@
|
||||
--web-action-target: T2_tools___2.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#rectangle_me {
|
||||
#rectangle_po {
|
||||
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_me {
|
||||
.rectangle_po {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 101px;
|
||||
@@ -94,7 +130,7 @@
|
||||
--web-action-target: T3tone_generator___2.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#n_upper_banner_mf {
|
||||
#n_upper_banner_pp {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 30px;
|
||||
@@ -3016,17 +3052,25 @@ window.application = new Application();
|
||||
</head>
|
||||
<body>
|
||||
<div id="T4tone_generator_switch__2">
|
||||
<img id="n_tone_generator_switch_mc" src="n_tone_generator_switch_mc.png" srcset="n_tone_generator_switch_mc.png 1x, n_tone_generator_switch_mc@2x.png 2x">
|
||||
<img id="n_tone_generator_switch_pk" src="n_tone_generator_switch_pk.png" srcset="n_tone_generator_switch_pk.png 1x, n_tone_generator_switch_pk@2x.png 2x">
|
||||
|
||||
<svg class="rectangle_md">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_md" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
<svg class="n_17_pl">
|
||||
<ellipse id="n_17_pl" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="n_17_pm">
|
||||
<ellipse id="n_17_pm" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="rectangle_pn">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_pn" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
</rect>
|
||||
</svg>
|
||||
<svg class="rectangle_me">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_me" rx="10" ry="10" x="0" y="0" width="101" height="51">
|
||||
<svg class="rectangle_po">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_po" rx="10" ry="10" x="0" y="0" width="101" height="51">
|
||||
</rect>
|
||||
</svg>
|
||||
<img id="n_upper_banner_mf" src="n_upper_banner_mf.png" srcset="n_upper_banner_mf.png 1x, n_upper_banner_mf@2x.png 2x">
|
||||
<img id="n_upper_banner_pp" src="n_upper_banner_pp.png" srcset="n_upper_banner_pp.png 1x, n_upper_banner_pp@2x.png 2x">
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user