新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
64
public/flukemoni/Ex4_2/HOMEPAGE.html
Normal file → Executable file
64
public/flukemoni/Ex4_2/HOMEPAGE.html
Normal file → Executable file
@@ -50,7 +50,43 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#TestType_dh {
|
||||
#n_1_dh {
|
||||
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_1_dh {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 375px;
|
||||
top: 229px;
|
||||
}
|
||||
#n_20 {
|
||||
opacity: 0.8;
|
||||
fill: rgba(249,188,18,1);
|
||||
stroke: rgba(146,135,105,1);
|
||||
stroke-width: 1px;
|
||||
stroke-linejoin: miter;
|
||||
stroke-linecap: butt;
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.n_20 {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 206px;
|
||||
top: 599px;
|
||||
}
|
||||
#TestType_dj {
|
||||
position: absolute;
|
||||
width: 442px;
|
||||
height: 99px;
|
||||
@@ -62,7 +98,7 @@
|
||||
--web-action-target: TestType.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#TestType_di {
|
||||
#TestType_dk {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -72,7 +108,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.TestType_di {
|
||||
.TestType_dk {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 442px;
|
||||
@@ -92,7 +128,7 @@
|
||||
--web-action-target: SETCOMP_LA.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#SetCOMPButtion_dk {
|
||||
#SetCOMPButtion_dm {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -102,7 +138,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.SetCOMPButtion_dk {
|
||||
.SetCOMPButtion_dm {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 99px;
|
||||
@@ -3026,15 +3062,23 @@ window.application = new Application();
|
||||
<div id="HOMEPAGE">
|
||||
<img id="n_1" src="n_1.png" srcset="n_1.png 1x">
|
||||
|
||||
<div onclick="application.goToTargetView(event)" id="TestType_dh" class="TestType">
|
||||
<svg class="TestType_di">
|
||||
<rect id="TestType_di" rx="0" ry="0" x="0" y="0" width="442" height="99">
|
||||
<svg class="n_1_dh">
|
||||
<ellipse id="n_1_dh" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="n_20">
|
||||
<ellipse id="n_20" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<div onclick="application.goToTargetView(event)" id="TestType_dj" class="TestType">
|
||||
<svg class="TestType_dk">
|
||||
<rect id="TestType_dk" rx="0" ry="0" x="0" y="0" width="442" height="99">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
<div onclick="application.goToTargetView(event)" id="SetCOMPButtion" class="SetCOMPButtion">
|
||||
<svg class="SetCOMPButtion_dk">
|
||||
<rect id="SetCOMPButtion_dk" rx="0" ry="0" x="0" y="0" width="99" height="50">
|
||||
<svg class="SetCOMPButtion_dm">
|
||||
<rect id="SetCOMPButtion_dm" rx="0" ry="0" x="0" y="0" width="99" height="50">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user