新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
38
public/flukemoni/Ex5/HOMEPAGE.html
Normal file → Executable file
38
public/flukemoni/Ex5/HOMEPAGE.html
Normal file → Executable file
@@ -50,6 +50,24 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#n_1 {
|
||||
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 {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 229px;
|
||||
top: 481px;
|
||||
}
|
||||
#TestType {
|
||||
position: absolute;
|
||||
width: 442px;
|
||||
@@ -58,7 +76,7 @@
|
||||
top: 192px;
|
||||
overflow: visible;
|
||||
}
|
||||
#TestType_ {
|
||||
#TestType_bi {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -68,7 +86,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.TestType_ {
|
||||
.TestType_bi {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 442px;
|
||||
@@ -88,7 +106,7 @@
|
||||
--web-action-target: SETCOMP_LA_TA_OK_SaveResult.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#SaveResult_ {
|
||||
#SaveResult_bja {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -98,7 +116,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.SaveResult_ {
|
||||
.SaveResult_bja {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 117px;
|
||||
@@ -3022,15 +3040,19 @@ window.application = new Application();
|
||||
<div id="HOMEPAGE">
|
||||
<img id="n_108" src="n_108.png" srcset="n_108.png 1x">
|
||||
|
||||
<svg class="n_1">
|
||||
<ellipse id="n_1" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<div id="TestType" class="TestType">
|
||||
<svg class="TestType_">
|
||||
<rect id="TestType_" rx="0" ry="0" x="0" y="0" width="442" height="99">
|
||||
<svg class="TestType_bi">
|
||||
<rect id="TestType_bi" rx="0" ry="0" x="0" y="0" width="442" height="99">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
<div onclick="application.goToTargetView(event)" id="SaveResult" class="SaveResult">
|
||||
<svg class="SaveResult_">
|
||||
<rect id="SaveResult_" rx="0" ry="0" x="0" y="0" width="117" height="131">
|
||||
<svg class="SaveResult_bja">
|
||||
<rect id="SaveResult_bja" rx="0" ry="0" x="0" y="0" width="117" height="131">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user